Uses of Class
org.alfresco.service.cmr.repository.ContentData
-
Packages that use ContentData Package Description org.alfresco.service.cmr.repository -
-
Uses of ContentData in org.alfresco.service.cmr.repository
Methods in org.alfresco.service.cmr.repository that return ContentData Modifier and Type Method Description static ContentData
ContentData. createContentProperty(java.lang.String contentPropertyStr)
Construct a content property from a stringContentData
ContentAccessor. getContentData()
Get the data representation of the content being accessed.static ContentData
ContentData. setEncoding(ContentData existing, java.lang.String encoding)
Constructs a new instance using the existing one as a template, but replacing the encoding.static ContentData
ContentData. setMimetype(ContentData existing, java.lang.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 ContentData Modifier and Type Method Description static boolean
ContentData. hasContent(ContentData contentData)
Helper method to determine if the data represents any physical content or not.static ContentData
ContentData. setEncoding(ContentData existing, java.lang.String encoding)
Constructs a new instance using the existing one as a template, but replacing the encoding.static ContentData
ContentData. setMimetype(ContentData existing, java.lang.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 ContentData Constructor Description ContentData(ContentData original)
Copy constructor for derived class
-