Package | Description |
---|---|
org.nuxeo.ecm.automation | |
org.nuxeo.ecm.automation.core.impl |
Modifier and Type | Method and Description |
---|---|
OperationType |
AutomationService.getOperation(String id)
Gets an operation type given its ID.
|
OperationChain |
AutomationService.getOperationChain(String id)
Deprecated.
no specific chain registry anymore: chains are now operations, use
AutomationService.getOperation(String)
method instead. |
Modifier and Type | Method and Description |
---|---|
OperationType |
OperationServiceImpl.getOperation(String id) |
OperationChain |
OperationServiceImpl.getOperationChain(String id) |
Object |
ChainTypeImpl.newInstance(OperationContext ctx,
Map<String,Object> args) |
Copyright © 2015 Nuxeo SA. All rights reserved.