Uses of Interface
com.flowable.platform.api.configuration.system.SystemConfigurationQuery
Package
Description
-
Uses of SystemConfigurationQuery in com.flowable.platform.api.configuration
Modifier and TypeMethodDescriptionConfigurationService.createSystemConfigurationQuery()
Create a query for querying system configuration. -
Uses of SystemConfigurationQuery in com.flowable.platform.api.configuration.system
Modifier 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
-
Uses of SystemConfigurationQuery in com.flowable.platform.engine.impl.configuration.system
Modifier and TypeMethodDescriptionSystemConfigurationQueryImpl.lastUpdatedAfter
(Date lastUpdatedTime) SystemConfigurationQueryImpl.nodeNames
(Collection<String> nodeNames) SystemConfigurationQueryImpl.types
(Collection<String> types)