Class CompleteBucketOperation
- java.lang.Object
-
- com.evolveum.midpoint.repo.common.activity.run.buckets.CompleteBucketOperation
-
- All Implemented Interfaces:
DebugDumpable
public class CompleteBucketOperation extends Object
-
-
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 String
debugDump(int indent)
void
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 void execute(OperationResult result) throws ObjectAlreadyExistsException, ObjectNotFoundException, SchemaException
-
extendDebugDump
protected void extendDebugDump(StringBuilder sb, int indent)
-
isStandalone
public boolean isStandalone()
-
debugDump
public String debugDump(int indent)
- Specified by:
debugDump
in interfaceDebugDumpable
-
-