Class ShadowMarkingRules.MarkingRule
java.lang.Object
com.evolveum.midpoint.schema.processor.ShadowMarkingRules.MarkingRule
- All Implemented Interfaces:
DebugDumpable
,Serializable
- Enclosing class:
- ShadowMarkingRules
public static class ShadowMarkingRules.MarkingRule
extends Object
implements Serializable, DebugDumpable
Rule for a single shadow mark.
- See Also:
-
Field Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
Method Summary
Modifier and TypeMethodDescriptiondebugDump
(int indent) @NotNull ShadowMarkApplicationTimeType
@NotNull Collection<ResourceObjectPattern>
@Nullable Long
boolean
boolean
matches
(@NotNull AbstractShadow shadow) 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 Details
-
getApplicationTime
-
getPatterns
-
matches
- Throws:
SchemaException
-
isTransitional
public boolean isTransitional() -
getRuleId
-
debugDump
- Specified by:
debugDump
in interfaceDebugDumpable
-