Uses of Interface
org.alfresco.service.cmr.repository.ContentReader
Packages that use ContentReader
-
Uses of ContentReader in org.alfresco.repo.content
Methods in org.alfresco.repo.content that return ContentReaderModifier and TypeMethodDescriptionContentContext.getExistingContentReader()
Get the accessor with which to read from the content at the given URL.Methods in org.alfresco.repo.content with parameters of type ContentReaderModifier and TypeMethodDescriptionMimetypeMap.getMimetypeIfNotMatches
(ContentReader reader) Use Apache Tika to check if the mime type of the document really matches what it claims to be.MimetypeMap.guessMimetype
(String filename, ContentReader reader) Uses Tika to try to identify the mimetype of the file, falling back onMimetypeMap.guessMimetype(String)
for an extension based one if Tika can't help.Constructors in org.alfresco.repo.content with parameters of type ContentReaderModifierConstructorDescriptionContentContext
(ContentReader existingContentReader, String contentUrl) Construct the instance with the content URL. -
Uses of ContentReader in org.alfresco.service.cmr.repository
Subinterfaces of ContentReader in org.alfresco.service.cmr.repositoryModifier and TypeInterfaceDescriptioninterface
Extension toContentReader
for Readers which are able to make the backing file available to you.Methods in org.alfresco.service.cmr.repository that return ContentReaderModifier and TypeMethodDescriptionContentReader.getReader()
Convenience method to get another reader onto the underlying content.ContentWriter.getReader()
Convenience method to get a reader onto newly written content.Methods in org.alfresco.service.cmr.repository with parameters of type ContentReaderModifier and TypeMethodDescriptionMimetypeService.getMimetypeIfNotMatches
(ContentReader reader) Use detection heuristics to check if the mime type of the document really matches what it claims to be.MimetypeService.guessMimetype
(String filename, ContentReader reader) Provides a non-null best guess of the appropriate mimetype for a given file.void
ContentWriter.putContent
(ContentReader reader) Copies content from the reader.