Uses of Class
org.nuxeo.ecm.automation.OperationContext
-
-
Uses of OperationContext in org.nuxeo.automation.scripting.api
Methods in org.nuxeo.automation.scripting.api with parameters of type OperationContext Modifier and Type Method Description AutomationScriptingService.Session
AutomationScriptingService. get(OperationContext context)
-
Uses of OperationContext in org.nuxeo.automation.scripting.internals
Fields in org.nuxeo.automation.scripting.internals declared as OperationContext Modifier and Type Field Description protected OperationContext
AutomationMapper. ctx
protected OperationContext
ScriptingOperationImpl. ctx
Methods in org.nuxeo.automation.scripting.internals with parameters of type OperationContext Modifier and Type Method Description AutomationScriptingService.Session
AutomationScriptingServiceImpl. get(OperationContext context)
void
AutomationScriptingParamsInjector. inject(Map<String,Object> params, OperationContext ctx, ScriptingOperationDescriptor desc)
Object
ScriptingOperationTypeImpl. newInstance(OperationContext ctx, Map<String,Object> args)
Constructors in org.nuxeo.automation.scripting.internals with parameters of type OperationContext Constructor Description AutomationMapper(OperationContext ctx)
ScriptingOperationImpl(String script, OperationContext ctx, Map<String,Object> args)
-
Uses of OperationContext in org.nuxeo.binary.metadata.internals.operations
Fields in org.nuxeo.binary.metadata.internals.operations declared as OperationContext Modifier and Type Field Description protected OperationContext
ReadMetadataFromBinaryToContext. operationContext
-
Uses of OperationContext in org.nuxeo.drive.elasticsearch.operations.test
Fields in org.nuxeo.drive.elasticsearch.operations.test declared as OperationContext Modifier and Type Field Description protected OperationContext
NuxeoDriveWaitForElasticsearchCompletion. ctx
-
Uses of OperationContext in org.nuxeo.drive.operations
Fields in org.nuxeo.drive.operations declared as OperationContext Modifier and Type Field Description protected OperationContext
NuxeoDriveCanMove. ctx
Deprecated.protected OperationContext
NuxeoDriveCreateFile. ctx
protected OperationContext
NuxeoDriveCreateFolder. ctx
protected OperationContext
NuxeoDriveDelete. ctx
protected OperationContext
NuxeoDriveFileSystemItemExists. ctx
protected OperationContext
NuxeoDriveGenerateConflictedItemName. ctx
Deprecated.protected OperationContext
NuxeoDriveGetChangeSummary. ctx
protected OperationContext
NuxeoDriveGetChildren. ctx
protected OperationContext
NuxeoDriveGetFileSystemItem. ctx
protected OperationContext
NuxeoDriveGetRootsOperation. ctx
protected OperationContext
NuxeoDriveGetTopLevelFolder. ctx
protected OperationContext
NuxeoDriveMove. ctx
protected OperationContext
NuxeoDriveRename. ctx
protected OperationContext
NuxeoDriveScrollDescendants. ctx
protected OperationContext
NuxeoDriveUpdateFile. ctx
-
Uses of OperationContext in org.nuxeo.ecm.automation
Methods in org.nuxeo.ecm.automation that return OperationContext Modifier and Type Method Description OperationContext
OperationContext. getSubContext(boolean isolate)
OperationContext
OperationContext. getSubContext(boolean isolate, Object input)
OperationContext
OperationContext. handleTransaction(boolean handleTransaction)
Methods in org.nuxeo.ecm.automation with parameters of type OperationContext Modifier and Type Method Description void
OutputCollector. collect(OperationContext ctx, T obj)
Collects a new partial result (the result of the last iteration step).<T> T
AutomationService. getAdaptedValue(OperationContext ctx, Object toAdapt, Class<?> targetType)
Adapts an object to a target type if possible otherwise throws an exception.Object
TypeAdapter. getAdaptedValue(OperationContext ctx, Object objectToAdapt)
Adapt the given object to an instance of the given target type.Object
CompiledChain. invoke(OperationContext ctx)
Object
OperationType. newInstance(OperationContext ctx, Map<String,Object> args)
void
OperationCallback. onOperationEnter(OperationContext context, OperationType type, InvokableMethod method, Map<String,Object> parms)
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,?> params)
Shortcut to execute a single operation described by the given ID and map of parametersObject
AutomationService. run(OperationContext ctx, OperationChain chain)
Builds and runs the operation chain given a context.Object
AutomationService. runInNewTx(OperationContext ctx, String chainId, Map<String,?> chainParameters, Integer timeout, boolean rollbackGlobalOnError)
This running method execute operation process through a new transaction. -
Uses of OperationContext in org.nuxeo.ecm.automation.core.collectors
Methods in org.nuxeo.ecm.automation.core.collectors with parameters of type OperationContext Modifier and Type Method 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)
-
Uses of OperationContext in org.nuxeo.ecm.automation.core.events
Methods in org.nuxeo.ecm.automation.core.events that return OperationContext Modifier and Type Method Description protected OperationContext
EventHandlerRegistry. getContext(EventContext ectx)
protected OperationContext
EventHandlerRegistry. open(Event event)
Methods in org.nuxeo.ecm.automation.core.events with parameters of type OperationContext Modifier and Type Method Description boolean
EventHandler. isEnabled(OperationContext ctx, EventContext eventCtx, boolean quick)
Checks if this handler should run for the event and operation context. -
Uses of OperationContext in org.nuxeo.ecm.automation.core.events.operations
Fields in org.nuxeo.ecm.automation.core.events.operations declared as OperationContext Modifier and Type Field Description protected OperationContext
FireEvent. ctx
-
Uses of OperationContext in org.nuxeo.ecm.automation.core.impl
Methods in org.nuxeo.ecm.automation.core.impl with parameters of type OperationContext Modifier and Type Method Description protected Object
InvokableIteratorMethod. doInvoke(OperationContext ctx, Map<String,Object> args)
protected Object
InvokableMethod. doInvoke(OperationContext ctx, Map<String,Object> args)
<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,?> args, Object target)
Object
InvokableMethod. invoke(OperationContext ctx, Map<String,Object> args)
Object
OperationChainCompiler.CompiledChainImpl. invoke(OperationContext ctx)
protected Object
OperationChainCompiler.OperationMethod. invoke(OperationContext context)
Object
ChainTypeImpl. newInstance(OperationContext ctx, Map<String,Object> args)
Object
OperationTypeImpl. newInstance(OperationContext ctx, Map<String,Object> args)
protected Object
OperationTypeImpl. resolveObject(OperationContext ctx, String key, Map<String,?> args)
Object
OperationServiceImpl. run(OperationContext ctx, String operationId)
Object
OperationServiceImpl. run(OperationContext ctx, String operationId, Map<String,?> args)
Object
OperationServiceImpl. run(OperationContext ctx, OperationChain chain)
Object
OperationServiceImpl. runInNewTx(OperationContext ctx, String chainId, Map<String,?> chainParameters, Integer timeout, boolean rollbackGlobalOnError)
-
Uses of OperationContext in org.nuxeo.ecm.automation.core.impl.adapters
Methods in org.nuxeo.ecm.automation.core.impl.adapters with parameters of type OperationContext Modifier and Type Method Description Object
ArrayNodeToList. getAdaptedValue(OperationContext ctx, Object objectToAdapt)
Object
ArrayStringToDocModelList. getAdaptedValue(OperationContext ctx, Object objectToAdapt)
Object
ArrayStringToList. getAdaptedValue(OperationContext ctx, Object objectToAdapt)
Object
CalendarToDate. getAdaptedValue(OperationContext ctx, Object objectToAdapt)
Object
CollectionToBlobList. getAdaptedValue(OperationContext ctx, Object objectToAdapt)
Object
CollectionToDocModelList. getAdaptedValue(OperationContext ctx, Object objectToAdapt)
Object
CollectionToStringList. getAdaptedValue(OperationContext ctx, Object objectToAdapt)
Object
DocModelListToDocRefList. getAdaptedValue(OperationContext ctx, Object objectToAdapt)
Object
DocModelToDocModelList. getAdaptedValue(OperationContext ctx, Object objectToAdapt)
Object
DocModelToDocRef. getAdaptedValue(OperationContext ctx, Object objectToAdapt)
Object
DocModelToDocRefList. getAdaptedValue(OperationContext ctx, Object objectToAdapt)
Object
DocRefListToDocModelList. getAdaptedValue(OperationContext ctx, Object objectToAdapt)
Object
DocRefToDocModel. getAdaptedValue(OperationContext ctx, Object objectToAdapt)
Object
DocRefToDocModelList. getAdaptedValue(OperationContext ctx, Object objectToAdapt)
Object
DocRefToDocRefList. getAdaptedValue(OperationContext ctx, Object objectToAdapt)
Object
IntegerToLong. getAdaptedValue(OperationContext ctx, Object objectToAdapt)
Object
JsonNodeToProperties. getAdaptedValue(OperationContext ctx, Object objectToAdapt)
Object
LongToInteger. getAdaptedValue(OperationContext ctx, Object objectToAdapt)
Object
ObjectNodeToMap. getAdaptedValue(OperationContext ctx, Object objectToAdapt)
Object
StringToBoolean. getAdaptedValue(OperationContext ctx, Object objectToAdapt)
Object
StringToCalendar. getAdaptedValue(OperationContext ctx, Object objectToAdapt)
Object
StringToDate. getAdaptedValue(OperationContext ctx, Object objectToAdapt)
DocumentModel
StringToDocModel. getAdaptedValue(OperationContext ctx, Object objectToAdapt)
Object
StringToDocModelList. getAdaptedValue(OperationContext ctx, Object objectToAdapt)
DocumentRef
StringToDocRef. getAdaptedValue(OperationContext ctx, Object objectToAdapt)
Object
StringToInteger. getAdaptedValue(OperationContext ctx, Object objectToAdapt)
Object
StringToList. getAdaptedValue(OperationContext ctx, Object objectToAdapt)
Object
StringToLong. getAdaptedValue(OperationContext ctx, Object objectToAdapt)
Object
StringToProperties. getAdaptedValue(OperationContext ctx, Object objectToAdapt)
Object
StringToURL. getAdaptedValue(OperationContext ctx, Object objectToAdapt)
-
Uses of OperationContext in org.nuxeo.ecm.automation.core.impl.adapters.helper
Methods in org.nuxeo.ecm.automation.core.impl.adapters.helper with parameters of type OperationContext Modifier and Type Method Description static DocumentModel
TypeAdapterHelper. createDocumentModel(OperationContext ctx, String value)
Create a document model from its pathstatic DocumentModel
TypeAdapterHelper. createDocumentModel(OperationContext ctx, DocumentRef docRef)
Create a document model from its referencestatic DocumentRef
TypeAdapterHelper. createDocumentRef(OperationContext ctx, String value)
Create a document reference from its path -
Uses of OperationContext in org.nuxeo.ecm.automation.core.operations
Fields in org.nuxeo.ecm.automation.core.operations declared as OperationContext Modifier and Type Field Description protected OperationContext
FetchContextBlob. ctx
protected OperationContext
FetchContextDocument. ctx
protected OperationContext
RestoreBlobInput. ctx
protected OperationContext
RestoreBlobInputFromScript. ctx
protected OperationContext
RestoreBlobsInput. ctx
protected OperationContext
RestoreBlobsInputFromScript. ctx
protected OperationContext
RestoreDocumentInput. ctx
protected OperationContext
RestoreDocumentInputFromScript. ctx
protected OperationContext
RestoreDocumentsInput. ctx
protected OperationContext
RestoreDocumentsInputFromScript. ctx
protected OperationContext
RunInputScript. ctx
protected OperationContext
RunScript. ctx
protected OperationContext
SetInputAsVar. ctx
protected OperationContext
SetVar. ctx
-
Uses of OperationContext in org.nuxeo.ecm.automation.core.operations.blob
Fields in org.nuxeo.ecm.automation.core.operations.blob declared as OperationContext Modifier and Type Field Description protected OperationContext
BlobToFile. ctx
protected OperationContext
ConcatenatePDFs. ctx
protected OperationContext
SetBlobFileName. ctx
-
Uses of OperationContext in org.nuxeo.ecm.automation.core.operations.collections
Fields in org.nuxeo.ecm.automation.core.operations.collections declared as OperationContext Modifier and Type Field Description protected OperationContext
GetCollectionsOperation. ctx
protected OperationContext
GetDocumentsFromCollectionOperation. ctx
protected OperationContext
GetDocumentsFromFavoritesOperation. ctx
protected OperationContext
SuggestCollectionEntry. ctx
-
Uses of OperationContext in org.nuxeo.ecm.automation.core.operations.document
Fields in org.nuxeo.ecm.automation.core.operations.document declared as OperationContext Modifier and Type Field Description protected OperationContext
CopySchema. context
protected OperationContext
ResetSchema. context
protected OperationContext
AddItemToListProperty. ctx
protected OperationContext
CheckInDocument. ctx
protected OperationContext
FilterDocuments. ctx
protected OperationContext
ReloadDocument. ctx
protected OperationContext
RemoveItemFromListProperty. ctx
-
Uses of OperationContext in org.nuxeo.ecm.automation.core.operations.execution
Fields in org.nuxeo.ecm.automation.core.operations.execution declared as OperationContext Modifier and Type Field Description protected OperationContext
RunDocumentChain. ctx
protected OperationContext
RunFileChain. ctx
protected OperationContext
RunInNewTransaction. ctx
Deprecated.protected OperationContext
RunOperation. ctx
protected OperationContext
RunOperationOnList. ctx
protected OperationContext
RunOperationOnListInNewTransaction. ctx
Deprecated. -
Uses of OperationContext in org.nuxeo.ecm.automation.core.operations.login
Fields in org.nuxeo.ecm.automation.core.operations.login declared as OperationContext Modifier and Type Field Description protected OperationContext
LoginAs. ctx
protected OperationContext
Logout. ctx
-
Uses of OperationContext in org.nuxeo.ecm.automation.core.operations.management
Fields in org.nuxeo.ecm.automation.core.operations.management declared as OperationContext Modifier and Type Field Description protected OperationContext
GetCounters. ctx
Deprecated. -
Uses of OperationContext in org.nuxeo.ecm.automation.core.operations.notification
Fields in org.nuxeo.ecm.automation.core.operations.notification declared as OperationContext Modifier and Type Field Description protected OperationContext
SendMail. ctx
-
Uses of OperationContext in org.nuxeo.ecm.automation.core.operations.services
Fields in org.nuxeo.ecm.automation.core.operations.services declared as OperationContext Modifier and Type Field Description protected OperationContext
AuditPageProviderOperation. context
protected OperationContext
BlobHolderAttach. context
protected OperationContext
DocumentPageProviderOperation. context
protected OperationContext
FileManagerCreateFolder. context
protected OperationContext
FileManagerImport. context
protected OperationContext
FileManagerImportWithProperties. context
protected OperationContext
ResultSetPageProviderOperation. context
protected OperationContext
UserWorkspace. context
protected OperationContext
AuditLog. ctx
protected OperationContext
AuditQuery. ctx
protected OperationContext
GetActions. ctx
protected OperationContext
GetDirectoryEntries. ctx
protected OperationContext
RunOperationOnProvider. ctx
-
Uses of OperationContext in org.nuxeo.ecm.automation.core.operations.services.directory
Fields in org.nuxeo.ecm.automation.core.operations.services.directory declared as OperationContext Modifier and Type Field Description protected OperationContext
CreateDirectoryEntries. ctx
protected OperationContext
DeleteDirectoryEntries. ctx
protected OperationContext
DirectoryProjection. ctx
protected OperationContext
LoadFromCSV. ctx
protected OperationContext
ReadDirectoryEntries. ctx
protected OperationContext
SuggestDirectoryEntries. ctx
protected OperationContext
UpdateDirectoryEntries. ctx
Methods in org.nuxeo.ecm.automation.core.operations.services.directory with parameters of type OperationContext Modifier and Type Method Description protected boolean
AbstractDirectoryOperation. canManageDirectories(OperationContext ctx)
protected ActionContext
AbstractDirectoryOperation. createActionContext(OperationContext ctx)
protected void
AbstractDirectoryOperation. validateCanManageDirectories(OperationContext ctx)
-
Uses of OperationContext in org.nuxeo.ecm.automation.core.operations.stack
Fields in org.nuxeo.ecm.automation.core.operations.stack declared as OperationContext Modifier and Type Field Description protected OperationContext
PopBlob. ctx
protected OperationContext
PopBlobList. ctx
protected OperationContext
PopDocument. ctx
protected OperationContext
PopDocumentList. ctx
protected OperationContext
PullBlob. ctx
protected OperationContext
PullBlobList. ctx
protected OperationContext
PullDocument. ctx
protected OperationContext
PullDocumentList. ctx
protected OperationContext
PushBlob. ctx
protected OperationContext
PushBlobList. ctx
protected OperationContext
PushDocument. ctx
protected OperationContext
PushDocumentList. ctx
-
Uses of OperationContext in org.nuxeo.ecm.automation.core.operations.traces
Fields in org.nuxeo.ecm.automation.core.operations.traces declared as OperationContext Modifier and Type Field Description protected OperationContext
AutomationTraceGetOperation. ctx
protected OperationContext
AutomationTraceToggleOperation. ctx
protected OperationContext
JsonStackToggleDisplayOperation. ctx
-
Uses of OperationContext in org.nuxeo.ecm.automation.core.operations.users
Fields in org.nuxeo.ecm.automation.core.operations.users declared as OperationContext Modifier and Type Field Description protected OperationContext
CreateOrUpdateGroup. ctx
protected OperationContext
CreateOrUpdateUser. ctx
protected OperationContext
GetDocumentPrincipalEmails. ctx
protected OperationContext
GetDocumentUsersAndGroups. ctx
protected OperationContext
GetNuxeoPrincipal. ctx
protected OperationContext
SuggestUserEntries. ctx
-
Uses of OperationContext in org.nuxeo.ecm.automation.core.rendering
Methods in org.nuxeo.ecm.automation.core.rendering with parameters of type OperationContext Modifier and Type Method Description String
RenderingService. render(String type, String uriOrContent, OperationContext ctx)
-
Uses of OperationContext in org.nuxeo.ecm.automation.core.rendering.operations
Fields in org.nuxeo.ecm.automation.core.rendering.operations declared as OperationContext Modifier and Type Field Description protected OperationContext
RenderDocument. ctx
protected OperationContext
RenderDocumentFeed. ctx
-
Uses of OperationContext in org.nuxeo.ecm.automation.core.scripting
Methods in org.nuxeo.ecm.automation.core.scripting with parameters of type OperationContext Modifier and Type Method Description Object
Expression. eval(OperationContext ctx)
Object
MvelExpression. eval(OperationContext ctx)
Object
MvelTemplate. eval(OperationContext ctx)
Object
Scripting.GroovyScript. eval(OperationContext ctx)
Object
Scripting.MvelScript. eval(OperationContext ctx)
Object
Scripting.Script. 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)
-
Uses of OperationContext in org.nuxeo.ecm.automation.core.trace
Fields in org.nuxeo.ecm.automation.core.trace declared as OperationContext Modifier and Type Field Description protected OperationContext
Call.Details.Evaluator. context
Methods in org.nuxeo.ecm.automation.core.trace with parameters of type OperationContext Modifier and Type Method Description Call
TracerFactory. newCall(OperationType chain, OperationContext context, OperationType type, InvokableMethod method, Map<String,Object> params)
If trace mode is enabled, instantiateCall
.void
Tracer. onOperationEnter(OperationContext context, OperationType type, InvokableMethod method, Map<String,Object> params)
Constructors in org.nuxeo.ecm.automation.core.trace with parameters of type OperationContext Constructor Description Call(OperationType chain, OperationContext context, OperationType type, InvokableMethod method, Map<String,Object> parms)
Details(OperationContext context, InvokableMethod method, Map<String,Object> parms)
Evaluator(OperationContext context)
-
Uses of OperationContext in org.nuxeo.ecm.automation.elasticsearch
Fields in org.nuxeo.ecm.automation.elasticsearch declared as OperationContext Modifier and Type Field Description protected OperationContext
ElasticsearchBulkIndexOperation. ctx
protected OperationContext
ElasticsearchIndexOperation. ctx
-
Uses of OperationContext in org.nuxeo.ecm.automation.jaxrs.io.operations
Subclasses of OperationContext in org.nuxeo.ecm.automation.jaxrs.io.operations Modifier and Type Class Description class
RestOperationContext
A custom operation context to be used in REST calls on server side.Methods in org.nuxeo.ecm.automation.jaxrs.io.operations that return OperationContext Modifier and Type Method Description OperationContext
ExecutionRequest. createContext(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, CoreSession session)
Sets up and returns the currentOperationContext
, which MUST NOT be closed. -
Uses of OperationContext in org.nuxeo.ecm.automation.server.jaxrs
Methods in org.nuxeo.ecm.automation.server.jaxrs that return OperationContext Modifier and Type Method Description protected OperationContext
ExecutableResource. createContext(ExecutionRequest xreq)
-
Uses of OperationContext in org.nuxeo.ecm.automation.task
Fields in org.nuxeo.ecm.automation.task declared as OperationContext Modifier and Type Field Description protected OperationContext
CreateTask. ctx
protected OperationContext
GetUserTasks. ctx
-
Uses of OperationContext in org.nuxeo.ecm.localconf
Fields in org.nuxeo.ecm.localconf declared as OperationContext Modifier and Type Field Description protected OperationContext
SetSimpleConfParamVar. ctx
-
Uses of OperationContext in org.nuxeo.ecm.platform.comment.workflow
Fields in org.nuxeo.ecm.platform.comment.workflow declared as OperationContext Modifier and Type Field Description protected OperationContext
ModerateCommentOperation. ctx
-
Uses of OperationContext in org.nuxeo.ecm.platform.pdf.operations
Fields in org.nuxeo.ecm.platform.pdf.operations declared as OperationContext Modifier and Type Field Description protected OperationContext
PDFMergeBlobsOperation. ctx
protected OperationContext
PDFMergeDocumentsOperation. ctx
-
Uses of OperationContext in org.nuxeo.ecm.platform.picture.operation
Fields in org.nuxeo.ecm.platform.picture.operation declared as OperationContext Modifier and Type Field Description protected OperationContext
RecomputePictureViews. ctx
-
Uses of OperationContext in org.nuxeo.ecm.platform.rendition.operation
Fields in org.nuxeo.ecm.platform.rendition.operation declared as OperationContext Modifier and Type Field Description protected OperationContext
GetContainerRendition. ctx
-
Uses of OperationContext in org.nuxeo.ecm.platform.routing.api.operation
Fields in org.nuxeo.ecm.platform.routing.api.operation declared as OperationContext Modifier and Type Field Description protected OperationContext
ResumeStepOperation. context
Deprecated.protected OperationContext
SetNextStepOnConditionalFolderOperation. context
Deprecated.protected OperationContext
StepBackToReadyOperation. context
Deprecated.protected OperationContext
StepDoneOperation. context
Deprecated.protected OperationContext
BulkRestartWorkflow. ctx
protected OperationContext
MapPropertiesOnTaskOperation. ctx
protected OperationContext
SetWorkflowNodeVar. ctx
-
Uses of OperationContext in org.nuxeo.ecm.platform.routing.core.api.operation
Fields in org.nuxeo.ecm.platform.routing.core.api.operation declared as OperationContext Modifier and Type Field Description protected OperationContext
CompleteTaskOperation. ctx
protected OperationContext
GetTaskNamesOperation. ctx
protected OperationContext
ResumeNodeOperation. ctx
protected OperationContext
SetWorkflowVar. ctx
protected OperationContext
StartWorkflowOperation. ctx
-
Uses of OperationContext in org.nuxeo.ecm.platform.routing.core.api.scripting
Fields in org.nuxeo.ecm.platform.routing.core.api.scripting declared as OperationContext Modifier and Type Field Description protected OperationContext
RoutingScriptingFunctions. ctx
Methods in org.nuxeo.ecm.platform.routing.core.api.scripting with parameters of type OperationContext Modifier and Type Method Description protected Map<String,Object>
RoutingScriptingExpression. getBindings(OperationContext ctx)
Constructors in org.nuxeo.ecm.platform.routing.core.api.scripting with parameters of type OperationContext Constructor Description RoutingScriptingFunctions(OperationContext ctx)
RoutingScriptingFunctions(OperationContext ctx, GraphNode.EscalationRule rule)
-
Uses of OperationContext in org.nuxeo.ecm.platform.routing.core.impl
Fields in org.nuxeo.ecm.platform.routing.core.impl declared as OperationContext Modifier and Type Field Description protected OperationContext
GetGraphOperation. context
Methods in org.nuxeo.ecm.platform.routing.core.impl that return OperationContext Modifier and Type Method Description protected OperationContext
DocumentRoutingEscalationServiceImpl. getExecutionContext(CoreSession session, GraphNode node, boolean handleTransaction)
protected OperationContext
GraphNodeImpl. getExecutionContext(CoreSession session)
Methods in org.nuxeo.ecm.platform.routing.core.impl with parameters of type OperationContext Modifier and Type Method Description protected <T> T
GraphNodeImpl. valueOrExpression(Class<T> klass, String v, OperationContext context, String kind)
-
Uses of OperationContext in org.nuxeo.ecm.platform.signature.core.operations
Fields in org.nuxeo.ecm.platform.signature.core.operations declared as OperationContext Modifier and Type Field Description protected OperationContext
SignPDF. ctx
protected OperationContext
SignPDFDocument. ctx
-
Uses of OperationContext in org.nuxeo.ecm.platform.tag.automation
Fields in org.nuxeo.ecm.platform.tag.automation declared as OperationContext Modifier and Type Field Description protected OperationContext
SuggestTagEntry. ctx
-
Uses of OperationContext in org.nuxeo.ecm.platform.thumbnail.operation
Fields in org.nuxeo.ecm.platform.thumbnail.operation declared as OperationContext Modifier and Type Field Description protected OperationContext
RecomputeThumbnails. ctx
-
Uses of OperationContext in org.nuxeo.ecm.platform.userworkspace.operations
Fields in org.nuxeo.ecm.platform.userworkspace.operations declared as OperationContext Modifier and Type Field Description protected OperationContext
UserWorkspaceCreateFromBlob. context
-
Uses of OperationContext in org.nuxeo.importer.stream.automation
Fields in org.nuxeo.importer.stream.automation declared as OperationContext Modifier and Type Field Description protected OperationContext
BlobConsumers. ctx
protected OperationContext
DocumentConsumers. ctx
protected OperationContext
FileBlobProducers. ctx
protected OperationContext
RandomBlobProducers. ctx
protected OperationContext
RandomDocumentProducers. ctx
protected OperationContext
RedisDocumentConsumers. ctx
Methods in org.nuxeo.importer.stream.automation with parameters of type OperationContext Modifier and Type Method Description protected static void
FileBlobProducers. checkAccess(OperationContext context)
protected static void
RandomBlobProducers. checkAccess(OperationContext context)
-
Uses of OperationContext in org.nuxeo.template.adapters.doc
Methods in org.nuxeo.template.adapters.doc that return OperationContext Modifier and Type Method Description protected OperationContext
TemplateBasedDocumentAdapterImpl. initOperationContext(Blob blob, String templateName)
-
Uses of OperationContext in org.nuxeo.template.automation
Fields in org.nuxeo.template.automation declared as OperationContext Modifier and Type Field Description protected OperationContext
DetachTemplateOperation. ctx
protected OperationContext
RenderWithTemplateOperation. ctx
-