Class BmAutoWrappingOperation

java.lang.Object
com._1c.g5.v8.derived.operations.WrappingOperation
com._1c.g5.v8.internal.derived.BmAutoWrappingOperation
All Implemented Interfaces:
Consumer<org.eclipse.core.runtime.IProgressMonitor>

public class BmAutoWrappingOperation extends WrappingOperation
Special wrapping operation with low priority that doesn't requre immediate reset of currently computed tasks
  • Constructor Details

    • BmAutoWrappingOperation

      public BmAutoWrappingOperation(Consumer<Object> operation, OperationType type, String name, IDerivedDataManager derivedDataManager)
      Constructs an operation
      Parameters:
      operation - An operation executable. May not be null
      type - A type of an operation. May not be null
      name - A name of an operation. May not be null
      derivedDataManager - A reference to the target IDerivedDataManager. May not be null