Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.automation.client.jaxrs.model
Class DocRef

java.lang.Object
  extended by org.nuxeo.ecm.automation.client.jaxrs.model.DocRef
All Implemented Interfaces:
OperationInput
Direct Known Subclasses:
Document, IdRef, PathRef

public class DocRef
extends java.lang.Object
implements OperationInput

Author:
Bogdan Stefanescu

Constructor Summary
DocRef(java.lang.String ref)
           
 
Method Summary
 java.lang.String getInputRef()
           
 java.lang.String getInputType()
           
 boolean isBinary()
           
static DocRef newRef(java.lang.String ref)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DocRef

public DocRef(java.lang.String ref)
Method Detail

newRef

public static DocRef newRef(java.lang.String ref)

getInputType

public java.lang.String getInputType()
Specified by:
getInputType in interface OperationInput

getInputRef

public java.lang.String getInputRef()
Specified by:
getInputRef in interface OperationInput

isBinary

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

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.