Class RoleAnalysisClusteringActivityHandler.MyWorkDefinition
java.lang.Object
com.evolveum.midpoint.repo.common.activity.definition.AbstractWorkDefinition
com.evolveum.midpoint.model.impl.tasks.RoleAnalysisClusteringActivityHandler.MyWorkDefinition
- All Implemented Interfaces:
- AffectedObjectSetProvider,- WorkDefinition,- DebugDumpable,- Cloneable
- Enclosing class:
- RoleAnalysisClusteringActivityHandler
public static class RoleAnalysisClusteringActivityHandler.MyWorkDefinition
extends AbstractWorkDefinition
- 
Field SummaryFields inherited from interface com.evolveum.midpoint.util.DebugDumpableINDENT_STRING
- 
Method SummaryModifier and TypeMethodDescriptionprotected voiddebugDumpContent(StringBuilder sb, int indent) Provides specific debug dump.Informs what objects may be affected by the activity - if it can be described in this simple way.Methods inherited from class com.evolveum.midpoint.repo.common.activity.definition.AbstractWorkDefinitionclone, debugDump, getActivityTailoring, getActivityTypeName, getOrigin, toStringMethods inherited from class java.lang.Objectequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.util.DebugDumpabledebugDump, debugDumpLazily, debugDumpLazily
- 
Method Details- 
debugDumpContentDescription copied from class:AbstractWorkDefinitionProvides specific debug dump. Should not append last newline.- Specified by:
- debugDumpContentin class- AbstractWorkDefinition
 
- 
getAffectedObjectSetInformationDescription copied from interface:AffectedObjectSetProviderInforms what objects may be affected by the activity - if it can be described in this simple way. Most of the work is implemented in default methods inObjectSetSpecificationProviderandResourceObjectSetSpecificationProvider; usually, the work definition implementations do not need to implement this interface directly; only to tell that they do not support it.
 
-