Uses of Interface
com.atlassian.jira.entity.EntityListConsumer
Packages that use EntityListConsumer
-
Uses of EntityListConsumer in com.atlassian.jira.entity
Methods in com.atlassian.jira.entity with parameters of type EntityListConsumerModifier and TypeMethodDescription<R> RSelectQuery.ExecutionContext.consumeWith(EntityListConsumer<E, R> consumer) Apply anEntityListConsumerto the returned results.<R> RSelectQueryImpl.ExecutionContextImpl.consumeWith(EntityListConsumer<E, R> consumer) -
Uses of EntityListConsumer in com.atlassian.jira.upgrade.tasks.util
Methods in com.atlassian.jira.upgrade.tasks.util that return EntityListConsumerModifier and TypeMethodDescriptionstatic 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 aSelect.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 aSelect.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 aSelect.distinctString(String)query to their lowercase equivalents.