Uses of Class
org.alfresco.repo.content.ContentContext
-
Packages that use ContentContext Package Description org.alfresco.repo.content -
-
Uses of ContentContext in org.alfresco.repo.content
Fields in org.alfresco.repo.content declared as ContentContext Modifier and Type Field Description static ContentContext
ContentStore. NEW_CONTENT_CONTEXT
An empty content context used to retrieve completely new content.static ContentContext
ContentContext. NULL_CONTEXT
An empty context.Methods in org.alfresco.repo.content with parameters of type ContentContext Modifier and Type Method Description ContentWriter
ContentStore. getWriter(ContentContext context)
Get an accessor with which to write content to a location within the store.
-