Uses of Class
org.nuxeo.ecm.automation.OperationContext
Packages that use OperationContext
Package
Description
Provides operations for pertaining to routing.
Provides implementation for the api package.
-
Uses of OperationContext in org.nuxeo.automation.scripting.api
Methods in org.nuxeo.automation.scripting.api with parameters of type OperationContext -
Uses of OperationContext in org.nuxeo.automation.scripting.internals
Fields in org.nuxeo.automation.scripting.internals declared as OperationContextModifier and TypeFieldDescriptionprotected final OperationContextAutomationMapper.ctxprotected final OperationContextScriptingOperationImpl.ctxMethods in org.nuxeo.automation.scripting.internals with parameters of type OperationContextModifier and TypeMethodDescriptionAutomationScriptingServiceImpl.get(OperationContext context) ScriptingOperationTypeImpl.newInstance(OperationContext ctx, Map<String, Object> args) Constructors in org.nuxeo.automation.scripting.internals with parameters of type OperationContextModifierConstructorDescriptionprotectedScriptingOperationImpl(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 OperationContextModifier and TypeFieldDescriptionprotected OperationContextReadMetadataFromBinaryToContext.operationContext -
Uses of OperationContext in org.nuxeo.drive.elasticsearch.operations.test
Fields in org.nuxeo.drive.elasticsearch.operations.test declared as OperationContextModifier and TypeFieldDescriptionprotected OperationContextNuxeoDriveWaitForElasticsearchCompletion.ctx -
Uses of OperationContext in org.nuxeo.drive.operations
Fields in org.nuxeo.drive.operations declared as OperationContextModifier and TypeFieldDescriptionprotected OperationContextNuxeoDriveCreateFile.ctxprotected OperationContextNuxeoDriveCreateFolder.ctxprotected OperationContextNuxeoDriveDelete.ctxprotected OperationContextNuxeoDriveFileSystemItemExists.ctxprotected 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 OperationContextModifier and TypeMethodDescriptionOperationContext.getSubContext(boolean isolate) OperationContext.getSubContext(boolean isolate, Object input) OperationContext.handleTransaction(boolean handleTransaction) Methods in org.nuxeo.ecm.automation with parameters of type OperationContextModifier and TypeMethodDescriptionvoidOutputCollector.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.TypeAdapter.getAdaptedValue(OperationContext ctx, Object objectToAdapt) Adapt the given object to an instance of the given target type.CompiledChain.invoke(OperationContext ctx) OperationType.newInstance(OperationContext ctx, Map<String, Object> args) voidOperationCallback.onOperationEnter(OperationContext context, OperationType type, InvokableMethod method, Map<String, Object> parms) AutomationService.run(OperationContext ctx, String chainId) Same as previous but for managed chains identified by an ID.AutomationService.run(OperationContext ctx, String id, Map<String, ?> params) Shortcut to execute a single operation described by the given ID and map of parametersAutomationService.run(OperationContext ctx, OperationChain chain) Builds and runs the operation chain given a context.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 OperationContextModifier and TypeMethodDescriptionvoidBlobCollector.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 OperationContextModifier and TypeMethodDescriptionprotected OperationContextEventHandlerRegistry.getOperationContext(EventContext eventContext) Methods in org.nuxeo.ecm.automation.core.events with parameters of type OperationContextModifier and TypeMethodDescriptionbooleanEventHandler.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 -
Uses of OperationContext in org.nuxeo.ecm.automation.core.impl
Methods in org.nuxeo.ecm.automation.core.impl with parameters of type OperationContextModifier and TypeMethodDescriptionprotected 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) InvokableMethod.invoke(OperationContext ctx, Map<String, Object> args) OperationChainCompiler.CompiledChainImpl.invoke(OperationContext ctx) protected ObjectOperationChainCompiler.OperationMethod.invoke(OperationContext context) ChainTypeImpl.newInstance(OperationContext ctx, Map<String, Object> args) OperationTypeImpl.newInstance(OperationContext ctx, Map<String, Object> args) protected ObjectOperationTypeImpl.resolveObject(OperationContext ctx, String key, Map<String, ?> args) OperationServiceImpl.run(OperationContext ctx, String operationId) OperationServiceImpl.run(OperationContext ctx, String operationId, Map<String, ?> args) OperationServiceImpl.run(OperationContext ctx, OperationChain chain) 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 OperationContextModifier and TypeMethodDescriptionArrayNodeToList.getAdaptedValue(OperationContext ctx, Object objectToAdapt) ArrayStringToDocModelList.getAdaptedValue(OperationContext ctx, Object objectToAdapt) ArrayStringToList.getAdaptedValue(OperationContext ctx, Object objectToAdapt) CalendarToDate.getAdaptedValue(OperationContext ctx, Object objectToAdapt) CollectionToBlobList.getAdaptedValue(OperationContext ctx, Object objectToAdapt) CollectionToDocModelList.getAdaptedValue(OperationContext ctx, Object objectToAdapt) CollectionToStringList.getAdaptedValue(OperationContext ctx, Object objectToAdapt) DocModelListToDocRefList.getAdaptedValue(OperationContext ctx, Object objectToAdapt) DocModelToDocModelList.getAdaptedValue(OperationContext ctx, Object objectToAdapt) DocModelToDocRef.getAdaptedValue(OperationContext ctx, Object objectToAdapt) DocModelToDocRefList.getAdaptedValue(OperationContext ctx, Object objectToAdapt) DocRefListToDocModelList.getAdaptedValue(OperationContext ctx, Object objectToAdapt) DocRefToDocModel.getAdaptedValue(OperationContext ctx, Object objectToAdapt) DocRefToDocModelList.getAdaptedValue(OperationContext ctx, Object objectToAdapt) DocRefToDocRefList.getAdaptedValue(OperationContext ctx, Object objectToAdapt) IntegerToLong.getAdaptedValue(OperationContext ctx, Object objectToAdapt) JsonNodeToProperties.getAdaptedValue(OperationContext ctx, Object objectToAdapt) LongToInteger.getAdaptedValue(OperationContext ctx, Object objectToAdapt) ObjectNodeToMap.getAdaptedValue(OperationContext ctx, Object objectToAdapt) StringToBoolean.getAdaptedValue(OperationContext ctx, Object objectToAdapt) StringToCalendar.getAdaptedValue(OperationContext ctx, Object objectToAdapt) StringToDate.getAdaptedValue(OperationContext ctx, Object objectToAdapt) StringToDocModel.getAdaptedValue(OperationContext ctx, Object objectToAdapt) StringToDocModelList.getAdaptedValue(OperationContext ctx, Object objectToAdapt) StringToDocRef.getAdaptedValue(OperationContext ctx, Object objectToAdapt) StringToInteger.getAdaptedValue(OperationContext ctx, Object objectToAdapt) StringToList.getAdaptedValue(OperationContext ctx, Object objectToAdapt) StringToLong.getAdaptedValue(OperationContext ctx, Object objectToAdapt) StringToProperties.getAdaptedValue(OperationContext ctx, Object objectToAdapt) 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 OperationContextModifier and TypeMethodDescriptionstatic 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 OperationContextModifier and TypeFieldDescriptionprotected 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 OperationContextModifier and TypeFieldDescriptionprotected 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 OperationContextModifier and TypeFieldDescriptionprotected 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 OperationContextModifier and TypeFieldDescriptionprotected 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 OperationContextModifier and TypeFieldDescriptionprotected OperationContextRunDocumentChain.ctxprotected OperationContextRunFileChain.ctxprotected OperationContextRunInNewTransaction.ctxDeprecated.protected OperationContextRunOperation.ctxprotected OperationContextRunOperationOnList.ctx -
Uses of OperationContext in org.nuxeo.ecm.automation.core.operations.login
Fields in org.nuxeo.ecm.automation.core.operations.login declared as OperationContextModifier and TypeFieldDescriptionprotected 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 -
Uses of OperationContext in org.nuxeo.ecm.automation.core.operations.notification
Fields in org.nuxeo.ecm.automation.core.operations.notification declared as OperationContext -
Uses of OperationContext in org.nuxeo.ecm.automation.core.operations.services
Fields in org.nuxeo.ecm.automation.core.operations.services declared as OperationContextModifier and TypeFieldDescriptionprotected OperationContextAuditPageProviderOperation.contextprotected OperationContextBlobHolderAttach.contextprotected OperationContextDocumentPageProviderOperation.contextprotected OperationContextFileManagerCreateFolder.contextprotected OperationContextFileManagerImport.contextprotected OperationContextFileManagerImportWithProperties.contextprotected OperationContextResultSetPageProviderOperation.contextprotected OperationContextUserWorkspace.contextprotected OperationContextAuditLog.ctxprotected OperationContextAuditQuery.ctxDeprecated, for removal: This API element is subject to removal in a future version.protected 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 OperationContextModifier and TypeFieldDescriptionprotected 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 OperationContextModifier and TypeMethodDescriptionprotected booleanAbstractDirectoryOperation.canManageDirectories(OperationContext ctx) protected ActionContextAbstractDirectoryOperation.createActionContext(OperationContext ctx) protected voidAbstractDirectoryOperation.validateCanManageDirectories(OperationContext ctx) -
Uses of OperationContext in org.nuxeo.ecm.automation.core.operations.services.search
Fields in org.nuxeo.ecm.automation.core.operations.services.search declared as OperationContext -
Uses of OperationContext in org.nuxeo.ecm.automation.core.operations.stack
Fields in org.nuxeo.ecm.automation.core.operations.stack declared as OperationContextModifier and TypeFieldDescriptionprotected 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 OperationContextModifier and TypeFieldDescriptionprotected 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 OperationContextModifier and TypeFieldDescriptionprotected 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 OperationContextModifier and TypeMethodDescriptionRenderingService.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 OperationContextModifier and TypeFieldDescriptionprotected 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 OperationContextModifier and TypeMethodDescriptionExpression.eval(OperationContext ctx) MvelExpression.eval(OperationContext ctx) MvelTemplate.eval(OperationContext ctx) Scripting.GroovyScript.eval(OperationContext ctx) Scripting.MvelScript.eval(OperationContext ctx) Scripting.Script.eval(OperationContext ctx) MvelExpression.getBindings(OperationContext ctx) 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 OperationContextMethods in org.nuxeo.ecm.automation.core.trace with parameters of type OperationContextModifier and TypeMethodDescriptionTracerFactory.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 OperationContextModifierConstructorDescriptionCall(OperationType chain, OperationContext context, OperationType type, InvokableMethod method, Map<String, Object> parms) protectedDetails(OperationContext context, InvokableMethod method, Map<String, Object> parms) protectedEvaluator(OperationContext context) -
Uses of OperationContext in org.nuxeo.ecm.automation.io.rest.operations
Subclasses of OperationContext in org.nuxeo.ecm.automation.io.rest.operationsModifier and TypeClassDescriptionclassA custom operation context to be used in REST calls on server side.Methods in org.nuxeo.ecm.automation.io.rest.operations that return OperationContextModifier and TypeMethodDescriptionExecutionRequest.createContext(jakarta.servlet.http.HttpServletRequest request, jakarta.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.rest
Methods in org.nuxeo.ecm.automation.server.rest that return OperationContextModifier and TypeMethodDescriptionprotected OperationContextExecutableResource.createContext(ExecutionRequest xreq) -
Uses of OperationContext in org.nuxeo.ecm.automation.task
Fields in org.nuxeo.ecm.automation.task declared as OperationContextModifier and TypeFieldDescriptionprotected OperationContextCreateTask.ctxprotected OperationContextGetUserTasks.ctx -
Uses of OperationContext in org.nuxeo.ecm.localconf
Fields in org.nuxeo.ecm.localconf declared as OperationContext -
Uses of OperationContext in org.nuxeo.ecm.platform.comment.workflow
Fields in org.nuxeo.ecm.platform.comment.workflow declared as OperationContext -
Uses of OperationContext in org.nuxeo.ecm.platform.pdf.operations
Fields in org.nuxeo.ecm.platform.pdf.operations declared as OperationContextModifier and TypeFieldDescriptionprotected 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 -
Uses of OperationContext in org.nuxeo.ecm.platform.rendition.operation
Fields in org.nuxeo.ecm.platform.rendition.operation declared as OperationContext -
Uses of OperationContext in org.nuxeo.ecm.platform.routing.api.operation
Fields in org.nuxeo.ecm.platform.routing.api.operation declared as OperationContextModifier and TypeFieldDescriptionprotected 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 OperationContextModifier and TypeFieldDescriptionprotected 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 OperationContextMethods in org.nuxeo.ecm.platform.routing.core.api.scripting with parameters of type OperationContextConstructors in org.nuxeo.ecm.platform.routing.core.api.scripting with parameters of type OperationContextModifierConstructorDescription -
Uses of OperationContext in org.nuxeo.ecm.platform.routing.core.impl
Fields in org.nuxeo.ecm.platform.routing.core.impl declared as OperationContextMethods in org.nuxeo.ecm.platform.routing.core.impl that return OperationContextModifier and TypeMethodDescriptionprotected 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 OperationContextModifier and TypeMethodDescriptionprotected <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 OperationContextModifier and TypeFieldDescriptionprotected 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 -
Uses of OperationContext in org.nuxeo.ecm.platform.thumbnail.operation
Fields in org.nuxeo.ecm.platform.thumbnail.operation declared as OperationContext -
Uses of OperationContext in org.nuxeo.ecm.platform.userworkspace.operations
Fields in org.nuxeo.ecm.platform.userworkspace.operations declared as OperationContext -
Uses of OperationContext in org.nuxeo.importer.stream.automation
Fields in org.nuxeo.importer.stream.automation declared as OperationContextModifier and TypeFieldDescriptionprotected OperationContextBlobConsumers.ctxprotected OperationContextDocumentConsumers.ctxprotected OperationContextFileBlobProducers.ctxprotected OperationContextRandomBlobProducers.ctxprotected OperationContextRandomDocumentProducers.ctxMethods in org.nuxeo.importer.stream.automation with parameters of type OperationContextModifier and TypeMethodDescriptionprotected 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 OperationContextModifier and TypeMethodDescriptionprotected OperationContextTemplateBasedDocumentAdapterImpl.initOperationContext(Blob blob, String templateName) -
Uses of OperationContext in org.nuxeo.template.automation
Fields in org.nuxeo.template.automation declared as OperationContextModifier and TypeFieldDescriptionprotected OperationContextDetachTemplateOperation.ctxprotected OperationContextRenderWithTemplateOperation.ctx