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

Uses of Interface
org.alfresco.service.cmr.repository.ContentWriter
Packages that use org.alfresco.service.cmr.repository.ContentWriter
org.alfresco.repo.content
org.alfresco.repo.content.filestore
org.alfresco.repo.content.metadata
org.alfresco.repo.content.transform
org.alfresco.service.cmr.model
org.alfresco.service.cmr.repository
Uses of ContentWriter in org.alfresco.repo.content
Classes in org.alfresco.repo.content that implement ContentWriter
class
AbstractContentWriter
          Implements all the convenience methods of the interface.
Methods in org.alfresco.repo.content that return ContentWriter
ContentStore.getWriter(org.alfresco.repo.content.ContentContext context)
          Get an accessor with which to write content to a location within the store.
AbstractContentStore.getWriter(org.alfresco.repo.content.ContentContext context)
          An implementation that does some sanity checking before requesting a writer from the store.
protected ContentWriter
AbstractContentStore.getWriterInternal(ContentReader existingContentReader, String newContentUrl)
          Implement to supply a store-specific writer for the given existing content and optional target content URL.
Uses of ContentWriter in org.alfresco.repo.content.filestore
Classes in org.alfresco.repo.content.filestore that implement ContentWriter
class
FileContentWriter
          Provides direct access to a local file.
Methods in org.alfresco.repo.content.filestore that return ContentWriter
FileContentStore.getWriterInternal(ContentReader existingContentReader, String newContentUrl)
          Returns a writer onto a location based on the date.
Uses of ContentWriter in org.alfresco.repo.content.metadata
Methods in org.alfresco.repo.content.metadata with parameters of type ContentWriter
protected void
AbstractMappingMetadataExtracter.checkIsEmbedSupported(ContentWriter writer)
          Checks if embedding for the mimetype is supported.
void
MetadataEmbedder.embed(Map<QName,Serializable> properties, ContentReader reader, ContentWriter writer)
          Embeds the given properties into the file specified by the given content writer.
void
AbstractMappingMetadataExtracter.embed(Map<QName,Serializable> properties, ContentReader reader, ContentWriter writer)
          Embeds the given properties into the file specified by the given content writer.
protected void
TikaPoweredMetadataExtracter.embedInternal(Map<String,Serializable> properties, ContentReader reader, ContentWriter writer)
          Override to embed metadata values.
protected void
AbstractMappingMetadataExtracter.embedInternal(Map<String,Serializable> metadata, ContentReader reader, ContentWriter writer)
          Override to embed metadata values.
Uses of ContentWriter in org.alfresco.repo.content.transform
Methods in org.alfresco.repo.content.transform with parameters of type ContentWriter
protected void
AbstractContentTransformer2.checkTransformable(ContentReader reader, ContentWriter writer, TransformationOptions options)
          Convenience method to check the transformability of a transformation
AbstractContentTransformerLimits.getLimits(ContentReader reader, ContentWriter writer, TransformationOptions options)
          Returns max and limit values for time, size and pages for a specified source and target mimetypes, combined with this Transformer's general limits and optionally the supplied transformation option's limits.
protected void
AbstractContentTransformerLimits.setReaderLimits(ContentReader reader, ContentWriter writer, TransformationOptions options)
          Pass on any limits to the reader.
void
ContentTransformer.transform(ContentReader reader, ContentWriter writer)
void
AbstractContentTransformer2.transform(ContentReader reader, ContentWriter writer)
void
ContentTransformer.transform(ContentReader reader, ContentWriter writer, Map<String,Object> options)
          Deprecated. Deprecated since 3.0. Options should now be provided as a TransformationOptions object.
void
AbstractContentTransformer2.transform(ContentReader reader, ContentWriter writer, Map<String,Object> options)
          Transforms the content provided by the reader and source mimetype to the writer and target mimetype.
void
RuntimeExecutableContentTransformerWorker.transform(ContentReader reader, ContentWriter writer, TransformationOptions options)
          Converts the source and target content to temporary files with the correct extensions for the mimetype that they map to.
void
ContentTransformerWorker.transform(ContentReader reader, ContentWriter writer, TransformationOptions options)
void
ContentTransformer.transform(ContentReader reader, ContentWriter contentWriter, TransformationOptions options)
          Transforms the content provided by the reader and source mimetype to the writer and target mimetype with the provided transformation options.
void
AbstractContentTransformer2.transform(ContentReader reader, ContentWriter writer, TransformationOptions options)
          Transforms the content provided by the reader and source mimetype to the writer and target mimetype with the provided transformation options.
protected void
ProxyContentTransformer.transformInternal(ContentReader reader, ContentWriter writer, TransformationOptions options)
          Method to be implemented by subclasses wishing to make use of the common infrastructural code provided by this class.
void
FailoverContentTransformer.transformInternal(ContentReader reader, ContentWriter writer, TransformationOptions options)
          Method to be implemented by subclasses wishing to make use of the common infrastructural code provided by this class.
void
ComplexContentTransformer.transformInternal(ContentReader reader, ContentWriter writer, TransformationOptions options)
          Method to be implemented by subclasses wishing to make use of the common infrastructural code provided by this class.
protected void
AbstractContentTransformer2.transformInternal(ContentReader reader, ContentWriter writer, TransformationOptions options)
          Method to be implemented by subclasses wishing to make use of the common infrastructural code provided by this class.
Uses of ContentWriter in org.alfresco.service.cmr.model
Methods in org.alfresco.service.cmr.model that return ContentWriter
FileFolderService.getWriter(NodeRef nodeRef)
          Get the writer to the file represented by the node according to the File/Folder model.
Uses of ContentWriter in org.alfresco.service.cmr.repository
Methods in org.alfresco.service.cmr.repository that return ContentWriter
ContentService.getTempWriter()
          Gets a writer to a temporary location.
ContentService.getWriter(NodeRef nodeRef, QName propertyQName, boolean update)
          Get a content writer for the given node property, choosing to optionally have the node property updated automatically when the content stream closes.
Methods in org.alfresco.service.cmr.repository with parameters of type ContentWriter
boolean
ContentService.isTransformable(ContentReader reader, ContentWriter writer)
boolean
ContentService.isTransformable(ContentReader reader, ContentWriter writer, TransformationOptions options)
          Returns whether a transformer exists that can read the content from the reader and write the content back out to the writer with the provided tranformation options.
void
ContentService.transform(ContentReader reader, ContentWriter writer)
          Transforms the content from the reader and writes the content back out to the writer.
void
ContentService.transform(ContentReader reader, ContentWriter writer, Map<String,Object> options)
          Deprecated. As of release 3.0 the TransformOptions class should be used to pass transformation options to a transformation execution.
void
ContentService.transform(ContentReader reader, ContentWriter writer, TransformationOptions options)

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.