Class OperationChainCompiler.OperationMethod
- java.lang.Object
-
- org.nuxeo.ecm.automation.core.impl.OperationChainCompiler.OperationMethod
-
- Enclosing class:
- OperationChainCompiler
protected class OperationChainCompiler.OperationMethod extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected InvokableMethod
method
protected OperationChainCompiler.OperationMethod
next
protected OperationParameters
params
protected OperationChainCompiler.OperationMethod
prev
protected OperationType
typeof
-
Constructor Summary
Constructors Modifier Constructor Description protected
OperationMethod(OperationParameters params, OperationChainCompiler.OperationMethod prev)
-
-
-
Field Detail
-
typeof
protected final OperationType typeof
-
params
protected final OperationParameters params
-
method
protected InvokableMethod method
-
prev
protected OperationChainCompiler.OperationMethod prev
-
next
protected OperationChainCompiler.OperationMethod next
-
-
Constructor Detail
-
OperationMethod
protected OperationMethod(OperationParameters params, OperationChainCompiler.OperationMethod prev) throws OperationNotFoundException
- Throws:
OperationNotFoundException
-
-
Method Detail
-
invoke
protected Object invoke(OperationContext context) throws OperationException
- Throws:
OperationException
-
-