Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.automation.server.jaxrs.io.resolvers
Class DocumentInputResolver

java.lang.Object
  extended by org.nuxeo.ecm.automation.server.jaxrs.io.resolvers.DocumentInputResolver
All Implemented Interfaces:
InputResolver<DocumentRef>

public class DocumentInputResolver
extends Object
implements InputResolver<DocumentRef>

Author:
matic

Constructor Summary
DocumentInputResolver()
           
 
Method Summary
static DocumentRef docRefFromString(String input)
           
 DocumentRef getInput(String content)
           
 String getType()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentInputResolver

public DocumentInputResolver()
Method Detail

getType

public String getType()
Specified by:
getType in interface InputResolver<DocumentRef>

getInput

public DocumentRef getInput(String content)
Specified by:
getInput in interface InputResolver<DocumentRef>

docRefFromString

public static DocumentRef docRefFromString(String input)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.