|
Packages that use org.alfresco.service.cmr.repository.ContentData | ||
org.alfresco.repo.content | ||
org.alfresco.service.cmr.model | ||
org.alfresco.service.cmr.repository |
Uses of ContentData in org.alfresco.repo.content |
Methods in org.alfresco.repo.content with parameters of type ContentData | |
abstract void |
ContentServicePolicies.OnContentPropertyUpdatePolicy.onContentPropertyUpdate(NodeRef nodeRef, QName propertyQName, ContentData beforeValue, ContentData afterValue) |
Uses of ContentData in org.alfresco.service.cmr.model |
Methods in org.alfresco.service.cmr.model that return ContentData | |
abstract ContentData |
FileInfo.getContentData() Get the content data. |
Uses of ContentData in org.alfresco.service.cmr.repository |
Methods in org.alfresco.service.cmr.repository that return ContentData | |
static ContentData |
ContentData.createContentProperty(String contentPropertyStr) Construct a content property from a string |
abstract ContentData |
ContentAccessor.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 mimetype |
Methods in org.alfresco.service.cmr.repository with parameters of type ContentData | |
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, 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 mimetype |
Constructors in org.alfresco.service.cmr.repository with parameters of type ContentData |
ContentData(ContentData original) Copy constructor for derived class |
|