Modifier and Type | Class and Description |
---|---|
class |
ScriptingOperationTypeImpl |
Modifier and Type | Method and Description |
---|---|
OperationType |
AutomationService.getOperation(String id)
Gets an operation type given its ID.
|
OperationType[] |
AutomationService.getOperations()
Gets all operation types that was registered.
|
Modifier and Type | Method and Description |
---|---|
void |
OperationContext.ChainCallback.onChain(OperationType chain) |
void |
OperationCallback.onChain(OperationType chain) |
void |
OperationContext.ChainCallback.onOperation(OperationContext context,
OperationType type,
InvokableMethod method,
Map<String,Object> parms) |
void |
OperationCallback.onOperation(OperationContext context,
OperationType type,
InvokableMethod method,
Map<String,Object> parms) |
void |
AutomationService.putOperation(OperationType op,
boolean replace)
Registers an operation given it's type.
|
void |
AutomationService.removeOperation(OperationType type)
Removes an operation given it's type.
|
Modifier and Type | Class and Description |
---|---|
class |
ChainTypeImpl |
class |
OperationTypeImpl |
Modifier and Type | Field and Description |
---|---|
protected OperationType |
InvokableMethod.op |
Modifier and Type | Field and Description |
---|---|
protected Map<String,OperationType> |
OperationTypeRegistry.lookup
Read only cache for operation lookup.
|
protected Map<String,OperationType> |
OperationTypeRegistry.operations
Modifiable operation registry.
|
Modifier and Type | Method and Description |
---|---|
OperationType |
OperationTypeRegistry.clone(OperationType orig) |
OperationType |
InvokableMethod.getOperation() |
OperationType |
OperationServiceImpl.getOperation(String id) |
OperationType[] |
OperationServiceImpl.getOperations() |
OperationType |
OperationTypeRegistry.getOperationType(Class<?> key) |
Modifier and Type | Method and Description |
---|---|
Map<String,OperationType> |
OperationTypeRegistry.lookup() |
Modifier and Type | Method and Description |
---|---|
void |
OperationTypeRegistry.addContribution(OperationType op,
boolean replace) |
OperationType |
OperationTypeRegistry.clone(OperationType orig) |
void |
OperationTypeRegistry.contributionRemoved(String id,
OperationType origContrib) |
void |
OperationTypeRegistry.contributionUpdated(String id,
OperationType contrib,
OperationType newOrigContrib) |
String |
OperationTypeRegistry.getContributionId(OperationType contrib) |
Class<?> |
ChainTypeImpl.getOperationOutput(Class<?> input,
OperationType operationType) |
void |
OperationTypeRegistry.merge(OperationType src,
OperationType dst) |
void |
OperationServiceImpl.putOperation(OperationType op,
boolean replace) |
void |
OperationServiceImpl.removeOperation(OperationType type) |
Object |
OperationServiceImpl.run(OperationContext ctx,
OperationType operationType,
Map<String,Object> params) |
Constructor and Description |
---|
InvokableIteratorMethod(OperationType op,
Method method,
OperationMethod anno) |
InvokableMethod(OperationType op,
Method method) |
InvokableMethod(OperationType op,
Method method,
OperationMethod anno) |
Modifier and Type | Field and Description |
---|---|
protected OperationType |
TracerFactory.ChainTraces.chain |
protected OperationType |
Trace.chain |
protected OperationType |
BasedTracer.chain |
protected OperationType |
Call.type |
Modifier and Type | Method and Description |
---|---|
OperationType |
Trace.getChain() |
OperationType |
Call.getType() |
Modifier and Type | Method and Description |
---|---|
protected static String |
TracerFactory.formatKey(OperationType chain,
int index) |
void |
BasedTracer.onChain(OperationType chain) |
void |
TracerLite.onOperation(OperationContext context,
OperationType type,
InvokableMethod method,
Map<String,Object> parms) |
void |
Tracer.onOperation(OperationContext context,
OperationType type,
InvokableMethod method,
Map<String,Object> params) |
protected void |
BasedTracer.pushContext(OperationType newChain) |
Constructor and Description |
---|
Call(OperationType chain,
OperationContext context,
OperationType type,
InvokableMethod method,
Map<String,Object> parms) |
ChainTraces(OperationType chain) |
Modifier and Type | Field and Description |
---|---|
protected OperationType |
OperationResource.type |
Constructor and Description |
---|
OperationResource(AutomationService service,
OperationType type) |
Copyright © 2015 Nuxeo SA. All rights reserved.