Uses of Interface
org.alfresco.rest.framework.resource.content.ContentInfo
-
Packages that use ContentInfo Package Description org.alfresco.rest.framework.resource.content org.alfresco.rest.framework.tools org.alfresco.rest.framework.webscripts -
-
Uses of ContentInfo in org.alfresco.rest.framework.resource.content
Classes in org.alfresco.rest.framework.resource.content that implement ContentInfo Modifier and Type Class Description classBinaryPropertyA POJO property that is of type "Binary" You can add this to your object to be serialized as a normal property.classContentInfoImplBasic implementation of information about the returned content.Methods in org.alfresco.rest.framework.resource.content that return ContentInfo Modifier and Type Method Description ContentInfoNodeBinaryResource. getContentInfo()Constructors in org.alfresco.rest.framework.resource.content with parameters of type ContentInfo Constructor Description NodeBinaryResource(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 ContentInfo Modifier and Type Field Description static ContentInfoResponseWriter. DEFAULT_JSON_CONTENTMethods in org.alfresco.rest.framework.tools with parameters of type ContentInfo Modifier and Type Method Description default voidResponseWriter. setContentInfoOnResponse(org.springframework.extensions.webscripts.WebScriptResponse res, ContentInfo contentInfo)Sets the response headers with any information we know about the contentdefault voidResponseWriter. 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 ContentInfo Modifier and Type Method Description ContentInfoWithResponse. getContentInfo()Methods in org.alfresco.rest.framework.webscripts with parameters of type ContentInfo Modifier and Type Method Description voidWithResponse. setContentInfo(ContentInfo contentInfo)Sets the information about the content: mimetype, encoding, locale, lengthConstructors in org.alfresco.rest.framework.webscripts with parameters of type ContentInfo Constructor Description WithResponse(int status, ContentInfo contentInfo, org.springframework.extensions.webscripts.Cache cache)
-