Class ClockworkTraceType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.TraceType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ClockworkTraceType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
- Direct Known Subclasses:
ClockworkClickTraceType
,ClockworkRunTraceType
,FocusLoadedTraceType
,FullShadowLoadedTraceType
,ProjectorComponentTraceType
,ProjectorRunTraceType
public class ClockworkTraceType extends TraceType implements Serializable, Cloneable, Containerable
Abstract trace for clockwork events. It contains outputLensContext but usually only minimal information is there (e.g. state and waves).Java class for ClockworkTraceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClockworkTraceType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}TraceType"> <sequence> <element name="inputLensContext" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}LensContextType" minOccurs="0"/> <element name="outputLensContext" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}LensContextType" minOccurs="0"/> <element name="inputLensContextText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="outputLensContextText" type="{http://www.w3.org/2001/XMLSchema}string" 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_INPUT_LENS_CONTEXT
static ItemName
F_INPUT_LENS_CONTEXT_TEXT
static ItemName
F_OUTPUT_LENS_CONTEXT
static ItemName
F_OUTPUT_LENS_CONTEXT_TEXT
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description ClockworkTraceType()
ClockworkTraceType(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
-
-
-
-
Field Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_INPUT_LENS_CONTEXT
public static final ItemName F_INPUT_LENS_CONTEXT
-
F_OUTPUT_LENS_CONTEXT
public static final ItemName F_OUTPUT_LENS_CONTEXT
-
F_INPUT_LENS_CONTEXT_TEXT
public static final ItemName F_INPUT_LENS_CONTEXT_TEXT
-
F_OUTPUT_LENS_CONTEXT_TEXT
public static final ItemName F_OUTPUT_LENS_CONTEXT_TEXT
-
-
Constructor Detail
-
ClockworkTraceType
public ClockworkTraceType()
-
ClockworkTraceType
public ClockworkTraceType(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
-
getInputLensContext
public LensContextType getInputLensContext()
-
setInputLensContext
public void setInputLensContext(LensContextType value)
-
getOutputLensContext
public LensContextType getOutputLensContext()
-
setOutputLensContext
public void setOutputLensContext(LensContextType value)
-
getInputLensContextText
public String getInputLensContextText()
-
setInputLensContextText
public void setInputLensContextText(String value)
-
getOutputLensContextText
public String getOutputLensContextText()
-
setOutputLensContextText
public void setOutputLensContextText(String value)
-
inputLensContext
public ClockworkTraceType inputLensContext(LensContextType value)
-
beginInputLensContext
public LensContextType beginInputLensContext()
-
outputLensContext
public ClockworkTraceType outputLensContext(LensContextType value)
-
beginOutputLensContext
public LensContextType beginOutputLensContext()
-
inputLensContextText
public ClockworkTraceType inputLensContextText(String value)
-
outputLensContextText
public ClockworkTraceType outputLensContextText(String value)
-
text
public ClockworkTraceType text(String value)
-
id
public ClockworkTraceType id(Long value)
-
clone
public ClockworkTraceType clone()
-
-