Nuxeo Enterprise Platform 5.4

Uses of Class
org.nuxeo.ecm.automation.OperationDocumentation

Packages that use OperationDocumentation
org.nuxeo.ecm.automation   
org.nuxeo.ecm.automation.core.doc   
org.nuxeo.ecm.automation.core.impl   
org.nuxeo.ecm.automation.server.jaxrs   
org.nuxeo.ecm.automation.server.jaxrs.doc   
 

Uses of OperationDocumentation in org.nuxeo.ecm.automation
 

Methods in org.nuxeo.ecm.automation that return OperationDocumentation
 OperationDocumentation OperationType.getDocumentation()
           
 

Methods in org.nuxeo.ecm.automation that return types with arguments of type OperationDocumentation
 List<OperationDocumentation> AutomationService.getDocumentation()
          Generates a documentation model for all registered operations.
 

Methods in org.nuxeo.ecm.automation with parameters of type OperationDocumentation
 int OperationDocumentation.compareTo(OperationDocumentation o)
           
 

Uses of OperationDocumentation in org.nuxeo.ecm.automation.core.doc
 

Methods in org.nuxeo.ecm.automation.core.doc that return OperationDocumentation
static OperationDocumentation JSONExporter.fromJSON(net.sf.json.JSONObject json)
           
 

Methods in org.nuxeo.ecm.automation.core.doc with parameters of type OperationDocumentation
static net.sf.json.JSONObject JSONExporter.toJSON(OperationDocumentation doc)
           
 

Method parameters in org.nuxeo.ecm.automation.core.doc with type arguments of type OperationDocumentation
static String JSONExporter.toJSON(List<OperationDocumentation> docs)
           
static void JSONExporter.toJSON(List<OperationDocumentation> docs, Writer writer)
           
 

Uses of OperationDocumentation in org.nuxeo.ecm.automation.core.impl
 

Methods in org.nuxeo.ecm.automation.core.impl that return OperationDocumentation
 OperationDocumentation OperationTypeImpl.getDocumentation()
           
 

Methods in org.nuxeo.ecm.automation.core.impl that return types with arguments of type OperationDocumentation
 List<OperationDocumentation> OperationServiceImpl.getDocumentation()
           
 

Uses of OperationDocumentation in org.nuxeo.ecm.automation.server.jaxrs
 

Methods in org.nuxeo.ecm.automation.server.jaxrs that return types with arguments of type OperationDocumentation
 List<OperationDocumentation> AutomationInfo.getChains()
           
 List<OperationDocumentation> AutomationInfo.getOperations()
           
 

Uses of OperationDocumentation in org.nuxeo.ecm.automation.server.jaxrs.doc
 

Methods in org.nuxeo.ecm.automation.server.jaxrs.doc with parameters of type OperationDocumentation
 String[] DocResource.getInputs(OperationDocumentation op)
           
 String DocResource.getInputsAsString(OperationDocumentation op)
           
 String[] DocResource.getOutputs(OperationDocumentation op)
           
 String DocResource.getOutputsAsString(OperationDocumentation op)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.