Class EvaluatedOrphanedTrigger
java.lang.Object
com.evolveum.midpoint.model.api.context.EvaluatedPolicyRuleTrigger<OrphanedPolicyConstraintType>
com.evolveum.midpoint.model.api.context.EvaluatedOrphanedTrigger
- All Implemented Interfaces:
- DebugDumpable,- Serializable
public class EvaluatedOrphanedTrigger
extends EvaluatedPolicyRuleTrigger<OrphanedPolicyConstraintType>
- See Also:
- 
Field SummaryFields inherited from interface com.evolveum.midpoint.util.DebugDumpableINDENT_STRING
- 
Constructor SummaryConstructorsConstructorDescriptionEvaluatedOrphanedTrigger(@NotNull PolicyConstraintKindType kind, @NotNull OrphanedPolicyConstraintType constraint, LocalizableMessage message, LocalizableMessage shortMessage) 
- 
Method SummaryMethods inherited from class com.evolveum.midpoint.model.api.context.EvaluatedPolicyRuleTriggerdebugDump, debugDumpSpecific, equals, fillCommonContent, getConstraint, getConstraintKind, getInnerTriggers, getMessage, getShortMessage, getTargetObjects, hashCode, isEnforcementOverride, isFinal, isHidden, isRelevantForNewOwner, toDiagShortcut, toEvaluatedPolicyRuleTriggerBean, toStringMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.util.DebugDumpabledebugDump, debugDumpLazily, debugDumpLazily
- 
Constructor Details- 
EvaluatedOrphanedTriggerpublic EvaluatedOrphanedTrigger(@NotNull @NotNull PolicyConstraintKindType kind, @NotNull @NotNull OrphanedPolicyConstraintType constraint, LocalizableMessage message, LocalizableMessage shortMessage) 
 
-