Class AsyncPipelineModalModeAccessor

java.lang.Object
com._1c.g5.v8.internal.derived.pipeline.AsyncPipelineModalModeAccessor

public class AsyncPipelineModalModeAccessor extends Object
Accesses the modal mode data from the current thread
  • Constructor Details

    • AsyncPipelineModalModeAccessor

      public AsyncPipelineModalModeAccessor()
  • Method Details

    • getModalOperationContext

      public Object getModalOperationContext()
      Gets the modal operation context to the current thread, if any
      Returns:
      The modal operation context being associated with the current thread. May be null
    • setModalOperationContext

      public void setModalOperationContext(Object context)
      Sets the modal operation context to the current thread
      Parameters:
      context - The context to set. May be null