Uses of Interface
ccc.api.types.StreamAction

Packages that use StreamAction
ccc.api.core   
ccc.api.jaxrs   
ccc.commons.streams   
ccc.persistence   
ccc.persistence.streams   
ccc.plugins.search   
ccc.plugins.search.lucene   
ccc.services.ejb3 EJB3 implementation of the CCC API. 
 

Uses of StreamAction in ccc.api.core
 

Methods in ccc.api.core with parameters of type StreamAction
 void Files.retrieve(java.util.UUID file, StreamAction action)
          Process the contents of a file with an action.
 void Files.retrieveRevision(java.util.UUID file, int revision, StreamAction action)
          Process the contents of a file revision with an action.
 void Files.retrieveWorkingCopy(java.util.UUID file, StreamAction action)
          Process the contents of a file's working copy with an action.
 

Uses of StreamAction in ccc.api.jaxrs
 

Methods in ccc.api.jaxrs with parameters of type StreamAction
 void FilesImpl.retrieve(java.util.UUID file, StreamAction action)
          Process the contents of a file with an action.
 void FilesImpl.retrieveRevision(java.util.UUID file, int revision, StreamAction action)
          Process the contents of a file revision with an action.
 void FilesImpl.retrieveWorkingCopy(java.util.UUID file, StreamAction action)
          Process the contents of a file's working copy with an action.
 

Uses of StreamAction in ccc.commons.streams
 

Classes in ccc.commons.streams that implement StreamAction
 class CopyAction
          An action to copy from an input stream to an output stream.
 class ReadToStringAction
          A stream action that can read a raw bytes into a string.
 class ThumbAction
          An action to copy from an input stream to an output stream.
 

Uses of StreamAction in ccc.persistence
 

Methods in ccc.persistence with parameters of type StreamAction
 void DataRepository.retrieve(Data data, StreamAction action)
          Retrieve an existing item of binary data and write it to an output stream.
 

Uses of StreamAction in ccc.persistence.streams
 

Methods in ccc.persistence.streams with parameters of type StreamAction
 void CoreData.retrieve(Data data, StreamAction action)
          Retrieve an existing item of binary data and write it to an output stream.
 

Uses of StreamAction in ccc.plugins.search
 

Subinterfaces of StreamAction in ccc.plugins.search
 interface TextExtractor
          An interface for various text extractors.
 

Uses of StreamAction in ccc.plugins.search.lucene
 

Classes in ccc.plugins.search.lucene that implement StreamAction
 class PdfLoader
          A text extractor for PDF files.
 class TxtExtractor
          A text extractor for plain text files.
 class WordExtractor
          A text extractor for MS Word documents.
 

Uses of StreamAction in ccc.services.ejb3
 

Methods in ccc.services.ejb3 with parameters of type StreamAction
 void FilesEJB.retrieve(java.util.UUID file, StreamAction action)
          Process the contents of a file with an action.
 void FilesEJB.retrieveRevision(java.util.UUID file, int revision, StreamAction action)
          Process the contents of a file revision with an action.
 void FilesEJB.retrieveWorkingCopy(java.util.UUID file, StreamAction action)
          Process the contents of a file's working copy with an action.
 



Copyright © 2010. All Rights Reserved.