Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.ecm.automation.core.util.BlobList

Packages that use BlobList
org.nuxeo.ecm.automation.core.collectors   
org.nuxeo.ecm.automation.core.operations   
org.nuxeo.ecm.automation.core.operations.blob   
org.nuxeo.ecm.automation.core.operations.execution   
org.nuxeo.ecm.automation.core.operations.services   
org.nuxeo.ecm.automation.core.operations.stack   
org.nuxeo.ecm.platform.userworkspace.operations   
 

Uses of BlobList in org.nuxeo.ecm.automation.core.collectors
 

Subclasses of BlobList in org.nuxeo.ecm.automation.core.collectors
 class BlobCollector
          This implementation collect Blob objects and return them as a BlobList object.
 class BlobListCollector
          This implementation collect Blob objects and return them as a BlobList object.
 

Methods in org.nuxeo.ecm.automation.core.collectors that return BlobList
 BlobList BlobListCollector.getOutput()
           
 BlobList BlobCollector.getOutput()
           
 

Methods in org.nuxeo.ecm.automation.core.collectors with parameters of type BlobList
 void BlobListCollector.collect(OperationContext ctx, BlobList obj)
           
 

Uses of BlobList in org.nuxeo.ecm.automation.core.operations
 

Methods in org.nuxeo.ecm.automation.core.operations that return BlobList
 BlobList RestoreBlobsInput.run()
           
 BlobList FetchContextBlob.run(BlobList blobs)
           
 

Methods in org.nuxeo.ecm.automation.core.operations with parameters of type BlobList
 BlobList FetchContextBlob.run(BlobList blobs)
           
 

Uses of BlobList in org.nuxeo.ecm.automation.core.operations.blob
 

Methods in org.nuxeo.ecm.automation.core.operations.blob that return BlobList
 BlobList BlobToPDF.run(BlobList blobs)
           
 BlobList GetDocumentBlobs.run(DocumentModel doc)
           
 

Methods in org.nuxeo.ecm.automation.core.operations.blob with parameters of type BlobList
 Blob CreateZip.run(BlobList blobs)
           
 BlobList BlobToPDF.run(BlobList blobs)
           
 

Uses of BlobList in org.nuxeo.ecm.automation.core.operations.execution
 

Methods in org.nuxeo.ecm.automation.core.operations.execution that return BlobList
 BlobList RunFileChain.run(BlobList blobs)
           
 

Methods in org.nuxeo.ecm.automation.core.operations.execution with parameters of type BlobList
 BlobList RunFileChain.run(BlobList blobs)
           
 

Uses of BlobList in org.nuxeo.ecm.automation.core.operations.services
 

Methods in org.nuxeo.ecm.automation.core.operations.services with parameters of type BlobList
 DocumentModelList FileManagerImport.run(BlobList blobs)
           
 DocumentModel BlobHolderAttach.run(BlobList blobs)
           
 

Uses of BlobList in org.nuxeo.ecm.automation.core.operations.stack
 

Methods in org.nuxeo.ecm.automation.core.operations.stack that return BlobList
 BlobList PullBlobList.run()
           
 BlobList PopBlobList.run()
           
 BlobList PushBlobList.run(BlobList list)
           
 

Methods in org.nuxeo.ecm.automation.core.operations.stack with parameters of type BlobList
 BlobList PushBlobList.run(BlobList list)
           
 

Uses of BlobList in org.nuxeo.ecm.platform.userworkspace.operations
 

Methods in org.nuxeo.ecm.platform.userworkspace.operations with parameters of type BlobList
 DocumentModelList UserWorkspaceCreateFromBlob.run(BlobList blobs)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.