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 void
debugDumpContent
(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, 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 Details
-
getAffectedObjectSetInformation
Description copied from interface:AffectedObjectSetProvider
Informs 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 inObjectSetSpecificationProvider
andResourceObjectSetSpecificationProvider
; 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:AbstractWorkDefinition
Provides specific debug dump. Should not append last newline.- Specified by:
debugDumpContent
in classAbstractWorkDefinition
-