Uses of Class
org.alfresco.service.cmr.repository.ContentData
Packages that use ContentData
-
Uses of ContentData in org.alfresco.service.cmr.repository
Methods in org.alfresco.service.cmr.repository that return ContentDataModifier and TypeMethodDescriptionstatic ContentDataContentData.createContentProperty(String contentPropertyStr) Construct a content property from a stringContentAccessor.getContentData()Get the data representation of the content being accessed.static ContentDataContentData.setEncoding(ContentData existing, String encoding) Constructs a new instance using the existing one as a template, but replacing the encoding.static ContentDataContentData.setMimetype(ContentData existing, String mimetype) Constructs a new instance using the existing one as a template, but replacing the mimetypeMethods in org.alfresco.service.cmr.repository with parameters of type ContentDataModifier and TypeMethodDescriptionstatic booleanContentData.hasContent(ContentData contentData) Helper method to determine if the data represents any physical content or not.static ContentDataContentData.setEncoding(ContentData existing, String encoding) Constructs a new instance using the existing one as a template, but replacing the encoding.static ContentDataContentData.setMimetype(ContentData existing, String mimetype) Constructs a new instance using the existing one as a template, but replacing the mimetypeConstructors in org.alfresco.service.cmr.repository with parameters of type ContentDataModifierConstructorDescriptionprotectedContentData(ContentData original) Copy constructor for derived class