Class AutomationInfo
- java.lang.Object
-
- org.nuxeo.ecm.automation.jaxrs.io.operations.AutomationInfo
-
public class AutomationInfo extends Object
- Author:
- Bogdan Stefanescu
-
-
Field Summary
Fields Modifier and Type Field Description static StringCHAINprotected List<OperationDocumentation>chainsprotected static Loglogprotected List<OperationDocumentation>ops
-
Constructor Summary
Constructors Constructor Description AutomationInfo(AutomationService service)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<OperationDocumentation>getChains()List<OperationDocumentation>getOperations()
-
-
-
Field Detail
-
log
protected static final Log log
-
CHAIN
public static final String CHAIN
- See Also:
- Constant Field Values
-
ops
protected List<OperationDocumentation> ops
-
chains
protected List<OperationDocumentation> chains
-
-
Constructor Detail
-
AutomationInfo
public AutomationInfo(AutomationService service) throws OperationException
- Throws:
OperationException
-
-
Method Detail
-
getOperations
public List<OperationDocumentation> getOperations()
-
getChains
public List<OperationDocumentation> getChains()
-
-