Class ObjectListOperation

java.lang.Object
io.bdeploy.bhive.BHive.Operation<Set<ObjectId>>
io.bdeploy.bhive.op.ObjectListOperation
All Implemented Interfaces:
BHiveExecution, Callable<Set<ObjectId>>

@ReadOnlyOperation public class ObjectListOperation extends BHive.Operation<Set<ObjectId>>
List ObjectIds available in the BHive.

Typically used to retrieve a flattened list of ObjectIds recursively required by one or more Manifests.

If no Manifest or tree is set, an exception is thrown.