Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.TracingProfileType
-
Packages that use TracingProfileType Package Description com.evolveum.midpoint.model.api com.evolveum.midpoint.schema.result com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of TracingProfileType in com.evolveum.midpoint.model.api
Methods in com.evolveum.midpoint.model.api that return TracingProfileType Modifier and Type Method Description TracingProfileTypeModelExecuteOptions. getTracingProfile()static TracingProfileTypeModelExecuteOptions. getTracingProfile(ModelExecuteOptions options)Methods in com.evolveum.midpoint.model.api with parameters of type TracingProfileType Modifier and Type Method Description ModelExecuteOptionsModelExecuteOptions. tracingProfile(TracingProfileType tracingProfile) -
Uses of TracingProfileType in com.evolveum.midpoint.schema.result
Methods in com.evolveum.midpoint.schema.result that return TracingProfileType Modifier and Type Method Description @NotNull TracingProfileTypeCompiledTracingProfile. getDefinition()Methods in com.evolveum.midpoint.schema.result with parameters of type TracingProfileType Modifier and Type Method Description static CompiledTracingProfileCompiledTracingProfile. create(TracingProfileType resolvedProfile, PrismContext prismContext) -
Uses of TracingProfileType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type TracingProfileType Modifier and Type Method Description List<TracingProfileType>TracingConfigurationType. createProfileList()javax.xml.bind.JAXBElement<TracingProfileType>ObjectFactory. createTracingProfile(TracingProfileType value)List<TracingProfileType>TracingConfigurationType. getProfile()Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type TracingProfileType Modifier and Type Method Description javax.xml.bind.JAXBElement<TracingProfileType>ObjectFactory. createTracingProfile(TracingProfileType value)TracingConfigurationTypeTracingConfigurationType. profile(TracingProfileType value)TracingOutputMetadataTypeTracingOutputMetadataType. profile(TracingProfileType value)voidTracingOutputMetadataType. setProfile(TracingProfileType value)voidActivityTracingDefinitionType. setTracingProfile(TracingProfileType value)ActivityTracingDefinitionTypeActivityTracingDefinitionType. tracingProfile(TracingProfileType value)
-