Package | Description |
---|---|
com.atlassian.jira.entity | |
com.atlassian.jira.upgrade.tasks.util |
Modifier and Type | Method and Description |
---|---|
<R> R |
SelectQuery.ExecutionContext.consumeWith(EntityListConsumer<E,R> consumer)
Apply an
EntityListConsumer to the returned results. |
<R> R |
SelectQueryImpl.ExecutionContextImpl.consumeWith(EntityListConsumer<E,R> consumer) |
Modifier and Type | Method and Description |
---|---|
static EntityListConsumer<org.ofbiz.core.entity.GenericValue,Map<String,String>> |
FindMixedCaseUsernames.fromColumn(String columnName)
Consumer that returns a map of mixed-case usernames that were found from a
Select.columns(String...) query to their lowercase equivalents. |
static EntityListConsumer<org.ofbiz.core.entity.GenericValue,Map<String,List<Long>>> |
FindMixedCaseUsernames.fromColumnAndReturnIds(String columnName)
Consumer that returns a map of lowercase versions of the mixed-case usernames
that were found from a
Select.columns(String...) query to a list of
the associated entity IDs for the rows that contained a mixed-case username. |
static EntityListConsumer<String,Map<String,String>> |
FindMixedCaseUsernames.fromStrings()
Consumer that returns a map of mixed-case usernames that were found from a
Select.distinctString(String) query to their lowercase equivalents. |
Copyright © 2002-2019 Atlassian. All Rights Reserved.