Class ContentInfo

java.lang.Object
org.springframework.extensions.webscripts.AbstractWebScript
org.alfresco.repo.web.scripts.content.StreamContent
org.alfresco.repo.web.scripts.content.ContentInfo
All Implemented Interfaces:
org.springframework.extensions.webscripts.WebScript

public class ContentInfo extends StreamContent
Content Info Service Get info about content from the Repository.
Author:
alex.malinovsky
  • Constructor Details

    • ContentInfo

      public ContentInfo()
  • Method Details

    • execute

      public void execute(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.WebScriptResponse res) throws IOException
      Specified by:
      execute in interface org.springframework.extensions.webscripts.WebScript
      Overrides:
      execute in class StreamContent
      Throws:
      IOException
      See Also:
      • WebScript.execute(org.springframework.extensions.webscripts.WebScriptRequest, org.springframework.extensions.webscripts.WebScriptResponse)
    • streamContentImpl

      protected void streamContentImpl(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.WebScriptResponse res, ContentReader reader, NodeRef nodeRef, org.alfresco.service.namespace.QName propertyQName, boolean attach, Date modified, String eTag, String attachFileName) throws IOException
      Throws:
      IOException