Class OperationChainCompiler.CompiledChainImpl
- java.lang.Object
-
- org.nuxeo.ecm.automation.core.impl.OperationChainCompiler.CompiledChainImpl
-
- All Implemented Interfaces:
CompiledChain
- Enclosing class:
- OperationChainCompiler
protected class OperationChainCompiler.CompiledChainImpl extends Object implements CompiledChain
-
-
Field Summary
Fields Modifier and Type Field Description protected OperationChainCompiler.OperationMethod
head
protected Class<?>
typein
protected ChainTypeImpl
typeof
-
Constructor Summary
Constructors Modifier Constructor Description protected
CompiledChainImpl(ChainTypeImpl typeof, Class<?> typein, OperationChainCompiler.OperationMethod head)
-
-
-
Field Detail
-
typeof
protected final ChainTypeImpl typeof
-
typein
protected final Class<?> typein
-
head
protected final OperationChainCompiler.OperationMethod head
-
-
Constructor Detail
-
CompiledChainImpl
protected CompiledChainImpl(ChainTypeImpl typeof, Class<?> typein, OperationChainCompiler.OperationMethod head)
-
-
Method Detail
-
invoke
public Object invoke(OperationContext ctx) throws OperationException
- Specified by:
invoke
in interfaceCompiledChain
- Throws:
OperationException
-
-