public static interface EntityPropertyQuery.ExecutableQuery extends EntityPropertyQuery<EntityPropertyQuery.ExecutableQuery>
EntityPropertyQuery
for which sufficient contraints have been provided to make
the query valid.EntityPropertyQuery.ExecutableQuery
Modifier and Type | Method and Description |
---|---|
long |
count()
Counts the number of properties that match the given query.
|
void |
delete()
Deletes all the properties that match this query.
|
List<EntityProperty> |
find()
Produces a list of entity properties that satisfy this query.
|
void |
find(Visitor<EntityProperty> visitor)
Produces a call to the provided visitor for each entity property that satisfies
this query.
|
List<String> |
findDistinctKeys()
Produces a list of entity property keys that satisfy this query.
|
List<String> |
findKeys()
Produces a list of entity property keys that satisfy this query.
|
entityId, entityName, key, keyPrefix, maxResults, offset
@Nonnull List<String> findDistinctKeys()
find()
,
find(Visitor)
@Nonnull List<String> findKeys()
find()
,
find(Visitor)
@Nonnull List<EntityProperty> find()
null
find(Visitor)
,
findDistinctKeys()
void find(@Nonnull Visitor<EntityProperty> visitor)
visitor
- the visitor to visit
for each matching entity propertyfind()
,
findDistinctKeys()
long count()
void delete()
Copyright © 2002-2015 Atlassian. All Rights Reserved.