Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.automation.client.jaxrs.model
Class BeanInput<T>

java.lang.Object
  extended by org.nuxeo.ecm.automation.client.jaxrs.model.BeanInput<T>
All Implemented Interfaces:
OperationInput

public class BeanInput<T>
extends Object
implements OperationInput

Author:
matic

Constructor Summary
BeanInput(Class<T> clazz, T value)
           
 
Method Summary
 String getInputRef()
           
 String getInputType()
           
 boolean isBinary()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanInput

public BeanInput(Class<T> clazz,
                 T value)
Method Detail

isBinary

public boolean isBinary()
Specified by:
isBinary in interface OperationInput

getInputType

public String getInputType()
Specified by:
getInputType in interface OperationInput

getInputRef

public String getInputRef()
Specified by:
getInputRef in interface OperationInput

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.