Uses of Class
com._1c.g5.v8.derived.operations.OperationContext
Packages that use OperationContext
Package
Description
- 
Uses of OperationContext in com._1c.g5.v8.derivedMethods in com._1c.g5.v8.derived with parameters of type OperationContextModifier and TypeMethodDescriptionvoidIDerivedDataManager.resetActiveWrappingOperationContext(OperationContext operationContext) Resets the active wrapping operation context associated with the current thread.
- 
Uses of OperationContext in com._1c.g5.v8.internal.derivedMethods in com._1c.g5.v8.internal.derived with parameters of type OperationContextModifier and TypeMethodDescriptionvoidDerivedDataManager.resetActiveWrappingOperationContext(OperationContext operationContext) 
- 
Uses of OperationContext in com._1c.g5.v8.internal.derived.contextMethods in com._1c.g5.v8.internal.derived.context with parameters of type OperationContextModifier and TypeMethodDescriptionvoidContextTransaction.confirmOperationComputation(OperationContext operationContext) Сonfirms the successive operation computationvoidDerivedDataContextManager.confirmOperationComputation(OperationContext operationContext, Object transactionHandle) voidIContextTransactionManager.confirmOperationComputation(OperationContext operationContext, Object transactionHandle) Confirms the computation of the given operation
- 
Uses of OperationContext in com._1c.g5.v8.internal.derived.pipelineMethods 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 TypeMethodDescriptionbooleanOperationPipelineSegment.hasOperation(OperationContext context) Checks if the segment has an operation as a scheduled item or as a computed itemvoidAsyncProcessingPipeline.registerActiveOperation(OperationContext context) voidIAsyncProcessingPipeline.registerActiveOperation(OperationContext context) Registers the active operation context for the current threadvoidAsyncProcessingPipeline.resetActiveWrappingOperationContext(OperationContext operationContext) voidIAsyncProcessingPipeline.resetActiveWrappingOperationContext(OperationContext operationContext) Resets the binding of an operation to the current threadvoidAsyncProcessingPipelineSegmentGroup.scheduleOperation(OperationContext operationContext) voidIAsyncProcessingPipelineSegmentGroup.scheduleOperation(OperationContext operationContext) Schedules the orchestrated operationvoidOperationPipelineSegmentGroup.scheduleOperation(OperationContext operationContext) 
- 
Uses of OperationContext in com.e1c.g5.v8.dt.internal.snapshotMethods in com.e1c.g5.v8.dt.internal.snapshot with parameters of type OperationContextModifier and TypeMethodDescriptionvoidDerivedDataManagerMock.resetActiveWrappingOperationContext(OperationContext operationContext)