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 SummaryConstructorsConstructorDescriptionBmAutoWrappingOperation(Consumer<Object> operation, OperationType type, String name, IDerivedDataManager derivedDataManager) Constructs an operation
- 
Method SummaryMethods inherited from class com._1c.g5.v8.derived.operations.WrappingOperationaccept, finish, getHandle, getType, isFinished, isStarted, setAsyncEventScheduler, setHandle, setImplicitWaitingContext, toString
- 
Constructor Details- 
BmAutoWrappingOperationpublic 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
 
 
-