Uses of Class
com._1c.g5.v8.derived.operations.OperationContext
Packages that use OperationContext
Package
Description
-
Uses of OperationContext in com._1c.g5.v8.derived
Methods in com._1c.g5.v8.derived with parameters of type OperationContextModifier and TypeMethodDescriptionvoid
IDerivedDataManager.resetActiveWrappingOperationContext
(OperationContext operationContext) Resets the active wrapping operation context associated with the current thread. -
Uses of OperationContext in com._1c.g5.v8.internal.derived
Methods in com._1c.g5.v8.internal.derived with parameters of type OperationContextModifier and TypeMethodDescriptionvoid
DerivedDataManager.resetActiveWrappingOperationContext
(OperationContext operationContext) -
Uses of OperationContext in com._1c.g5.v8.internal.derived.context
Methods in com._1c.g5.v8.internal.derived.context with parameters of type OperationContextModifier and TypeMethodDescriptionvoid
ContextTransaction.confirmOperationComputation
(OperationContext operationContext) Сonfirms the successive operation computationvoid
DerivedDataContextManager.confirmOperationComputation
(OperationContext operationContext, Object transactionHandle) void
IContextTransactionManager.confirmOperationComputation
(OperationContext operationContext, Object transactionHandle) Confirms the computation of the given operation -
Uses of OperationContext in com._1c.g5.v8.internal.derived.pipeline
Methods in com._1c.g5.v8.internal.derived.pipeline that return OperationContextModifier and TypeMethodDescriptionAsyncProcessingPipeline.completeAutoWrappingOperationIfApplicable
(Object bmOperationHandle) IAsyncProcessingPipeline.completeAutoWrappingOperationIfApplicable
(Object bmOperationHandle) Finishes the auto-wrapping operation if any for the given BM operation handleAsyncProcessingPipelineSegmentGroup.getModalOperationContext()
IAsyncProcessingPipelineSegmentGroup.getModalOperationContext()
Gets the active modal operation context in this group if anyOperationPipelineSegmentGroup.getModalOperationContext()
AsyncProcessingPipeline.getWrappingOperation()
IAsyncProcessingPipeline.getWrappingOperation()
Gets the current BM task wrapping operation (if any)Methods in com._1c.g5.v8.internal.derived.pipeline with parameters of type OperationContextModifier and TypeMethodDescriptionboolean
OperationPipelineSegment.hasOperation
(OperationContext context) Checks if the segment has an operation as a scheduled item or as a computed itemvoid
AsyncProcessingPipeline.registerActiveOperation
(OperationContext context) void
IAsyncProcessingPipeline.registerActiveOperation
(OperationContext context) Registers the active operation context for the current threadvoid
AsyncProcessingPipeline.resetActiveWrappingOperationContext
(OperationContext operationContext) void
IAsyncProcessingPipeline.resetActiveWrappingOperationContext
(OperationContext operationContext) Resets the binding of an operation to the current threadvoid
AsyncProcessingPipelineSegmentGroup.scheduleOperation
(OperationContext operationContext) void
IAsyncProcessingPipelineSegmentGroup.scheduleOperation
(OperationContext operationContext) Schedules the orchestrated operationvoid
OperationPipelineSegmentGroup.scheduleOperation
(OperationContext operationContext) -
Uses of OperationContext in com.e1c.g5.v8.dt.internal.snapshot
Methods in com.e1c.g5.v8.dt.internal.snapshot with parameters of type OperationContextModifier and TypeMethodDescriptionvoid
DerivedDataManagerMock.resetActiveWrappingOperationContext
(OperationContext operationContext)