Uses of Class
org.nuxeo.ecm.automation.core.impl.InvokableMethod
-
-
Uses of InvokableMethod in org.nuxeo.automation.scripting.internals
Fields in org.nuxeo.automation.scripting.internals declared as InvokableMethod Modifier and Type Field Description protected InvokableMethod
ScriptingOperationTypeImpl. method
Methods in org.nuxeo.automation.scripting.internals that return InvokableMethod Modifier and Type Method Description InvokableMethod[]
ScriptingOperationTypeImpl. getMethodsMatchingInput(Class<?> in)
protected static InvokableMethod
ScriptingOperationTypeImpl. runMethod(ScriptingOperationTypeImpl op, String inputType)
Returns the rightrun
method according to whether the input type exists or not.Methods in org.nuxeo.automation.scripting.internals that return types with arguments of type InvokableMethod Modifier and Type Method Description List<InvokableMethod>
ScriptingOperationTypeImpl. getMethods()
-
Uses of InvokableMethod in org.nuxeo.ecm.automation
Methods in org.nuxeo.ecm.automation that return InvokableMethod Modifier and Type Method Description InvokableMethod[]
OperationType. getMethodsMatchingInput(Class<?> in)
Methods in org.nuxeo.ecm.automation that return types with arguments of type InvokableMethod Modifier and Type Method Description List<InvokableMethod>
OperationType. getMethods()
Methods in org.nuxeo.ecm.automation with parameters of type InvokableMethod Modifier and Type Method Description void
OperationCallback. onOperationEnter(OperationContext context, OperationType type, InvokableMethod method, Map<String,Object> parms)
-
Uses of InvokableMethod in org.nuxeo.ecm.automation.core.impl
Subclasses of InvokableMethod in org.nuxeo.ecm.automation.core.impl Modifier and Type Class Description class
InvokableIteratorMethod
A method proxy which accept as input only iterable inputs.Fields in org.nuxeo.ecm.automation.core.impl declared as InvokableMethod Modifier and Type Field Description protected InvokableMethod
OperationChainCompiler.OperationMethod. method
protected InvokableMethod[]
ChainTypeImpl. methods
Invocable methods.Fields in org.nuxeo.ecm.automation.core.impl with type parameters of type InvokableMethod Modifier and Type Field Description protected List<InvokableMethod>
OperationTypeImpl. methods
Invocable methodsMethods in org.nuxeo.ecm.automation.core.impl that return InvokableMethod Modifier and Type Method Description InvokableMethod[]
ChainTypeImpl. getMethodsMatchingInput(Class<?> in)
InvokableMethod[]
OperationTypeImpl. getMethodsMatchingInput(Class<?> in)
protected InvokableMethod
ChainTypeImpl. getTopMethod(InvokableMethod[] methods)
Methods in org.nuxeo.ecm.automation.core.impl that return types with arguments of type InvokableMethod Modifier and Type Method Description List<InvokableMethod>
ChainTypeImpl. getMethods()
List<InvokableMethod>
OperationTypeImpl. getMethods()
Methods in org.nuxeo.ecm.automation.core.impl with parameters of type InvokableMethod Modifier and Type Method Description int
InvokableMethod. compareTo(InvokableMethod o)
protected InvokableMethod
ChainTypeImpl. getTopMethod(InvokableMethod[] methods)
-
Uses of InvokableMethod in org.nuxeo.ecm.automation.core.trace
Fields in org.nuxeo.ecm.automation.core.trace declared as InvokableMethod Modifier and Type Field Description protected InvokableMethod
Call.Details. method
Methods in org.nuxeo.ecm.automation.core.trace that return InvokableMethod Modifier and Type Method Description InvokableMethod
Call. getMethod()
Methods in org.nuxeo.ecm.automation.core.trace with parameters of type InvokableMethod Modifier and Type Method Description Call
TracerFactory. newCall(OperationType chain, OperationContext context, OperationType type, InvokableMethod method, Map<String,Object> params)
If trace mode is enabled, instantiateCall
.void
Tracer. onOperationEnter(OperationContext context, OperationType type, InvokableMethod method, Map<String,Object> params)
Constructors in org.nuxeo.ecm.automation.core.trace with parameters of type InvokableMethod Constructor Description Call(OperationType chain, OperationContext context, OperationType type, InvokableMethod method, Map<String,Object> parms)
Details(OperationContext context, InvokableMethod method, Map<String,Object> parms)
-
Uses of InvokableMethod in org.nuxeo.ecm.automation.server.jaxrs.adapters
Methods in org.nuxeo.ecm.automation.server.jaxrs.adapters with parameters of type InvokableMethod Modifier and Type Method Description protected void
AsyncOperationAdapter. enterMethod(String executionId, InvokableMethod method)
-