Package io.bdeploy.bhive.op
Class InsertExistingObjectsOperation
- All Implemented Interfaces:
BHiveExecution,Callable<Long>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAdd anObjectIdto copy from the sourceObjectManager.Executes the operation.Set the sourceObjectManagerwhich provides the actual data for eachObjectId.Methods inherited from class io.bdeploy.bhive.BHive.TransactedOperation
callMethods inherited from class io.bdeploy.bhive.BHive.Operation
execute, getActivityReporter, getAuditor, getLockContentSupplier, getLockContentValidator, getManifestDatabase, getMarkerRoot, getObjectManager, getTransactions, setRetryCount, submitFileOperation
-
Constructor Details
-
InsertExistingObjectsOperation
public InsertExistingObjectsOperation()
-
-
Method Details
-
callTransacted
Description copied from class:BHive.TransactedOperationExecutes the operation. The current thread is guaranteed to be associated with a transaction.- Specified by:
callTransactedin classBHive.TransactedOperation<Long>- Throws:
Exception
-
addObject
Add anObjectIdto copy from the sourceObjectManager. -
setSourceObjectManager
Set the sourceObjectManagerwhich provides the actual data for eachObjectId.
-