Class PolicyRuleEvaluationTraceType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.TraceType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.PolicyRuleEvaluationTraceType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
public class PolicyRuleEvaluationTraceType extends TraceType implements Serializable, Cloneable, Containerable
Trace for policy rule evaluation operation.Java class for PolicyRuleEvaluationTraceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PolicyRuleEvaluationTraceType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}TraceType"> <sequence> <element name="policyRule" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PolicyRuleType" 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_POLICY_RULE
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description PolicyRuleEvaluationTraceType()
PolicyRuleEvaluationTraceType(PrismContext prismContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrismContainerValue
asPrismContainerValue()
PolicyRuleType
beginPolicyRule()
PolicyRuleEvaluationTraceType
clone()
<X> X
end()
boolean
equals(Object object)
PolicyRuleType
getPolicyRule()
int
hashCode()
PolicyRuleEvaluationTraceType
id(Long value)
PolicyRuleEvaluationTraceType
policyRule(PolicyRuleType value)
void
setPolicyRule(PolicyRuleType value)
void
setupContainerValue(PrismContainerValue containerValue)
Setup value to the containerable representation.PolicyRuleEvaluationTraceType
text(String value)
String
toString()
-
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
-
PolicyRuleEvaluationTraceType
public PolicyRuleEvaluationTraceType()
-
PolicyRuleEvaluationTraceType
public PolicyRuleEvaluationTraceType(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
-
getPolicyRule
public PolicyRuleType getPolicyRule()
-
setPolicyRule
public void setPolicyRule(PolicyRuleType value)
-
policyRule
public PolicyRuleEvaluationTraceType policyRule(PolicyRuleType value)
-
beginPolicyRule
public PolicyRuleType beginPolicyRule()
-
text
public PolicyRuleEvaluationTraceType text(String value)
-
id
public PolicyRuleEvaluationTraceType id(Long value)
-
clone
public PolicyRuleEvaluationTraceType clone()
-
-