Package io.bdeploy.bhive.op
Class InsertManifestRefOperation
- All Implemented Interfaces:
BHiveExecution,Callable<ObjectId>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionExecutes the operation.setManifest(Manifest.Key manifest) Set theManifestto reference.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
-
InsertManifestRefOperation
public InsertManifestRefOperation()
-
-
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<ObjectId>- Throws:
Exception
-
setManifest
Set theManifestto reference.
-