Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.TraceDictionaryType
-
Packages that use TraceDictionaryType Package Description com.evolveum.midpoint.schema.result com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of TraceDictionaryType in com.evolveum.midpoint.schema.result
Methods in com.evolveum.midpoint.schema.result that return TraceDictionaryType Modifier and Type Method Description TraceDictionaryType
OperationResult. getExtractedDictionary()
Methods in com.evolveum.midpoint.schema.result with parameters of type TraceDictionaryType Modifier and Type Method Description void
OperationResult. setExtractedDictionary(TraceDictionaryType extractedDictionary)
-
Uses of TraceDictionaryType in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 with type parameters of type TraceDictionaryType Modifier and Type Field Description static Producer<TraceDictionaryType>
TraceDictionaryType. FACTORY
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return TraceDictionaryType Modifier and Type Method Description TraceDictionaryType
TracingOutputType. beginDictionary()
TraceDictionaryType
TraceDictionaryType. clone()
TraceDictionaryType
ObjectFactory. createTraceDictionaryType()
TraceDictionaryType
TraceDictionaryType. entry(TraceDictionaryEntryType value)
TraceDictionaryType
TracingOutputType. getDictionary()
TraceDictionaryType
TraceDictionaryType. id(Long value)
TraceDictionaryType
TraceDictionaryType. identifier(Integer value)
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type TraceDictionaryType Modifier and Type Method Description javax.xml.bind.JAXBElement<TraceDictionaryType>
ObjectFactory. createTraceDictionary(TraceDictionaryType value)
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type TraceDictionaryType Modifier and Type Method Description javax.xml.bind.JAXBElement<TraceDictionaryType>
ObjectFactory. createTraceDictionary(TraceDictionaryType value)
TracingOutputType
TracingOutputType. dictionary(TraceDictionaryType value)
void
TracingOutputType. setDictionary(TraceDictionaryType value)
-