Class PolicyConstraintEvaluationTraceType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.TraceType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.PolicyConstraintEvaluationTraceType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
public class PolicyConstraintEvaluationTraceType extends TraceType implements Serializable, Cloneable, Containerable
Trace for policy constraint evaluation operation.Java class for PolicyConstraintEvaluationTraceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PolicyConstraintEvaluationTraceType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}TraceType"> <sequence> <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}abstractPolicyConstraint" minOccurs="0"/> <element name="trigger" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}EvaluatedPolicyRuleTriggerType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_ABSTRACT_POLICY_CONSTRAINT
static ItemName
F_TRIGGER
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description PolicyConstraintEvaluationTraceType()
PolicyConstraintEvaluationTraceType(PrismContext prismContext)
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.TraceType
createTextList, getId, getText, setId
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, debugDump
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Constructor Detail
-
PolicyConstraintEvaluationTraceType
public PolicyConstraintEvaluationTraceType()
-
PolicyConstraintEvaluationTraceType
public PolicyConstraintEvaluationTraceType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValue
in interfaceContainerable
- Overrides:
asPrismContainerValue
in classTraceType
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:Containerable
Setup value to the containerable representation. This is used to after (empty) containerable is created to initialize it with a correct prism container value. Note: This method DOES NOT change the container value parent.- Specified by:
setupContainerValue
in interfaceContainerable
- Overrides:
setupContainerValue
in classTraceType
-
getAbstractPolicyConstraint
public javax.xml.bind.JAXBElement<? extends AbstractPolicyConstraintType> getAbstractPolicyConstraint()
-
setAbstractPolicyConstraint
public void setAbstractPolicyConstraint(javax.xml.bind.JAXBElement<? extends AbstractPolicyConstraintType> value)
-
getTrigger
public EvaluatedPolicyRuleTriggerType getTrigger()
-
setTrigger
public void setTrigger(EvaluatedPolicyRuleTriggerType value)
-
abstractPolicyConstraint
public PolicyConstraintEvaluationTraceType abstractPolicyConstraint(javax.xml.bind.JAXBElement<? extends AbstractPolicyConstraintType> value)
-
trigger
public PolicyConstraintEvaluationTraceType trigger(EvaluatedPolicyRuleTriggerType value)
-
beginTrigger
public EvaluatedPolicyRuleTriggerType beginTrigger()
-
text
public PolicyConstraintEvaluationTraceType text(String value)
-
id
public PolicyConstraintEvaluationTraceType id(Long value)
-
clone
public PolicyConstraintEvaluationTraceType clone()
-
-