Modifier and Type | Method and Description |
---|---|
SystemConfigurationQuery |
ConfigurationService.createSystemConfigurationQuery()
Create a query for querying system configuration.
|
Modifier and Type | Method and 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 date
|
SystemConfigurationQuery |
SystemConfigurationQuery.nodeName(String nodeName)
Query for system configurations with the given node name
|
SystemConfigurationQuery |
SystemConfigurationQuery.nodeNames(Collection<String> nodeNames)
Query for system configurations with the given node names
|
SystemConfigurationQuery |
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.
|
Modifier and Type | Method and Description |
---|---|
SystemConfigurationQuery |
ConfigurationServiceImpl.createSystemConfigurationQuery() |
Modifier and Type | Class and Description |
---|---|
class |
SystemConfigurationQueryImpl |
Modifier and Type | Method and 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) |