Class ExplicitChangeExecutionActivityHandler.MyWorkDefinition
- java.lang.Object
 - 
- com.evolveum.midpoint.repo.common.activity.definition.AbstractWorkDefinition
 - 
- com.evolveum.midpoint.model.impl.tasks.ExplicitChangeExecutionActivityHandler.MyWorkDefinition
 
 
 
- 
- All Implemented Interfaces:
 WorkDefinition,DebugDumpable,Cloneable
- Enclosing class:
 - ExplicitChangeExecutionActivityHandler
 
public static class ExplicitChangeExecutionActivityHandler.MyWorkDefinition extends AbstractWorkDefinition
 
- 
- 
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 protected voiddebugDumpContent(StringBuilder sb, int indent)Provides specific debug dump.- 
Methods inherited from class com.evolveum.midpoint.repo.common.activity.definition.AbstractWorkDefinition
clone, debugDump, getActivityTailoring, toString 
- 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait 
- 
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily 
 - 
 
 - 
 
- 
- 
Method Detail
- 
debugDumpContent
protected void debugDumpContent(StringBuilder sb, int indent)
Description copied from class:AbstractWorkDefinitionProvides specific debug dump. Should not append last newline.- Specified by:
 debugDumpContentin classAbstractWorkDefinition
 
 - 
 
 -