Nuxeo Enterprise Platform 5.4

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

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

public interface OperationInput

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 Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.