Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

All Superinterfaces:
Serializable
All Known Implementing Classes:
Blob, BlobRef, Blobs, DateInput, DocRef, DocRefs, Document, Documents, FileBlob, IdRef, PaginableDocuments, PathRef, PrimitiveInput, StreamBlob, StringBlob

public interface OperationInput
extends Serializable

Marker interface for objects that can be set as input on operations

Author:
Bogdan Stefanescu

Method Summary
 String getInputRef()
           
 String getInputType()
           
 boolean isBinary()
           
 

Method Detail

isBinary

boolean isBinary()

getInputType

String getInputType()

getInputRef

String getInputRef()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.