Package com._1c.g5.v8.internal.derived
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>
Special wrapping operation with low priority that doesn't requre immediate reset of currently computed tasks
-
Constructor Summary
ConstructorsConstructorDescriptionBmAutoWrappingOperation
(Consumer<Object> operation, OperationType type, String name, IDerivedDataManager derivedDataManager) Constructs an operation -
Method Summary
Methods inherited from class com._1c.g5.v8.derived.operations.WrappingOperation
accept, finish, getHandle, getType, isFinished, isStarted, setAsyncEventScheduler, setHandle, setImplicitWaitingContext, toString
-
Constructor Details
-
BmAutoWrappingOperation
public BmAutoWrappingOperation(Consumer<Object> operation, OperationType type, String name, IDerivedDataManager derivedDataManager) Constructs an operation- Parameters:
operation
- An operation executable. May not benull
type
- A type of an operation. May not benull
name
- A name of an operation. May not benull
derivedDataManager
- A reference to the targetIDerivedDataManager
. May not benull
-