Class TracingEnvironmentType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.TracingEnvironmentType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
public class TracingEnvironmentType extends Object implements Serializable, Cloneable, Containerable
Description of the environment where the trace was captured. E.g. the deployment information, enclosing task, and so on.Java class for TracingEnvironmentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TracingEnvironmentType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="deployment" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}DeploymentInformationType" minOccurs="0"/> <element name="taskRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/> <element name="nodeRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" /> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_DEPLOYMENT
static ItemName
F_NODE_REF
static ItemName
F_TASK_REF
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description TracingEnvironmentType()
TracingEnvironmentType(PrismContext prismContext)
-
Method Summary
-
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
-
TracingEnvironmentType
public TracingEnvironmentType()
-
TracingEnvironmentType
public TracingEnvironmentType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValue
in interfaceContainerable
-
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
-
end
public <X> X end()
-
getDeployment
public DeploymentInformationType getDeployment()
-
setDeployment
public void setDeployment(DeploymentInformationType value)
-
getTaskRef
public ObjectReferenceType getTaskRef()
-
setTaskRef
public void setTaskRef(ObjectReferenceType value)
-
getNodeRef
public ObjectReferenceType getNodeRef()
-
setNodeRef
public void setNodeRef(ObjectReferenceType value)
-
getId
public Long getId()
-
setId
public void setId(Long value)
-
deployment
public TracingEnvironmentType deployment(DeploymentInformationType value)
-
beginDeployment
public DeploymentInformationType beginDeployment()
-
taskRef
public TracingEnvironmentType taskRef(ObjectReferenceType value)
-
taskRef
public TracingEnvironmentType taskRef(String oid, QName type)
-
taskRef
public TracingEnvironmentType taskRef(String oid, QName type, QName relation)
-
beginTaskRef
public ObjectReferenceType beginTaskRef()
-
nodeRef
public TracingEnvironmentType nodeRef(ObjectReferenceType value)
-
nodeRef
public TracingEnvironmentType nodeRef(String oid, QName type)
-
nodeRef
public TracingEnvironmentType nodeRef(String oid, QName type, QName relation)
-
beginNodeRef
public ObjectReferenceType beginNodeRef()
-
id
public TracingEnvironmentType id(Long value)
-
clone
public TracingEnvironmentType clone()
-
-