Uses of Class
org.nuxeo.ecm.automation.core.impl.InvokableMethod
- 
- 
Uses of InvokableMethod in org.nuxeo.automation.scripting.internalsFields in org.nuxeo.automation.scripting.internals declared as InvokableMethod Modifier and Type Field Description protected InvokableMethodScriptingOperationTypeImpl. methodMethods in org.nuxeo.automation.scripting.internals that return InvokableMethod Modifier and Type Method Description InvokableMethod[]ScriptingOperationTypeImpl. getMethodsMatchingInput(Class<?> in)protected static InvokableMethodScriptingOperationTypeImpl. runMethod(ScriptingOperationTypeImpl op, String inputType)Returns the rightrunmethod 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.automationMethods 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 voidOperationCallback. onOperationEnter(OperationContext context, OperationType type, InvokableMethod method, Map<String,Object> parms)
- 
Uses of InvokableMethod in org.nuxeo.ecm.automation.core.implSubclasses of InvokableMethod in org.nuxeo.ecm.automation.core.impl Modifier and Type Class Description classInvokableIteratorMethodA 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 InvokableMethodOperationChainCompiler.OperationMethod. methodprotected InvokableMethod[]ChainTypeImpl. methodsInvocable methods.Fields in org.nuxeo.ecm.automation.core.impl with type parameters of type InvokableMethod Modifier and Type Field Description protected List<InvokableMethod>OperationTypeImpl. methodsInvocable 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 InvokableMethodChainTypeImpl. 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 intInvokableMethod. compareTo(InvokableMethod o)protected InvokableMethodChainTypeImpl. getTopMethod(InvokableMethod[] methods)
- 
Uses of InvokableMethod in org.nuxeo.ecm.automation.core.traceFields in org.nuxeo.ecm.automation.core.trace declared as InvokableMethod Modifier and Type Field Description protected InvokableMethodCall.Details. methodMethods in org.nuxeo.ecm.automation.core.trace that return InvokableMethod Modifier and Type Method Description InvokableMethodCall. getMethod()Methods in org.nuxeo.ecm.automation.core.trace with parameters of type InvokableMethod Modifier and Type Method Description CallTracerFactory. 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 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.adaptersMethods in org.nuxeo.ecm.automation.server.jaxrs.adapters with parameters of type InvokableMethod Modifier and Type Method Description protected voidAsyncOperationAdapter. enterMethod(String executionId, InvokableMethod method)
 
-