Uses of Interface
com.flowable.platform.api.configuration.system.SystemConfigurationQuery
Packages that use SystemConfigurationQuery
Package
Description
-
Uses of SystemConfigurationQuery in com.flowable.platform.api.configuration
Methods in com.flowable.platform.api.configuration that return SystemConfigurationQueryModifier and TypeMethodDescriptionConfigurationService.createSystemConfigurationQuery()
Create a query for querying system configuration. -
Uses of SystemConfigurationQuery in com.flowable.platform.api.configuration.system
Methods in com.flowable.platform.api.configuration.system that return SystemConfigurationQueryModifier and TypeMethodDescriptionQuery for system configurations with the given id.SystemConfigurationQuery.lastUpdatedAfter
(Date lastUpdatedTime) Query for system configurations updated after the given dateQuery for system configurations with the given node nameSystemConfigurationQuery.nodeNames
(Collection<String> nodeNames) Query for system configurations with the given node namesQuery for system configurations with the given type.SystemConfigurationQuery.types
(Collection<String> types) Query for system configurations with the given types. -
Uses of SystemConfigurationQuery in com.flowable.platform.engine.impl.configuration
Methods in com.flowable.platform.engine.impl.configuration that return SystemConfigurationQuery -
Uses of SystemConfigurationQuery in com.flowable.platform.engine.impl.configuration.system
Classes in com.flowable.platform.engine.impl.configuration.system that implement SystemConfigurationQueryMethods in com.flowable.platform.engine.impl.configuration.system that return SystemConfigurationQueryModifier and TypeMethodDescriptionSystemConfigurationQueryImpl.lastUpdatedAfter
(Date lastUpdatedTime) SystemConfigurationQueryImpl.nodeNames
(Collection<String> nodeNames) SystemConfigurationQueryImpl.types
(Collection<String> types)