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 InvokableMethodScriptingOperationTypeImpl.retrieveRunMethod(ScriptingOperationTypeImpl op, String inputType) 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 TypeMethodDescriptionvoidOperationCallback.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 TypeClassDescriptionclassA method proxy which accept as input only iterable inputs.Fields in org.nuxeo.ecm.automation.core.impl declared as InvokableMethodModifier and TypeFieldDescriptionprotected InvokableMethodOperationChainCompiler.OperationMethod.methodprotected InvokableMethodOperationTypeImpl.Match.methodprotected InvokableMethod[]ChainTypeImpl.methodsInvocable methods.Fields in org.nuxeo.ecm.automation.core.impl with type parameters of type InvokableMethodModifier and TypeFieldDescriptionprotected List<InvokableMethod> OperationTypeImpl.methodsInvocable methodsMethods in org.nuxeo.ecm.automation.core.impl that return InvokableMethodModifier and TypeMethodDescriptionChainTypeImpl.getMethodsMatchingInput(Class<?> in) OperationTypeImpl.getMethodsMatchingInput(Class<?> in) Methods in org.nuxeo.ecm.automation.core.impl that return types with arguments of type InvokableMethodModifier and TypeMethodDescriptionChainTypeImpl.getMethods()OperationTypeImpl.getMethods()protected static List<InvokableMethod> OperationTypeImpl.initMethods(OperationTypeImpl operationType, Class<?> type) Methods in org.nuxeo.ecm.automation.core.impl with parameters of type InvokableMethodMethod parameters in org.nuxeo.ecm.automation.core.impl with type arguments of type InvokableMethodModifier and TypeMethodDescriptionAbstractOperationType.buildSignature(List<InvokableMethod> methods, Function<InvokableMethod, Class<?>> outputTypeGetter) AbstractOperationType.buildSignature(List<InvokableMethod> methods, Function<InvokableMethod, Class<?>> outputTypeGetter) Constructors in org.nuxeo.ecm.automation.core.impl with parameters of type InvokableMethod -
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.voidTracer.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) protectedDetails(OperationContext context, InvokableMethod method, Map<String, Object> parms) -
Uses of InvokableMethod in org.nuxeo.ecm.automation.server.rest.adapters
Methods in org.nuxeo.ecm.automation.server.rest.adapters with parameters of type InvokableMethodModifier and TypeMethodDescriptionprotected voidAsyncOperationAdapter.enterMethod(String executionId, InvokableMethod method)