Uses of Class
org.nuxeo.ecm.automation.OperationNotFoundException
-
Packages that use OperationNotFoundException Package Description org.nuxeo.ecm.automation org.nuxeo.ecm.automation.core.impl -
-
Uses of OperationNotFoundException in org.nuxeo.ecm.automation
Methods in org.nuxeo.ecm.automation that throw OperationNotFoundException Modifier and Type Method Description OperationType
AutomationService. getOperation(String id)
Gets an operation type given its ID.OperationChain
AutomationService. getOperationChain(String id)
Deprecated.since 5.9.2 no specific chain registry anymore: chains are now operations, useAutomationService.getOperation(String)
method instead. -
Uses of OperationNotFoundException in org.nuxeo.ecm.automation.core.impl
Methods in org.nuxeo.ecm.automation.core.impl that throw OperationNotFoundException Modifier and Type Method Description OperationType
OperationServiceImpl. getOperation(String id)
OperationChain
OperationServiceImpl. getOperationChain(String id)
Constructors in org.nuxeo.ecm.automation.core.impl that throw OperationNotFoundException Constructor Description OperationMethod(OperationParameters params, OperationChainCompiler.OperationMethod prev)
-