| com.atlassian.jira.entity.property.EntityPropertyQuery.ExecutableQuery |
An EntityPropertyQuery for which sufficient contraints have been provided to make
the query valid.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Counts the number of properties that match the given query.
| |||||||||||
Deletes all the properties that match this query.
| |||||||||||
Produces a list of entity properties that satisfy this query.
| |||||||||||
Produces a call to the provided visitor for each entity property that satisfies
this query.
| |||||||||||
Produces a list of entity property keys that satisfy this query.
| |||||||||||
Produces a list of entity property keys that satisfy this query.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.atlassian.jira.entity.property.EntityPropertyQuery
| |||||||||||||||||||||||
Counts the number of properties that match the given query.
Deletes all the properties that match this query.
Produces a list of entity properties that satisfy this query.
nullProduces a call to the provided visitor for each entity property that satisfies this query.
| visitor | the visitor to visit for each matching entity property |
|---|
Produces a list of entity property keys that satisfy this query.
Produces a list of entity property keys that satisfy this query.

