Modifier and Type | Class and Description |
---|---|
class |
ScriptOperationContext
This operation context wrapper is used for Automation Scripting to avoid disposing traces, files and login stack and
let the usage of such operation as
LoginAs |
Constructor and Description |
---|
ScriptOperationContext(OperationContext ctx) |
Modifier and Type | Method and Description |
---|---|
Object |
ScriptingOperationTypeImpl.newInstance(OperationContext ctx,
Map<String,Object> args) |
Modifier and Type | Field and Description |
---|---|
protected OperationContext |
TriggerMetadataMappingOnDocument.operationContext |
protected OperationContext |
ReadMetadataFromBinaryToContext.operationContext |
Modifier and Type | Field and Description |
---|---|
protected OperationContext |
DiffPicturesWithBlobsOp.ctx |
protected OperationContext |
DiffPicturesWithDocsOp.ctx |
Modifier and Type | Field and Description |
---|---|
protected OperationContext |
NuxeoDriveUpdateFile.ctx |
protected OperationContext |
NuxeoDriveRename.ctx |
protected OperationContext |
NuxeoDriveMove.ctx |
protected OperationContext |
NuxeoDriveGetTopLevelFolder.ctx |
protected OperationContext |
NuxeoDriveGetTopLevelChildren.ctx
Deprecated.
|
protected OperationContext |
NuxeoDriveGetRootsOperation.ctx |
protected OperationContext |
NuxeoDriveGetFileSystemItem.ctx |
protected OperationContext |
NuxeoDriveGetChildren.ctx |
protected OperationContext |
NuxeoDriveGetChangeSummary.ctx |
protected OperationContext |
NuxeoDriveGenerateConflictedItemName.ctx |
protected OperationContext |
NuxeoDriveFileSystemItemExists.ctx |
protected OperationContext |
NuxeoDriveDelete.ctx |
protected OperationContext |
NuxeoDriveCreateFolder.ctx |
protected OperationContext |
NuxeoDriveCreateFile.ctx |
protected OperationContext |
NuxeoDriveCanMove.ctx |
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 |
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) |
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
|
Object |
AutomationService.runInNewTx(OperationContext ctx,
String chainId,
Map chainParameters,
Integer timeout,
boolean rollbackGlobalOnError)
This running method execute operation process through a new transaction.
|
Constructor and Description |
---|
OperationContext(OperationContext ctx) |
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 | Field and Description |
---|---|
protected OperationContext |
FireEvent.ctx |
Modifier and Type | Method and Description |
---|---|
protected Object |
InvokableMethod.doInvoke(OperationContext ctx,
Map<String,Object> args,
Object input) |
protected Object |
InvokableIteratorMethod.doInvoke(OperationContext ctx,
Map<String,Object> args,
Object input) |
<T> T |
OperationServiceImpl.getAdaptedValue(OperationContext ctx,
Object toAdapt,
Class<?> targetType) |
protected String |
OperationServiceImpl.getChainExceptionToRun(OperationContext ctx,
String operationTypeId,
OperationException oe) |
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) |
protected Object |
OperationTypeImpl.resolveObject(OperationContext ctx,
String key,
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.
|
Object |
OperationServiceImpl.runInNewTx(OperationContext ctx,
String chainId,
Map chainParameters,
Integer timeout,
boolean rollbackGlobalOnError)
This running method execute operation process through a new transaction.
|
Modifier and Type | Field and Description |
---|---|
protected OperationContext |
SetVar.ctx |
protected OperationContext |
SetInputAsVar.ctx |
protected OperationContext |
RunScriptFile.ctx
Deprecated.
|
protected OperationContext |
RunScript.ctx |
protected OperationContext |
RunInputScript.ctx |
protected OperationContext |
RestoreDocumentsInputFromScript.ctx |
protected OperationContext |
RestoreDocumentsInput.ctx |
protected OperationContext |
RestoreDocumentInputFromScript.ctx |
protected OperationContext |
RestoreDocumentInput.ctx |
protected OperationContext |
RestoreBlobsInputFromScript.ctx |
protected OperationContext |
RestoreBlobsInput.ctx |
protected OperationContext |
RestoreBlobInputFromScript.ctx |
protected OperationContext |
RestoreBlobInput.ctx |
protected OperationContext |
FetchContextDocument.ctx |
protected OperationContext |
FetchContextBlob.ctx |
Modifier and Type | Field and Description |
---|---|
protected OperationContext |
SetBlobFileName.ctx |
protected OperationContext |
CreateZip.ctx |
protected OperationContext |
ConcatenatePDFs.ctx |
Modifier and Type | Field and Description |
---|---|
protected OperationContext |
ReloadDocument.ctx |
protected OperationContext |
FilterDocuments.ctx |
protected OperationContext |
CheckInDocument.ctx |
Modifier and Type | Field and Description |
---|---|
protected OperationContext |
RunOperationOnListInNewTransaction.ctx
Deprecated.
|
protected OperationContext |
RunOperationOnList.ctx |
protected OperationContext |
RunOperation.ctx |
protected OperationContext |
RunInNewTransaction.ctx
Deprecated.
|
protected OperationContext |
RunFileChain.ctx |
protected OperationContext |
RunDocumentChain.ctx |
Modifier and Type | Field and Description |
---|---|
protected OperationContext |
Logout.ctx |
protected OperationContext |
LoginAs.ctx |
Modifier and Type | Field and Description |
---|---|
protected OperationContext |
GetCounters.ctx |
Modifier and Type | Field and Description |
---|---|
protected OperationContext |
SendMail.ctx |
Modifier and Type | Field and Description |
---|---|
protected OperationContext |
UserWorkspace.context |
protected OperationContext |
ResultSetPageProviderOperation.context |
protected OperationContext |
FileManagerImport.context |
protected OperationContext |
DocumentPageProviderOperation.context |
protected OperationContext |
BlobHolderAttach.context |
protected OperationContext |
AuditPageProviderOperation.context |
protected OperationContext |
RunOperationOnProvider.ctx |
protected OperationContext |
GetDirectoryEntries.ctx |
protected OperationContext |
GetActions.ctx |
protected OperationContext |
AuditQuery.ctx |
protected OperationContext |
AuditLog.ctx |
Modifier and Type | Field and Description |
---|---|
protected OperationContext |
UpdateDirectoryEntries.ctx |
protected OperationContext |
ReadDirectoryEntries.ctx |
protected OperationContext |
DirectoryProjection.ctx |
protected OperationContext |
DeleteDirectoryEntries.ctx |
protected OperationContext |
CreateDirectoryEntries.ctx |
Modifier and Type | Method and Description |
---|---|
protected boolean |
AbstractDirectoryOperation.canManageDirectories(OperationContext ctx) |
protected ActionContext |
AbstractDirectoryOperation.createActionContext(OperationContext ctx) |
protected void |
AbstractDirectoryOperation.validateCanManageDirectories(OperationContext ctx) |
Modifier and Type | Field and Description |
---|---|
protected OperationContext |
PushDocumentList.ctx |
protected OperationContext |
PushDocument.ctx |
protected OperationContext |
PushBlobList.ctx |
protected OperationContext |
PushBlob.ctx |
protected OperationContext |
PullDocumentList.ctx |
protected OperationContext |
PullDocument.ctx |
protected OperationContext |
PullBlobList.ctx |
protected OperationContext |
PullBlob.ctx |
protected OperationContext |
PopDocumentList.ctx |
protected OperationContext |
PopDocument.ctx |
protected OperationContext |
PopBlobList.ctx |
protected OperationContext |
PopBlob.ctx |
Modifier and Type | Field and Description |
---|---|
protected OperationContext |
JsonStackToggleDisplayOperation.ctx |
protected OperationContext |
AutomationTraceToggleOperation.ctx |
protected OperationContext |
AutomationTraceGetOperation.ctx |
Modifier and Type | Field and Description |
---|---|
protected OperationContext |
GetNuxeoPrincipal.ctx |
protected OperationContext |
GetDocumentUsersAndGroups.ctx |
protected OperationContext |
GetDocumentPrincipalEmails.ctx |
Modifier and Type | Method and Description |
---|---|
String |
RenderingService.render(String type,
String uriOrContent,
OperationContext ctx) |
Modifier and Type | Field and Description |
---|---|
protected OperationContext |
RenderDocumentFeed.ctx |
protected OperationContext |
RenderDocument.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) |
protected Map<String,Object> |
MvelExpression.getBindings(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(javax.servlet.http.HttpServletRequest request,
CoreSession session) |
Modifier and Type | Method and Description |
---|---|
protected void |
OperationActionBean.showError(OperationContext ctx,
String chain,
Throwable cause) |
protected void |
OperationActionBean.showSuccess(OperationContext ctx,
String chain) |
Modifier and Type | Field and Description |
---|---|
protected OperationContext |
SetOutcome.ctx |
protected OperationContext |
SaveDocumentInUI.ctx |
protected OperationContext |
PushToWorklist.ctx |
protected OperationContext |
PushToSeamContext.ctx |
protected OperationContext |
PushToClipboard.ctx |
protected OperationContext |
Navigate.ctx |
protected OperationContext |
GetSelectedDocuments.ctx |
protected OperationContext |
GetDocumentsFromSelectionList.ctx |
protected OperationContext |
FetchFromWorklist.ctx |
protected OperationContext |
FetchFromClipboard.ctx |
protected OperationContext |
FetchDocumentFromSeamContext.ctx |
protected OperationContext |
DownloadFile.ctx |
protected OperationContext |
CreateDocumentInUI.ctx |
protected OperationContext |
CreateDocumentForm.ctx |
protected OperationContext |
ClearWorklist.ctx |
protected OperationContext |
ChangeTab.ctx |
protected OperationContext |
CancelCreateDocumentInUI.ctx |
protected OperationContext |
AddMessage.ctx |
protected OperationContext |
AddInfoMessage.ctx |
protected OperationContext |
AddErrorMessage.ctx |
Modifier and Type | Field and Description |
---|---|
protected OperationContext |
InitSeamContext.context |
protected OperationContext |
DestroySeamContext.context |
protected OperationContext |
RunOperationInSeam.ctx |
Modifier and Type | Method and Description |
---|---|
protected static javax.servlet.http.HttpServletRequest |
SeamOperationFilter.getRequest(OperationContext context)
Gets the request from the Automation context, fallback on the FacesContext.
|
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
|
protected static void |
SeamOperationFilter.initializeSeamContext(OperationContext context,
String conversationId,
CoreSession session) |
protected Object |
RunOperationInSeam.runChain(OperationContext subctx,
Map<String,Object> vars) |
protected static void |
SeamOperationFilter.setSeamActionContext(OperationContext context,
CoreSession session) |
Modifier and Type | Field and Description |
---|---|
protected OperationContext |
GetUserTasks.ctx |
protected OperationContext |
CreateTask.ctx |
Modifier and Type | Field and Description |
---|---|
protected OperationContext |
AutomationFeature.context |
Modifier and Type | Method and Description |
---|---|
OperationContext |
AutomationFeature.OperationContextProvider.get() |
protected OperationContext |
AutomationFeature.getContext() |
Modifier and Type | Field and Description |
---|---|
protected OperationContext |
SuggestCollectionEntry.ctx |
protected OperationContext |
GetDocumentsFromFavoritesOperation.ctx |
protected OperationContext |
GetDocumentsFromCollectionOperation.ctx |
protected OperationContext |
GetCollectionsOperation.ctx |
Modifier and Type | Field and Description |
---|---|
protected OperationContext |
SetSimpleConfParamVar.ctx |
Modifier and Type | Field and Description |
---|---|
protected OperationContext |
ModerateCommentOperation.ctx |
Modifier and Type | Field and Description |
---|---|
protected OperationContext |
StepDoneOperation.context
Deprecated.
|
protected OperationContext |
StepBackToReadyOperation.context
Deprecated.
|
protected OperationContext |
SetNextStepOnConditionalFolderOperation.context
Deprecated.
|
protected OperationContext |
ResumeStepOperation.context
Deprecated.
|
protected OperationContext |
SetWorkflowNodeVar.ctx |
protected OperationContext |
MapPropertiesOnTaskOperation.ctx |
protected OperationContext |
BulkRestartWorkflow.ctx |
Modifier and Type | Field and Description |
---|---|
protected OperationContext |
StartWorkflowOperation.ctx |
protected OperationContext |
SetWorkflowVar.ctx |
protected OperationContext |
ResumeNodeOperation.ctx |
protected OperationContext |
GetTaskNamesOperation.ctx |
protected OperationContext |
CompleteTaskOperation.ctx |
Modifier and Type | Field and Description |
---|---|
protected OperationContext |
RoutingScriptingFunctions.ctx |
Modifier and Type | Method and Description |
---|---|
protected Map<String,Object> |
RoutingScriptingExpression.getBindings(OperationContext ctx) |
Constructor and Description |
---|
RoutingScriptingFunctions(OperationContext ctx) |
RoutingScriptingFunctions(OperationContext ctx,
GraphNode.EscalationRule rule) |
Modifier and Type | Field and Description |
---|---|
protected OperationContext |
GetGraphOperation.context |
Modifier and Type | Method and Description |
---|---|
protected OperationContext |
GraphNodeImpl.getExecutionContext(CoreSession session) |
Modifier and Type | Method and Description |
---|---|
protected <T> T |
GraphNodeImpl.valueOrExpression(Class<T> klass,
String v,
OperationContext context,
String kind) |
Modifier and Type | Field and Description |
---|---|
protected OperationContext |
SetCurrentRunningStepFromTask.context
Deprecated.
|
protected OperationContext |
EvaluateCondition.context
Deprecated.
|
protected OperationContext |
RemoveRoutingTask.ctx
Deprecated.
|
protected OperationContext |
CreateRoutingTask.ctx
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DocumentRouteElement |
AbstractTaskStepOperation.getRoutingStep(OperationContext context)
Deprecated.
|
String |
AbstractTaskStepOperation.getRoutingStepDocumentId(OperationContext context)
Deprecated.
|
RoutingTask |
AbstractTaskStepOperation.getRoutingTask(OperationContext context)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected OperationContext |
SuggestTagEntry.ctx |
Modifier and Type | Field and Description |
---|---|
protected OperationContext |
SuggestUserEntries.ctx |
protected OperationContext |
SuggestDirectoryEntries.ctx |
Modifier and Type | Field and Description |
---|---|
protected OperationContext |
UserWorkspaceCreateFromBlob.context |
Modifier and Type | Field and Description |
---|---|
protected OperationContext |
MostLiked.ctx |
Modifier and Type | Field and Description |
---|---|
protected OperationContext |
SalesforceAuditProvider.context |
Modifier and Type | Method and Description |
---|---|
protected OperationContext |
TemplateBasedDocumentAdapterImpl.initOperationContext(Blob blob,
String templateName) |
Modifier and Type | Field and Description |
---|---|
protected OperationContext |
RenderWithTemplateOperation.ctx |
Copyright © 2015 Nuxeo SA. All rights reserved.