public class AutomationInfo extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CHAIN |
protected List<OperationDocumentation> |
chains |
protected static org.apache.commons.logging.Log |
log |
protected List<OperationDocumentation> |
ops |
Constructor and Description |
---|
AutomationInfo(AutomationService service) |
Modifier and Type | Method and Description |
---|---|
List<OperationDocumentation> |
getChains() |
List<OperationDocumentation> |
getOperations() |
protected static final org.apache.commons.logging.Log log
public static final String CHAIN
protected List<OperationDocumentation> ops
protected List<OperationDocumentation> chains
public AutomationInfo(AutomationService service) throws OperationException
OperationException
public List<OperationDocumentation> getOperations()
public List<OperationDocumentation> getChains()
Copyright © 2018 Nuxeo. All rights reserved.