Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

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

public class DocRef
extends Object
implements OperationInput

Author:
Bogdan Stefanescu
See Also:
Serialized Form

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

Constructor Detail

DocRef

public DocRef(String ref)
Method Detail

newRef

public static DocRef newRef(String ref)

getInputType

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

getInputRef

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

isBinary

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

toString

public String toString()
Overrides:
toString in class Object

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.