Modifier and Type | Method and Description |
---|---|
OperationContext |
OperationContext.getSubContext(Boolean isolate,
Object input) |
Modifier and Type | Method and Description |
---|---|
void |
OutputCollector.collect(OperationContext ctx,
T obj)
Collects a new partial result (the result of the last iteration step).
|
Object |
TypeAdapter.getAdaptedValue(OperationContext ctx,
Object objectToAdapt)
Adapt the given object to an instance of the given target type.
|
<T> T |
AutomationService.getAdaptedValue(OperationContext ctx,
Object toAdapt,
Class<?> targetType)
Adapts an object to a target type if possible otherwise throws an
exception.
|
Object |
CompiledChain.invoke(OperationContext ctx) |
Object |
OperationType.newInstance(OperationContext ctx,
Map<String,Object> args) |
void |
OperationCallback.onOperation(OperationContext context,
OperationType type,
InvokableMethod method,
Map<String,Object> parms) |
Object |
AutomationService.run(OperationContext ctx,
OperationChain chain)
Builds and runs the operation chain given a context.
|
Object |
AutomationService.run(OperationContext ctx,
String chainId)
Same as previous but for managed chains identified by an ID.
|
Object |
AutomationService.run(OperationContext ctx,
String id,
Map<String,Object> params)
Shortcut to execute a single operation described by the given ID and map
of parameters
|
Modifier and Type | Method and Description |
---|---|
void |
BlobCollector.collect(OperationContext ctx,
Blob obj) |
void |
BlobListCollector.collect(OperationContext ctx,
BlobList obj) |
void |
DocumentModelCollector.collect(OperationContext ctx,
DocumentModel obj) |
void |
DocumentModelListCollector.collect(OperationContext ctx,
DocumentModelList obj) |
void |
DocumentRefCollector.collect(OperationContext ctx,
DocumentRef ref) |
Modifier and Type | Method and Description |
---|---|
boolean |
EventHandler.isEnabled(OperationContext ctx,
EventContext eventCtx,
boolean quick)
Checks if this handler should run for the event and operation context.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
OperationServiceImpl.getAdaptedValue(OperationContext ctx,
Object toAdapt,
Class<?> targetType) |
void |
OperationTypeImpl.inject(OperationContext ctx,
Map<String,Object> args,
Object target) |
Object |
InvokableMethod.invoke(OperationContext ctx,
Map<String,Object> args) |
Object |
OperationTypeImpl.newInstance(OperationContext ctx,
Map<String,Object> args) |
Object |
ChainTypeImpl.newInstance(OperationContext ctx,
Map<String,Object> args) |
Object |
OperationServiceImpl.run(OperationContext ctx,
OperationChain chain) |
Object |
OperationServiceImpl.run(OperationContext ctx,
OperationType operationType,
Map<String,Object> params) |
Object |
OperationServiceImpl.run(OperationContext ctx,
String operationId) |
Object |
OperationServiceImpl.run(OperationContext ctx,
String operationId,
Map<String,Object> runtimeParameters)
TODO avoid creating a temporary chain and then compile it.
|
Modifier and Type | Method and Description |
---|---|
String |
RenderingService.render(String type,
String uriOrContent,
OperationContext ctx) |
Modifier and Type | Method and Description |
---|---|
Object |
Scripting.Script.eval(OperationContext ctx) |
Object |
Scripting.MvelScript.eval(OperationContext ctx) |
Object |
Scripting.GroovyScript.eval(OperationContext ctx) |
Object |
MvelTemplate.eval(OperationContext ctx) |
Object |
MvelExpression.eval(OperationContext ctx) |
Object |
Expression.eval(OperationContext ctx) |
static Map<String,Object> |
Scripting.initBindings(OperationContext ctx) |
static void |
Scripting.run(OperationContext ctx,
URL script) |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
Call(OperationType chain,
OperationContext context,
OperationType type,
InvokableMethod method,
Map<String,Object> parms) |
Modifier and Type | Class and Description |
---|---|
class |
RestOperationContext
A custom operation context to be used in REST calls on server side.
|
Modifier and Type | Method and Description |
---|---|
OperationContext |
ExecutionRequest.createContext(HttpServletRequest request,
CoreSession session) |
Modifier and Type | Method and Description |
---|---|
static void |
SeamOperationFilter.handleAfterRun(OperationContext context,
String conversationId)
Manages Seam context and lifecycle cleanup
|
static void |
SeamOperationFilter.handleBeforeRun(OperationContext context,
String conversationId)
Initialize a workable Seam context as well as a conversion if needed
|
Modifier and Type | Method and Description |
---|---|
OperationContext |
AutomationFeature.OperationContextProvider.get() |
Modifier and Type | Method and Description |
---|---|
DocumentRouteElement |
AbstractTaskStepOperation.getRoutingStep(OperationContext context) |
String |
AbstractTaskStepOperation.getRoutingStepDocumentId(OperationContext context) |
RoutingTask |
AbstractTaskStepOperation.getRoutingTask(OperationContext context) |
Copyright © 2013 Nuxeo SA. All Rights Reserved.