Class CompleteBucketOperation
java.lang.Object
com.evolveum.midpoint.repo.common.activity.run.buckets.CompleteBucketOperation
- All Implemented Interfaces:
DebugDumpable
-
Field Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
Method Summary
Modifier and TypeMethodDescriptiondebugDump
(int indent) void
execute
(OperationResult result) protected void
extendDebugDump
(StringBuilder sb, int indent) boolean
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 Details
-
execute
public void execute(OperationResult result) throws ObjectAlreadyExistsException, ObjectNotFoundException, SchemaException -
extendDebugDump
-
isStandalone
public boolean isStandalone() -
debugDump
- Specified by:
debugDump
in interfaceDebugDumpable
-