Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.automation.server.jaxrs.doc
Class DocResource

java.lang.Object
  extended by org.nuxeo.ecm.automation.server.jaxrs.doc.DocResource

public class DocResource
extends Object

Author:
Bogdan Stefanescu

Constructor Summary
DocResource()
           
 
Method Summary
 Object doGet(String id)
           
 Object doGetWiki()
           
 String[] getInputs(OperationDocumentation op)
           
 String getInputsAsString(OperationDocumentation op)
           
 String[] getOutputs(OperationDocumentation op)
           
 String getOutputsAsString(OperationDocumentation op)
           
 String getParamDefaultValue(OperationDocumentation.Param param)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocResource

public DocResource()
Method Detail

doGet

public Object doGet(String id)

doGetWiki

public Object doGetWiki()

getInputs

public String[] getInputs(OperationDocumentation op)

getOutputs

public String[] getOutputs(OperationDocumentation op)

getInputsAsString

public String getInputsAsString(OperationDocumentation op)

getOutputsAsString

public String getOutputsAsString(OperationDocumentation op)

getParamDefaultValue

public String getParamDefaultValue(OperationDocumentation.Param param)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.