Package | Description |
---|---|
org.nuxeo.automation.scripting.internals | |
org.nuxeo.ecm.automation | |
org.nuxeo.ecm.automation.core.impl | |
org.nuxeo.ecm.automation.core.trace |
Modifier and Type | Field and Description |
---|---|
protected InvokableMethod |
ScriptingOperationTypeImpl.method |
Modifier and Type | Method and Description |
---|---|
InvokableMethod[] |
ScriptingOperationTypeImpl.getMethodsMatchingInput(Class<?> in) |
protected InvokableMethod |
ScriptingOperationTypeImpl.runMethod() |
Modifier and Type | Method and Description |
---|---|
List<InvokableMethod> |
ScriptingOperationTypeImpl.getMethods() |
Modifier and Type | Method and Description |
---|---|
InvokableMethod[] |
OperationType.getMethodsMatchingInput(Class<?> in) |
Modifier and Type | Method and Description |
---|---|
List<InvokableMethod> |
OperationType.getMethods() |
Modifier and Type | Method and Description |
---|---|
void |
OperationCallback.onOperationEnter(OperationContext context,
OperationType type,
InvokableMethod method,
Map<String,Object> parms) |
Modifier and Type | Class and Description |
---|---|
class |
InvokableIteratorMethod
A method proxy which accept as input only iterable inputs.
|
Modifier and Type | Field and Description |
---|---|
protected InvokableMethod |
OperationChainCompiler.OperationMethod.method |
protected InvokableMethod[] |
ChainTypeImpl.methods
Invocable methods.
|
Modifier and Type | Field and Description |
---|---|
protected List<InvokableMethod> |
OperationTypeImpl.methods
Invocable methods
|
Modifier and Type | Method and Description |
---|---|
InvokableMethod[] |
OperationTypeImpl.getMethodsMatchingInput(Class<?> in) |
InvokableMethod[] |
ChainTypeImpl.getMethodsMatchingInput(Class<?> in) |
protected InvokableMethod |
ChainTypeImpl.getTopMethod(InvokableMethod[] methods) |
Modifier and Type | Method and Description |
---|---|
List<InvokableMethod> |
OperationTypeImpl.getMethods() |
List<InvokableMethod> |
ChainTypeImpl.getMethods() |
Modifier and Type | Method and Description |
---|---|
int |
InvokableMethod.compareTo(InvokableMethod o) |
protected InvokableMethod |
ChainTypeImpl.getTopMethod(InvokableMethod[] methods) |
Modifier and Type | Field and Description |
---|---|
protected InvokableMethod |
Call.Details.method |
Modifier and Type | Method and Description |
---|---|
InvokableMethod |
Call.getMethod() |
Modifier and Type | Method and Description |
---|---|
Call |
TracerFactory.newCall(OperationType chain,
OperationContext context,
OperationType type,
InvokableMethod method,
Map<String,Object> params) |
void |
Tracer.onOperationEnter(OperationContext context,
OperationType type,
InvokableMethod method,
Map<String,Object> params) |
Constructor and Description |
---|
Call(OperationType chain,
OperationContext context,
OperationType type,
InvokableMethod method,
Map<String,Object> parms) |
Details(OperationContext context,
InvokableMethod method,
Map<String,Object> parms) |
Copyright © 2017 Nuxeo. All rights reserved.