public interface ConfigurationPropertyQuery extends Query<ConfigurationPropertyQuery,ConfigurationProperty>
Query.NullHandlingOnOrder
Modifier and Type | Method and Description |
---|---|
ConfigurationPropertyQuery |
description(String description)
Query for configuration properties with the given description
|
ConfigurationPropertyQuery |
descriptions(Collection<String> descriptions)
Query for configuration properties with the given descriptions
|
ConfigurationPropertyQuery |
id(String id)
Query for configuration properties with the given id
|
ConfigurationPropertyQuery |
lastUpdatedAfter(Date lastUpdatedTime)
Query for configuration properties updated after the given date
|
ConfigurationPropertyQuery |
lastUpdatedBefore(Date lastUpdatedTime)
Query for configuration properties updated before the given date
|
ConfigurationPropertyQuery |
name(String name)
Query for configuration properties with the given name
|
ConfigurationPropertyQuery |
names(Collection<String> names)
Query for configuration properties with the given names
|
ConfigurationPropertyQuery |
namespace(String namespace)
Query for configuration properties with the given namespace
|
ConfigurationPropertyQuery |
ownerUser(String userId)
Query for configuration properties owned by the user with the given id.
|
ConfigurationPropertyQuery |
tenantId(String tenantId)
Query for configuration properties with the given tenant id
|
ConfigurationPropertyQuery id(String id)
ConfigurationPropertyQuery namespace(String namespace)
ConfigurationPropertyQuery name(String name)
ConfigurationPropertyQuery names(Collection<String> names)
ConfigurationPropertyQuery description(String description)
ConfigurationPropertyQuery descriptions(Collection<String> descriptions)
ConfigurationPropertyQuery lastUpdatedBefore(Date lastUpdatedTime)
ConfigurationPropertyQuery lastUpdatedAfter(Date lastUpdatedTime)
ConfigurationPropertyQuery tenantId(String tenantId)
ConfigurationPropertyQuery ownerUser(String userId)
userId
- the id of the user that owns the configuration property