Uses of Class
org.nuxeo.ecm.automation.core.impl.InvokableMethod
Packages that use InvokableMethod
Package
Description
-
Uses of InvokableMethod in org.nuxeo.automation.scripting.internals
Fields in org.nuxeo.automation.scripting.internals declared as InvokableMethodMethods in org.nuxeo.automation.scripting.internals that return InvokableMethodModifier and TypeMethodDescriptionScriptingOperationTypeImpl.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 -
Uses of InvokableMethod in org.nuxeo.ecm.automation
Methods in org.nuxeo.ecm.automation that return InvokableMethodMethods in org.nuxeo.ecm.automation that return types with arguments of type InvokableMethodMethods in org.nuxeo.ecm.automation with parameters of type InvokableMethodModifier and TypeMethodDescriptionvoid
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.implModifier and TypeClassDescriptionclass
A method proxy which accept as input only iterable inputs.Fields in org.nuxeo.ecm.automation.core.impl declared as InvokableMethodModifier and TypeFieldDescriptionprotected InvokableMethod
OperationChainCompiler.OperationMethod.method
protected InvokableMethod[]
ChainTypeImpl.methods
Invocable methods.Fields in org.nuxeo.ecm.automation.core.impl with type parameters of type InvokableMethodModifier and TypeFieldDescriptionprotected List<InvokableMethod>
OperationTypeImpl.methods
Invocable methodsMethods in org.nuxeo.ecm.automation.core.impl that return InvokableMethodModifier and TypeMethodDescriptionChainTypeImpl.getMethodsMatchingInput
(Class<?> in) 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 InvokableMethodMethods in org.nuxeo.ecm.automation.core.impl with parameters of type InvokableMethodModifier and TypeMethodDescriptionint
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 InvokableMethodMethods in org.nuxeo.ecm.automation.core.trace that return InvokableMethodMethods in org.nuxeo.ecm.automation.core.trace with parameters of type InvokableMethodModifier and TypeMethodDescriptionTracerFactory.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 InvokableMethodModifierConstructorDescriptionCall
(OperationType chain, OperationContext context, OperationType type, InvokableMethod method, Map<String, Object> parms) protected
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 InvokableMethodModifier and TypeMethodDescriptionprotected void
AsyncOperationAdapter.enterMethod
(String executionId, InvokableMethod method)