Uses of Interface
com.flowable.platform.api.configuration.system.SystemConfigurationQuery
-
-
Uses of SystemConfigurationQuery in com.flowable.platform.api.configuration
Methods in com.flowable.platform.api.configuration that return SystemConfigurationQuery Modifier and Type Method Description SystemConfigurationQuery
ConfigurationService. 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 SystemConfigurationQuery Modifier and Type Method Description SystemConfigurationQuery
SystemConfigurationQuery. id(String id)
Query for system configurations with the given id.SystemConfigurationQuery
SystemConfigurationQuery. lastUpdatedAfter(Date lastUpdatedTime)
Query for system configurations updated after the given dateSystemConfigurationQuery
SystemConfigurationQuery. nodeName(String nodeName)
Query for system configurations with the given node nameSystemConfigurationQuery
SystemConfigurationQuery. nodeNames(Collection<String> nodeNames)
Query for system configurations with the given node namesSystemConfigurationQuery
SystemConfigurationQuery. type(String type)
Query for system configurations with the given type.SystemConfigurationQuery
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 Modifier and Type Method Description SystemConfigurationQuery
ConfigurationServiceImpl. createSystemConfigurationQuery()
-
Uses of SystemConfigurationQuery in com.flowable.platform.engine.impl.configuration.system
Classes in com.flowable.platform.engine.impl.configuration.system that implement SystemConfigurationQuery Modifier and Type Class Description class
SystemConfigurationQueryImpl
Methods in com.flowable.platform.engine.impl.configuration.system that return SystemConfigurationQuery Modifier and Type Method Description SystemConfigurationQuery
SystemConfigurationQueryImpl. id(String id)
SystemConfigurationQuery
SystemConfigurationQueryImpl. lastUpdatedAfter(Date lastUpdatedTime)
SystemConfigurationQuery
SystemConfigurationQueryImpl. nodeName(String nodeName)
SystemConfigurationQuery
SystemConfigurationQueryImpl. nodeNames(Collection<String> nodeNames)
SystemConfigurationQuery
SystemConfigurationQueryImpl. type(String type)
SystemConfigurationQuery
SystemConfigurationQueryImpl. types(Collection<String> types)
-