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.SessionAutomationScriptingService. 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 OperationContextAutomationMapper. ctxprotected OperationContextScriptingOperationImpl. ctxMethods in org.nuxeo.automation.scripting.internals with parameters of type OperationContext Modifier and Type Method Description AutomationScriptingService.SessionAutomationScriptingServiceImpl. get(OperationContext context)voidAutomationScriptingParamsInjector. inject(Map<String,Object> params, OperationContext ctx, ScriptingOperationDescriptor desc)ObjectScriptingOperationTypeImpl. 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 OperationContextReadMetadataFromBinaryToContext. 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 OperationContextNuxeoDriveWaitForElasticsearchCompletion. ctx -
Uses of OperationContext in org.nuxeo.drive.operations
Fields in org.nuxeo.drive.operations declared as OperationContext Modifier and Type Field Description protected OperationContextNuxeoDriveCanMove. ctxDeprecated.protected OperationContextNuxeoDriveCreateFile. ctxprotected OperationContextNuxeoDriveCreateFolder. ctxprotected OperationContextNuxeoDriveDelete. ctxprotected OperationContextNuxeoDriveFileSystemItemExists. ctxprotected OperationContextNuxeoDriveGenerateConflictedItemName. ctxDeprecated.protected OperationContextNuxeoDriveGetChangeSummary. ctxprotected OperationContextNuxeoDriveGetChildren. ctxprotected OperationContextNuxeoDriveGetFileSystemItem. ctxprotected OperationContextNuxeoDriveGetRootsOperation. ctxprotected OperationContextNuxeoDriveGetTopLevelFolder. ctxprotected OperationContextNuxeoDriveMove. ctxprotected OperationContextNuxeoDriveRename. ctxprotected OperationContextNuxeoDriveScrollDescendants. ctxprotected OperationContextNuxeoDriveUpdateFile. ctx -
Uses of OperationContext in org.nuxeo.ecm.automation
Methods in org.nuxeo.ecm.automation that return OperationContext Modifier and Type Method Description OperationContextOperationContext. getSubContext(boolean isolate)OperationContextOperationContext. getSubContext(boolean isolate, Object input)OperationContextOperationContext. handleTransaction(boolean handleTransaction)Methods in org.nuxeo.ecm.automation with parameters of type OperationContext Modifier and Type Method Description voidOutputCollector. collect(OperationContext ctx, T obj)Collects a new partial result (the result of the last iteration step).<T> TAutomationService. getAdaptedValue(OperationContext ctx, Object toAdapt, Class<?> targetType)Adapts an object to a target type if possible otherwise throws an exception.ObjectTypeAdapter. getAdaptedValue(OperationContext ctx, Object objectToAdapt)Adapt the given object to an instance of the given target type.ObjectCompiledChain. invoke(OperationContext ctx)ObjectOperationType. newInstance(OperationContext ctx, Map<String,Object> args)voidOperationCallback. onOperationEnter(OperationContext context, OperationType type, InvokableMethod method, Map<String,Object> parms)ObjectAutomationService. run(OperationContext ctx, String chainId)Same as previous but for managed chains identified by an ID.ObjectAutomationService. run(OperationContext ctx, String id, Map<String,?> params)Shortcut to execute a single operation described by the given ID and map of parametersObjectAutomationService. run(OperationContext ctx, OperationChain chain)Builds and runs the operation chain given a context.ObjectAutomationService. 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 voidBlobCollector. collect(OperationContext ctx, Blob obj)voidBlobListCollector. collect(OperationContext ctx, BlobList obj)voidDocumentModelCollector. collect(OperationContext ctx, DocumentModel obj)voidDocumentModelListCollector. collect(OperationContext ctx, DocumentModelList obj)voidDocumentRefCollector. 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 OperationContextEventHandlerRegistry. getContext(EventContext ectx)protected OperationContextEventHandlerRegistry. open(Event event)Methods in org.nuxeo.ecm.automation.core.events with parameters of type OperationContext Modifier and Type Method Description booleanEventHandler. 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 OperationContextFireEvent. 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 ObjectInvokableIteratorMethod. doInvoke(OperationContext ctx, Map<String,Object> args)protected ObjectInvokableMethod. doInvoke(OperationContext ctx, Map<String,Object> args)<T> TOperationServiceImpl. getAdaptedValue(OperationContext ctx, Object toAdapt, Class<?> targetType)protected StringOperationServiceImpl. getChainExceptionToRun(OperationContext ctx, String operationTypeId, OperationException oe)voidOperationTypeImpl. inject(OperationContext ctx, Map<String,?> args, Object target)ObjectInvokableMethod. invoke(OperationContext ctx, Map<String,Object> args)ObjectOperationChainCompiler.CompiledChainImpl. invoke(OperationContext ctx)protected ObjectOperationChainCompiler.OperationMethod. invoke(OperationContext context)ObjectChainTypeImpl. newInstance(OperationContext ctx, Map<String,Object> args)ObjectOperationTypeImpl. newInstance(OperationContext ctx, Map<String,Object> args)protected ObjectOperationTypeImpl. resolveObject(OperationContext ctx, String key, Map<String,?> args)ObjectOperationServiceImpl. run(OperationContext ctx, String operationId)ObjectOperationServiceImpl. run(OperationContext ctx, String operationId, Map<String,?> args)ObjectOperationServiceImpl. run(OperationContext ctx, OperationChain chain)ObjectOperationServiceImpl. 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 ObjectArrayNodeToList. getAdaptedValue(OperationContext ctx, Object objectToAdapt)ObjectArrayStringToDocModelList. getAdaptedValue(OperationContext ctx, Object objectToAdapt)ObjectArrayStringToList. getAdaptedValue(OperationContext ctx, Object objectToAdapt)ObjectCalendarToDate. getAdaptedValue(OperationContext ctx, Object objectToAdapt)ObjectCollectionToBlobList. getAdaptedValue(OperationContext ctx, Object objectToAdapt)ObjectCollectionToDocModelList. getAdaptedValue(OperationContext ctx, Object objectToAdapt)ObjectCollectionToStringList. getAdaptedValue(OperationContext ctx, Object objectToAdapt)ObjectDocModelListToDocRefList. getAdaptedValue(OperationContext ctx, Object objectToAdapt)ObjectDocModelToDocModelList. getAdaptedValue(OperationContext ctx, Object objectToAdapt)ObjectDocModelToDocRef. getAdaptedValue(OperationContext ctx, Object objectToAdapt)ObjectDocModelToDocRefList. getAdaptedValue(OperationContext ctx, Object objectToAdapt)ObjectDocRefListToDocModelList. getAdaptedValue(OperationContext ctx, Object objectToAdapt)ObjectDocRefToDocModel. getAdaptedValue(OperationContext ctx, Object objectToAdapt)ObjectDocRefToDocModelList. getAdaptedValue(OperationContext ctx, Object objectToAdapt)ObjectDocRefToDocRefList. getAdaptedValue(OperationContext ctx, Object objectToAdapt)ObjectIntegerToLong. getAdaptedValue(OperationContext ctx, Object objectToAdapt)ObjectJsonNodeToProperties. getAdaptedValue(OperationContext ctx, Object objectToAdapt)ObjectLongToInteger. getAdaptedValue(OperationContext ctx, Object objectToAdapt)ObjectObjectNodeToMap. getAdaptedValue(OperationContext ctx, Object objectToAdapt)ObjectStringToBoolean. getAdaptedValue(OperationContext ctx, Object objectToAdapt)ObjectStringToCalendar. getAdaptedValue(OperationContext ctx, Object objectToAdapt)ObjectStringToDate. getAdaptedValue(OperationContext ctx, Object objectToAdapt)DocumentModelStringToDocModel. getAdaptedValue(OperationContext ctx, Object objectToAdapt)ObjectStringToDocModelList. getAdaptedValue(OperationContext ctx, Object objectToAdapt)DocumentRefStringToDocRef. getAdaptedValue(OperationContext ctx, Object objectToAdapt)ObjectStringToInteger. getAdaptedValue(OperationContext ctx, Object objectToAdapt)ObjectStringToList. getAdaptedValue(OperationContext ctx, Object objectToAdapt)ObjectStringToLong. getAdaptedValue(OperationContext ctx, Object objectToAdapt)ObjectStringToProperties. getAdaptedValue(OperationContext ctx, Object objectToAdapt)ObjectStringToURL. 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 DocumentModelTypeAdapterHelper. createDocumentModel(OperationContext ctx, String value)Create a document model from its pathstatic DocumentModelTypeAdapterHelper. createDocumentModel(OperationContext ctx, DocumentRef docRef)Create a document model from its referencestatic DocumentRefTypeAdapterHelper. 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 OperationContextFetchContextBlob. ctxprotected OperationContextFetchContextDocument. ctxprotected OperationContextRestoreBlobInput. ctxprotected OperationContextRestoreBlobInputFromScript. ctxprotected OperationContextRestoreBlobsInput. ctxprotected OperationContextRestoreBlobsInputFromScript. ctxprotected OperationContextRestoreDocumentInput. ctxprotected OperationContextRestoreDocumentInputFromScript. ctxprotected OperationContextRestoreDocumentsInput. ctxprotected OperationContextRestoreDocumentsInputFromScript. ctxprotected OperationContextRunInputScript. ctxprotected OperationContextRunScript. ctxprotected OperationContextSetInputAsVar. ctxprotected OperationContextSetVar. 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 OperationContextBlobToFile. ctxprotected OperationContextConcatenatePDFs. ctxprotected OperationContextSetBlobFileName. 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 OperationContextGetCollectionsOperation. ctxprotected OperationContextGetDocumentsFromCollectionOperation. ctxprotected OperationContextGetDocumentsFromFavoritesOperation. ctxprotected OperationContextSuggestCollectionEntry. 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 OperationContextCopySchema. contextprotected OperationContextResetSchema. contextprotected OperationContextAddItemToListProperty. ctxprotected OperationContextCheckInDocument. ctxprotected OperationContextFilterDocuments. ctxprotected OperationContextReloadDocument. ctxprotected OperationContextRemoveItemFromListProperty. 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 OperationContextRunDocumentChain. ctxprotected OperationContextRunFileChain. ctxprotected OperationContextRunInNewTransaction. ctxDeprecated.protected OperationContextRunOperation. ctxprotected OperationContextRunOperationOnList. ctxprotected OperationContextRunOperationOnListInNewTransaction. ctxDeprecated. -
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 OperationContextLoginAs. ctxprotected OperationContextLogout. 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 OperationContextGetCounters. ctxDeprecated. -
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 OperationContextSendMail. 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 OperationContextAuditPageProviderOperation. contextprotected OperationContextBlobHolderAttach. contextprotected OperationContextDocumentPageProviderOperation. contextprotected OperationContextFileManagerCreateFolder. contextprotected OperationContextFileManagerImport. contextprotected OperationContextFileManagerImportWithProperties. contextprotected OperationContextResultSetPageProviderOperation. contextprotected OperationContextUserWorkspace. contextprotected OperationContextAuditLog. ctxprotected OperationContextAuditQuery. ctxprotected OperationContextGetActions. ctxprotected OperationContextGetDirectoryEntries. ctxprotected OperationContextRunOperationOnProvider. 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 OperationContextCreateDirectoryEntries. ctxprotected OperationContextDeleteDirectoryEntries. ctxprotected OperationContextDirectoryProjection. ctxprotected OperationContextLoadFromCSV. ctxprotected OperationContextReadDirectoryEntries. ctxprotected OperationContextSuggestDirectoryEntries. ctxprotected OperationContextUpdateDirectoryEntries. ctxMethods in org.nuxeo.ecm.automation.core.operations.services.directory with parameters of type OperationContext Modifier and Type Method Description protected booleanAbstractDirectoryOperation. canManageDirectories(OperationContext ctx)protected ActionContextAbstractDirectoryOperation. createActionContext(OperationContext ctx)protected voidAbstractDirectoryOperation. 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 OperationContextPopBlob. ctxprotected OperationContextPopBlobList. ctxprotected OperationContextPopDocument. ctxprotected OperationContextPopDocumentList. ctxprotected OperationContextPullBlob. ctxprotected OperationContextPullBlobList. ctxprotected OperationContextPullDocument. ctxprotected OperationContextPullDocumentList. ctxprotected OperationContextPushBlob. ctxprotected OperationContextPushBlobList. ctxprotected OperationContextPushDocument. ctxprotected OperationContextPushDocumentList. 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 OperationContextAutomationTraceGetOperation. ctxprotected OperationContextAutomationTraceToggleOperation. ctxprotected OperationContextJsonStackToggleDisplayOperation. 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 OperationContextCreateOrUpdateGroup. ctxprotected OperationContextCreateOrUpdateUser. ctxprotected OperationContextGetDocumentPrincipalEmails. ctxprotected OperationContextGetDocumentUsersAndGroups. ctxprotected OperationContextGetNuxeoPrincipal. ctxprotected OperationContextSuggestUserEntries. 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 StringRenderingService. 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 OperationContextRenderDocument. ctxprotected OperationContextRenderDocumentFeed. 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 ObjectExpression. eval(OperationContext ctx)ObjectMvelExpression. eval(OperationContext ctx)ObjectMvelTemplate. eval(OperationContext ctx)ObjectScripting.GroovyScript. eval(OperationContext ctx)ObjectScripting.MvelScript. eval(OperationContext ctx)ObjectScripting.Script. eval(OperationContext ctx)protected Map<String,Object>MvelExpression. getBindings(OperationContext ctx)static Map<String,Object>Scripting. initBindings(OperationContext ctx)static voidScripting. 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 OperationContextCall.Details.Evaluator. contextMethods in org.nuxeo.ecm.automation.core.trace with parameters of type OperationContext Modifier and Type Method Description CallTracerFactory. newCall(OperationType chain, OperationContext context, OperationType type, InvokableMethod method, Map<String,Object> params)If trace mode is enabled, instantiateCall.voidTracer. 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 OperationContextElasticsearchBulkIndexOperation. ctxprotected OperationContextElasticsearchIndexOperation. 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 classRestOperationContextA 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 OperationContextExecutionRequest. 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 OperationContextExecutableResource. 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 OperationContextCreateTask. ctxprotected OperationContextGetUserTasks. ctx -
Uses of OperationContext in org.nuxeo.ecm.localconf
Fields in org.nuxeo.ecm.localconf declared as OperationContext Modifier and Type Field Description protected OperationContextSetSimpleConfParamVar. 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 OperationContextModerateCommentOperation. 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 OperationContextPDFMergeBlobsOperation. ctxprotected OperationContextPDFMergeDocumentsOperation. 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 OperationContextRecomputePictureViews. 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 OperationContextGetContainerRendition. 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 OperationContextResumeStepOperation. contextDeprecated.protected OperationContextSetNextStepOnConditionalFolderOperation. contextDeprecated.protected OperationContextStepBackToReadyOperation. contextDeprecated.protected OperationContextStepDoneOperation. contextDeprecated.protected OperationContextBulkRestartWorkflow. ctxprotected OperationContextMapPropertiesOnTaskOperation. ctxprotected OperationContextSetWorkflowNodeVar. 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 OperationContextCompleteTaskOperation. ctxprotected OperationContextGetTaskNamesOperation. ctxprotected OperationContextResumeNodeOperation. ctxprotected OperationContextSetWorkflowVar. ctxprotected OperationContextStartWorkflowOperation. 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 OperationContextRoutingScriptingFunctions. ctxMethods 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 OperationContextGetGraphOperation. contextMethods in org.nuxeo.ecm.platform.routing.core.impl that return OperationContext Modifier and Type Method Description protected OperationContextDocumentRoutingEscalationServiceImpl. getExecutionContext(CoreSession session, GraphNode node, boolean handleTransaction)protected OperationContextGraphNodeImpl. getExecutionContext(CoreSession session)Methods in org.nuxeo.ecm.platform.routing.core.impl with parameters of type OperationContext Modifier and Type Method Description protected <T> TGraphNodeImpl. 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 OperationContextSignPDF. ctxprotected OperationContextSignPDFDocument. 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 OperationContextSuggestTagEntry. 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 OperationContextRecomputeThumbnails. 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 OperationContextUserWorkspaceCreateFromBlob. 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 OperationContextBlobConsumers. ctxprotected OperationContextDocumentConsumers. ctxprotected OperationContextFileBlobProducers. ctxprotected OperationContextRandomBlobProducers. ctxprotected OperationContextRandomDocumentProducers. ctxprotected OperationContextRedisDocumentConsumers. ctxMethods in org.nuxeo.importer.stream.automation with parameters of type OperationContext Modifier and Type Method Description protected static voidFileBlobProducers. checkAccess(OperationContext context)protected static voidRandomBlobProducers. 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 OperationContextTemplateBasedDocumentAdapterImpl. 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 OperationContextDetachTemplateOperation. ctxprotected OperationContextRenderWithTemplateOperation. ctx
-