Class TracingOutputType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.TracingOutputType
-
- All Implemented Interfaces:
Containerable,DebugDumpable,Serializable,Cloneable
public class TracingOutputType extends Object implements Serializable, Cloneable, Containerable
Output of the tracing.Java class for TracingOutputType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TracingOutputType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="metadata" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}TracingOutputMetadataType" minOccurs="0"/> <element name="environment" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}TracingEnvironmentType" minOccurs="0"/> <element name="result" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}OperationResultType" minOccurs="0"/> <element name="dictionary" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}TraceDictionaryType" 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 QNameCOMPLEX_TYPEstatic ItemNameF_DICTIONARYstatic ItemNameF_ENVIRONMENTstatic ItemNameF_METADATAstatic ItemNameF_RESULT-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description TracingOutputType()TracingOutputType(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
-
TracingOutputType
public TracingOutputType()
-
TracingOutputType
public TracingOutputType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValuein interfaceContainerable
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:ContainerableSetup 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:
setupContainerValuein interfaceContainerable
-
end
public <X> X end()
-
getMetadata
public TracingOutputMetadataType getMetadata()
-
setMetadata
public void setMetadata(TracingOutputMetadataType value)
-
getEnvironment
public TracingEnvironmentType getEnvironment()
-
setEnvironment
public void setEnvironment(TracingEnvironmentType value)
-
getResult
public OperationResultType getResult()
-
setResult
public void setResult(OperationResultType value)
-
getDictionary
public TraceDictionaryType getDictionary()
-
setDictionary
public void setDictionary(TraceDictionaryType value)
-
getId
public Long getId()
-
setId
public void setId(Long value)
-
metadata
public TracingOutputType metadata(TracingOutputMetadataType value)
-
beginMetadata
public TracingOutputMetadataType beginMetadata()
-
environment
public TracingOutputType environment(TracingEnvironmentType value)
-
beginEnvironment
public TracingEnvironmentType beginEnvironment()
-
result
public TracingOutputType result(OperationResultType value)
-
beginResult
public OperationResultType beginResult()
-
dictionary
public TracingOutputType dictionary(TraceDictionaryType value)
-
beginDictionary
public TraceDictionaryType beginDictionary()
-
id
public TracingOutputType id(Long value)
-
clone
public TracingOutputType clone()
-
-