|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BulkMoveHelper.DistinctValueResult | |
|---|---|
| com.atlassian.jira.plugin.customfield | |
| com.atlassian.jira.web.bean | |
| Uses of BulkMoveHelper.DistinctValueResult in com.atlassian.jira.plugin.customfield |
|---|
| Method parameters in com.atlassian.jira.plugin.customfield with type arguments of type BulkMoveHelper.DistinctValueResult | |
|---|---|
abstract String |
CustomFieldTypeModuleDescriptor.getBulkMoveHtml(FieldConfig config,
Map customFieldValuesHolder,
Issue issue,
webwork.action.Action action,
Map displayParameters,
FieldLayoutItem fieldLayoutItem,
Map<Long,BulkMoveHelper.DistinctValueResult> distinctValues,
BulkMoveHelper bulkMoveHelper)
|
String |
CustomFieldTypeModuleDescriptorImpl.getBulkMoveHtml(FieldConfig config,
Map customFieldValuesHolder,
Issue issue,
webwork.action.Action action,
Map displayParameters,
FieldLayoutItem fieldLayoutItem,
Map<Long,BulkMoveHelper.DistinctValueResult> distinctValues,
BulkMoveHelper bulkMoveHelper)
|
| Uses of BulkMoveHelper.DistinctValueResult in com.atlassian.jira.web.bean |
|---|
| Methods in com.atlassian.jira.web.bean that return types with arguments of type BulkMoveHelper.DistinctValueResult | |
|---|---|
Map<Long,BulkMoveHelper.DistinctValueResult> |
BulkMoveHelper.getDistinctValuesForMove(BulkEditBean bulkEditBean,
OrderableField orderableField,
Function<Issue,Collection<Object>> issueValueResolution,
Function<Object,String> nameResolution)
For the given field, calculates all the distinct values present in the currently selected issues of the BulkEditBean. |
Map<Long,BulkMoveHelper.DistinctValueResult> |
DefaultBulkMoveHelper.getDistinctValuesForMove(BulkEditBean bulkEditBean,
OrderableField orderableField,
Function<Issue,Collection<Object>> issueValueResolution,
Function<Object,String> nameResolution)
|
| Methods in com.atlassian.jira.web.bean with parameters of type BulkMoveHelper.DistinctValueResult | |
|---|---|
boolean |
BulkMoveHelper.needsSelection(BulkMoveHelper.DistinctValueResult distinctValue,
Long id,
String valueName)
Method called by Velocity templates to check if the current DistinctValueResult matches the value specified and thus should be selected. |
boolean |
DefaultBulkMoveHelper.needsSelection(BulkMoveHelper.DistinctValueResult distinctValue,
Long id,
String valueName)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||