Class ResourceObjectConstructionEvaluationTraceType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.TraceType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceObjectConstructionEvaluationTraceType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
public class ResourceObjectConstructionEvaluationTraceType extends TraceType implements Serializable, Cloneable, Containerable
Trace for evaluation resource object construction.Java class for ResourceObjectConstructionEvaluationTraceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResourceObjectConstructionEvaluationTraceType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}TraceType"> <sequence> <element name="construction" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ConstructionType" minOccurs="0"/> <element name="resourceShadowDiscriminator" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ShadowDiscriminatorType" minOccurs="0"/> <element name="assignmentPath" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AssignmentPathType" 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_ASSIGNMENT_PATH
static ItemName
F_CONSTRUCTION
static ItemName
F_RESOURCE_SHADOW_DISCRIMINATOR
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description ResourceObjectConstructionEvaluationTraceType()
ResourceObjectConstructionEvaluationTraceType(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
-
ResourceObjectConstructionEvaluationTraceType
public ResourceObjectConstructionEvaluationTraceType()
-
ResourceObjectConstructionEvaluationTraceType
public ResourceObjectConstructionEvaluationTraceType(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
-
getConstruction
public ConstructionType getConstruction()
-
setConstruction
public void setConstruction(ConstructionType value)
-
getResourceShadowDiscriminator
public ShadowDiscriminatorType getResourceShadowDiscriminator()
-
setResourceShadowDiscriminator
public void setResourceShadowDiscriminator(ShadowDiscriminatorType value)
-
getAssignmentPath
public AssignmentPathType getAssignmentPath()
-
setAssignmentPath
public void setAssignmentPath(AssignmentPathType value)
-
construction
public ResourceObjectConstructionEvaluationTraceType construction(ConstructionType value)
-
beginConstruction
public ConstructionType beginConstruction()
-
resourceShadowDiscriminator
public ResourceObjectConstructionEvaluationTraceType resourceShadowDiscriminator(ShadowDiscriminatorType value)
-
beginResourceShadowDiscriminator
public ShadowDiscriminatorType beginResourceShadowDiscriminator()
-
assignmentPath
public ResourceObjectConstructionEvaluationTraceType assignmentPath(AssignmentPathType value)
-
beginAssignmentPath
public AssignmentPathType beginAssignmentPath()
-
text
public ResourceObjectConstructionEvaluationTraceType text(String value)
-
id
public ResourceObjectConstructionEvaluationTraceType id(Long value)
-
clone
public ResourceObjectConstructionEvaluationTraceType clone()
-
-