Class GetBucketOperation
java.lang.Object
com.evolveum.midpoint.repo.common.activity.run.buckets.GetBucketOperation
- All Implemented Interfaces:
- DebugDumpable
Implements "get bucket" operation.
- 
Field SummaryFields inherited from interface com.evolveum.midpoint.util.DebugDumpableINDENT_STRING
- 
Method SummaryModifier and TypeMethodDescriptionbooleancanRun()debugDump(int indent) execute(OperationResult result) protected voidextendDebugDump(StringBuilder sb, int indent) booleanMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.util.DebugDumpabledebugDump, debugDumpLazily, debugDumpLazily
- 
Method Details- 
executepublic WorkBucketType execute(OperationResult result) throws SchemaException, ObjectNotFoundException, ObjectAlreadyExistsException, InterruptedException - Returns:
- Bucket that should be processed (or null if there's none). Note that the state of the bucket is not relevant; it may be READY or DELEGATED.
- Throws:
- SchemaException
- ObjectNotFoundException
- ObjectAlreadyExistsException
- InterruptedException
 
- 
canRunpublic boolean canRun()
- 
extendDebugDump
- 
isStandalonepublic boolean isStandalone()
- 
debugDump- Specified by:
- debugDumpin interface- DebugDumpable
 
 
-