Overview  Package  Class   Use  Tree  Deprecated  Index  Help 
PREV   NEXT FRAMES    NO FRAMES    All Classes

Uses of Class
org.alfresco.service.cmr.repository.ContentData
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

Overview  Package  Class   Use  Tree  Deprecated  Index  Help 
PREV   NEXT FRAMES    NO FRAMES    All Classes

Copyright © 2005–2018 Alfresco Software. All rights reserved.

Java API documentation generated with DocFlex/Javadoc 1.6.1 using JavadocPro template set.