Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.SystemConfigurationType
-
-
Uses of SystemConfigurationType in com.evolveum.midpoint.common
Method parameters in com.evolveum.midpoint.common with type arguments of type SystemConfigurationType Modifier and Type Method Description static LoggingConfigurationTypeProfilingConfigurationManager. checkSystemProfilingConfiguration(PrismObject<SystemConfigurationType> systemConfigurationPrism)In this method, we perform the check of systemConfiguration object, searching for any data related to profilingConfiguration -
Uses of SystemConfigurationType in com.evolveum.midpoint.model.api
Methods in com.evolveum.midpoint.model.api that return SystemConfigurationType Modifier and Type Method Description SystemConfigurationTypeModelInteractionService. getSystemConfiguration(OperationResult parentResult) -
Uses of SystemConfigurationType in com.evolveum.midpoint.model.api.context
Methods in com.evolveum.midpoint.model.api.context that return types with arguments of type SystemConfigurationType Modifier and Type Method Description PrismObject<SystemConfigurationType>ModelContext. getSystemConfiguration() -
Uses of SystemConfigurationType in com.evolveum.midpoint.schema
Methods in com.evolveum.midpoint.schema with parameters of type SystemConfigurationType Modifier and Type Method Description voidRelationRegistry. applyRelationsConfiguration(SystemConfigurationType systemConfiguration)This method should be called whenever midPoint determines that the relations definition in system configuration might have been changed. -
Uses of SystemConfigurationType in com.evolveum.midpoint.schema.cache
Methods in com.evolveum.midpoint.schema.cache with parameters of type SystemConfigurationType Modifier and Type Method Description voidCacheConfigurationManager. applyCachingConfiguration(SystemConfigurationType configuration) -
Uses of SystemConfigurationType in com.evolveum.midpoint.schema.relation
Methods in com.evolveum.midpoint.schema.relation with parameters of type SystemConfigurationType Modifier and Type Method Description voidRelationRegistryImpl. applyRelationsConfiguration(SystemConfigurationType systemConfiguration) -
Uses of SystemConfigurationType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util with parameters of type SystemConfigurationType Modifier and Type Method Description static StringSystemConfigurationTypeUtil. getPublicHttpUrlPattern(SystemConfigurationType sysconfig, String host)static booleanSystemConfigurationTypeUtil. isExperimentalCodeEnabled(SystemConfigurationType config)static voidSystemConfigurationTypeUtil. setEnableExperimentalCode(SystemConfigurationType s, Boolean enableExperimentalCode)Method parameters in com.evolveum.midpoint.schema.util with type arguments of type SystemConfigurationType Modifier and Type Method Description static IntegerSystemConfigurationTypeUtil. getMaxModelClicks(PrismObject<SystemConfigurationType> sysconfigObject) -
Uses of SystemConfigurationType 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 SystemConfigurationType Modifier and Type Method Description PrismObject<SystemConfigurationType>SystemConfigurationType. asPrismObject()javax.xml.bind.JAXBElement<SystemConfigurationType>ObjectFactory. createSystemConfiguration(SystemConfigurationType value)Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type SystemConfigurationType Modifier and Type Method Description javax.xml.bind.JAXBElement<SystemConfigurationType>ObjectFactory. createSystemConfiguration(SystemConfigurationType value)
-