Package | Description |
---|---|
com.atlassian.jira.entity | |
com.atlassian.jira.entity.property | |
com.atlassian.jira.issue.search | |
com.atlassian.jira.util |
Modifier and Type | Method and Description |
---|---|
void |
SelectQuery.ExecutionContext.visitWith(Visitor<E> visitor)
Visits each entity returned by the query.
|
void |
SelectQueryImpl.ExecutionContextImpl.visitWith(Visitor<E> visitor) |
Modifier and Type | Method and Description |
---|---|
void |
EntityPropertyQuery.ExecutableQuery.find(Visitor<EntityProperty> visitor)
Produces a call to the provided visitor for each entity property that satisfies
this query.
|
Modifier and Type | Method and Description |
---|---|
void |
SearchRequestStore.visitAll(Visitor<SearchRequestEntity> visitor) |
void |
OfBizSearchRequestStore.visitAll(Visitor<SearchRequestEntity> visitor) |
void |
DefaultSearchRequestManager.visitAll(Visitor<SearchRequestEntity> visitor) |
void |
CachingSearchRequestStore.visitAll(Visitor<SearchRequestEntity> visitor) |
void |
SearchRequestManager.visitAll(Visitor<SearchRequestEntity> visitor)
Iterates over all SearchRequests using a Visitor pattern callback.
|
Modifier and Type | Method and Description |
---|---|
static <T,V> Visitor<T> |
Functions.mappedVisitor(Function<T,V> mappingFunction,
Visitor<V> delegate)
Get a visitor that will apply the given
function before delegating to another visitor. |
Modifier and Type | Method and Description |
---|---|
static <T,V> Visitor<T> |
Functions.mappedVisitor(Function<T,V> mappingFunction,
Visitor<V> delegate)
Get a visitor that will apply the given
function before delegating to another visitor. |
Copyright © 2002-2015 Atlassian. All Rights Reserved.