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 FileFolderService These services give much simpler APIs for manipulating nodes structures conforming to traditional file folder trees within the data dictionary.
org.alfresco.service.cmr.repository
Uses of ContentData in org.alfresco.repo.content
Methods in org.alfresco.repo.content that return ContentData
AbstractContentWriter.getContentData()
          Get the data representation of the content being accessed.
AbstractContentReader.getContentData()
          Get the data representation of the content being accessed.
Uses of ContentData in org.alfresco.service.cmr.model
Methods in org.alfresco.service.cmr.model that return 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
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–2016 Alfresco Software. All rights reserved.

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