Class SchemaAttachedPolicyRuleType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
com.evolveum.midpoint.xml.ns._public.common.common_3.SchemaAttachedPolicyRuleType
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
public class SchemaAttachedPolicyRuleType
extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
TODO
Note that the rule should be triggered. All irrelevant (non-approval) action types should be removed.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(JaxbVisitor visitor) clone()booleanequals(Object other, StructuredEqualsStrategy strategy) getRule()inthashCode(StructuredHashCodeStrategy strategy) rule(EvaluatedPolicyRuleType value) voidsetRule(EvaluatedPolicyRuleType value) voidsetStageMax(Integer value) voidsetStageMin(Integer value) Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
Field Details
-
stageMin
-
stageMax
-
rule
-
COMPLEX_TYPE
-
F_STAGE_MIN
-
F_STAGE_MAX
-
F_RULE
-
-
Constructor Details
-
SchemaAttachedPolicyRuleType
public SchemaAttachedPolicyRuleType() -
SchemaAttachedPolicyRuleType
-
-
Method Details
-
getStageMin
-
setStageMin
-
getStageMax
-
setStageMax
-
getRule
-
setRule
-
hashCode
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
equals
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
stageMin
-
stageMax
-
rule
-
beginRule
-
accept
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
clone
- Specified by:
clonein interfacePlainStructured- Specified by:
clonein classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-