Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.ecm.automation.client.model.OperationInput

Packages that use OperationInput
org.nuxeo.ecm.automation.client   
org.nuxeo.ecm.automation.client.jaxrs.spi   
org.nuxeo.ecm.automation.client.model   
 

Uses of OperationInput in org.nuxeo.ecm.automation.client
 

Methods in org.nuxeo.ecm.automation.client that return OperationInput
 OperationInput OperationRequest.getInput()
           
 

Methods in org.nuxeo.ecm.automation.client with parameters of type OperationInput
 OperationRequest OperationRequest.setInput(OperationInput input)
           
 

Uses of OperationInput in org.nuxeo.ecm.automation.client.jaxrs.spi
 

Methods in org.nuxeo.ecm.automation.client.jaxrs.spi that return OperationInput
 OperationInput JavaOperationRequest.getInput()
           
 OperationInput DefaultOperationRequest.getInput()
           
 

Methods in org.nuxeo.ecm.automation.client.jaxrs.spi with parameters of type OperationInput
 OperationRequest JavaOperationRequest.setInput(OperationInput input)
           
 OperationRequest DefaultOperationRequest.setInput(OperationInput input)
           
 

Uses of OperationInput in org.nuxeo.ecm.automation.client.model
 

Classes in org.nuxeo.ecm.automation.client.model that implement OperationInput
 class Blob
           
 class BlobRef
           
 class Blobs
           
 class DateInput
           
 class DocRef
           
 class DocRefs
           
 class Document
          A immutable document.
 class Documents
           
 class FileBlob
           
 class IdRef
           
 class PaginableDocuments
           
 class PathRef
           
 class PrimitiveInput<T>
           
 class StreamBlob
           
 class StringBlob
          An in memory bob containing a string.
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.