|
Uses of ContentAccessor in org.alfresco.repo.content |
Classes in org.alfresco.repo.content that implement ContentAccessor | |
class |
AbstractContentReader Implements all the convenience methods of the interface. |
class |
AbstractContentWriter Implements all the convenience methods of the interface. |
Classes in org.alfresco.repo.content.filestore that implement ContentAccessor | |
class |
FileContentReader Provides direct access to a local file. |
class |
FileContentWriter Provides direct access to a local file. |
Methods in org.alfresco.repo.content.transform with parameters of type ContentAccessor | |
protected String |
ContentTransformerHelper.getMimetype(ContentAccessor content) Convenience to fetch and check the mimetype for the given content |
Subinterfaces of ContentAccessor in org.alfresco.service.cmr.repository | |
interface |
ContentReader Represents a handle to read specific content. |
interface |
ContentWriter Represents a handle to write specific content. |
|