Uses of Interface
org.alfresco.rest.framework.resource.content.ContentInfo
Packages that use ContentInfo
Package
Description
-
Uses of ContentInfo in org.alfresco.rest.framework.resource.content
Classes in org.alfresco.rest.framework.resource.content that implement ContentInfoModifier and TypeClassDescriptionclass
A POJO property that is of type "Binary" You can add this to your object to be serialized as a normal property.class
Basic implementation of information about the returned content.Methods in org.alfresco.rest.framework.resource.content that return ContentInfoConstructors in org.alfresco.rest.framework.resource.content with parameters of type ContentInfoModifierConstructorDescriptionNodeBinaryResource
(NodeRef nodeRef, org.alfresco.service.namespace.QName propertyQName, ContentInfo contentInfo, String attachFileName) NodeBinaryResource
(NodeRef nodeRef, org.alfresco.service.namespace.QName propertyQName, ContentInfo contentInfo, String attachFileName, CacheDirective cacheDirective) -
Uses of ContentInfo in org.alfresco.rest.framework.tools
Fields in org.alfresco.rest.framework.tools declared as ContentInfoMethods in org.alfresco.rest.framework.tools with parameters of type ContentInfoModifier and TypeMethodDescriptiondefault void
ResponseWriter.setContentInfoOnResponse
(org.springframework.extensions.webscripts.WebScriptResponse res, ContentInfo contentInfo) Sets the response headers with any information we know about the contentdefault void
ResponseWriter.setResponse
(org.springframework.extensions.webscripts.WebScriptResponse res, int status, org.springframework.extensions.webscripts.Cache cache, ContentInfo contentInfo, Map<String, List<String>> headers) The response status must be set before the response is written by Jackson (which will by default close and commit the response). -
Uses of ContentInfo in org.alfresco.rest.framework.webscripts
Methods in org.alfresco.rest.framework.webscripts that return ContentInfoMethods in org.alfresco.rest.framework.webscripts with parameters of type ContentInfoModifier and TypeMethodDescriptionvoid
WithResponse.setContentInfo
(ContentInfo contentInfo) Sets the information about the content: mimetype, encoding, locale, lengthConstructors in org.alfresco.rest.framework.webscripts with parameters of type ContentInfoModifierConstructorDescriptionWithResponse
(int status, ContentInfo contentInfo, org.springframework.extensions.webscripts.Cache cache)