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 ContentData
ContentData.createContentProperty
(String contentPropertyStr) Construct a content property from a stringContentAccessor.getContentData()
Get the data representation of the content being accessed.static ContentData
ContentData.setEncoding
(ContentData existing, String encoding) Constructs a new instance using the existing one as a template, but replacing the encoding.static ContentData
ContentData.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 boolean
ContentData.hasContent
(ContentData contentData) Helper method to determine if the data represents any physical content or not.static ContentData
ContentData.setEncoding
(ContentData existing, String encoding) Constructs a new instance using the existing one as a template, but replacing the encoding.static ContentData
ContentData.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 ContentDataModifierConstructorDescriptionprotected
ContentData
(ContentData original) Copy constructor for derived class