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