Class GetBucketOperation
- java.lang.Object
-
- com.evolveum.midpoint.repo.common.activity.run.buckets.GetBucketOperation
-
- All Implemented Interfaces:
DebugDumpable
public class GetBucketOperation extends Object
Implements "get bucket" operation.
-
-
Field Summary
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canRun()
String
debugDump(int indent)
WorkBucketType
execute(OperationResult result)
protected void
extendDebugDump(StringBuilder sb, int indent)
boolean
isStandalone()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Method Detail
-
execute
public 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
-
canRun
public boolean canRun()
-
extendDebugDump
protected void extendDebugDump(StringBuilder sb, int indent)
-
isStandalone
public boolean isStandalone()
-
debugDump
public String debugDump(int indent)
- Specified by:
debugDump
in interfaceDebugDumpable
-
-