Class ClockworkTraceType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.TraceType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ClockworkTraceType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
- Direct Known Subclasses:
ClockworkClickTraceType
,ClockworkRunTraceType
,FocusLoadedTraceType
,FullShadowLoadedTraceType
,ProjectorComponentTraceType
,ProjectorRunTraceType
public class ClockworkTraceType extends TraceType
Abstract trace for clockwork events. It contains outputLensContext but usually only minimal information is there (e.g. state and waves).- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable.Any
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ContainerableList<T extends Containerable>, com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ReferencableList<T extends Referencable>
-
-
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
static Producer<ClockworkTraceType>
FACTORY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description ClockworkTraceType()
ClockworkTraceType(PrismContext context)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LensContextType
beginInputLensContext()
LensContextType
beginOutputLensContext()
ClockworkTraceType
clone()
<X> X
end()
boolean
equals(Object other)
LensContextType
getInputLensContext()
String
getInputLensContextText()
LensContextType
getOutputLensContext()
String
getOutputLensContextText()
ClockworkTraceType
id(Long value)
ClockworkTraceType
inputLensContext(LensContextType value)
ClockworkTraceType
inputLensContextText(String value)
ClockworkTraceType
outputLensContext(LensContextType value)
ClockworkTraceType
outputLensContextText(String value)
void
setInputLensContext(LensContextType value)
void
setInputLensContextText(String value)
void
setOutputLensContext(LensContextType value)
void
setOutputLensContextText(String value)
ClockworkTraceType
text(String value)
-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
asPrismContainerValue, getId, hashCode, setId, setupContainerValue, toString
-
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, freeze, isImmutable
-
Methods inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
prismGetContainerableList, prismGetPropertyValue, prismGetPropertyValues, prismGetReferencable, prismGetReferencableList, prismGetReferenceObjectable, prismGetSingleContainerable, prismSetPropertyValue, prismSetReferencable, prismSetReferenceObjectable, prismSetSingleContainerable
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Methods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable
-
-
-
-
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
-
FACTORY
public static final Producer<ClockworkTraceType> FACTORY
-
-
Constructor Detail
-
ClockworkTraceType
public ClockworkTraceType()
-
ClockworkTraceType
@Deprecated public ClockworkTraceType(PrismContext context)
Deprecated.
-
-
Method Detail
-
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)
-
id
public ClockworkTraceType id(Long 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)
-
clone
public ClockworkTraceType clone()
-
-