Uses of Interface
com.flowable.platform.api.configuration.system.SystemConfiguration
-
-
Uses of SystemConfiguration in com.flowable.platform.api.configuration.system
Methods in com.flowable.platform.api.configuration.system that return SystemConfiguration Modifier and Type Method Description SystemConfiguration
SystemConfigurationBuilder. save()
Save the configuration.SystemConfiguration
SystemConfigurationQuery. singleResult()
Return a singleSystemConfiguration
.Methods in com.flowable.platform.api.configuration.system that return types with arguments of type SystemConfiguration Modifier and Type Method Description List<SystemConfiguration>
SystemConfigurationQuery. list()
Return a list ofSystemConfiguration
(s). -
Uses of SystemConfiguration in com.flowable.platform.engine.impl.configuration.system
Classes in com.flowable.platform.engine.impl.configuration.system that implement SystemConfiguration Modifier and Type Class Description class
SystemConfigurationImpl
Methods in com.flowable.platform.engine.impl.configuration.system that return SystemConfiguration Modifier and Type Method Description protected SystemConfiguration
SystemConfigurationQueryImpl. asSystemConfiguration(ConfigurationProperty property)
SystemConfiguration
SystemConfigurationBuilderImpl. execute(CommandContext commandContext)
SystemConfiguration
SystemConfigurationBuilderImpl. save()
SystemConfiguration
SystemConfigurationQueryImpl. singleResult()
Methods in com.flowable.platform.engine.impl.configuration.system that return types with arguments of type SystemConfiguration Modifier and Type Method Description List<SystemConfiguration>
SystemConfigurationQueryImpl. list()
-
Uses of SystemConfiguration in com.flowable.platform.service.configuration.service
Methods in com.flowable.platform.service.configuration.service with parameters of type SystemConfiguration Modifier and Type Method Description protected Map<String,Object>
SystemConfigurationFlowableSystemInfoContributor. asDetails(SystemConfiguration systemConfiguration)
-