Class CleanupWorkDefinition
java.lang.Object
com.evolveum.midpoint.repo.common.activity.definition.AbstractWorkDefinition
com.evolveum.midpoint.model.impl.cleanup.CleanupWorkDefinition
- All Implemented Interfaces:
AffectedObjectSetProvider,WorkDefinition,DebugDumpable,Cloneable
-
Field Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING -
Method Summary
Modifier 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.AbstractWorkDefinition
clone, debugDump, getActivityTailoring, getActivityTypeName, getOrigin, toStringMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Method Details
-
getAffectedObjectSetInformation
Description 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. -
debugDumpContent
Description copied from class:AbstractWorkDefinitionProvides specific debug dump. Should not append last newline.- Specified by:
debugDumpContentin classAbstractWorkDefinition
-