Uses of Class
com.atlassian.jira.web.bean.BulkMoveHelper.DistinctValueResult

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
 String CustomFieldTypeModuleDescriptorImpl.getBulkMoveHtml(FieldConfig config, Map customFieldValuesHolder, Issue issue, webwork.action.Action action, Map displayParameters, FieldLayoutItem fieldLayoutItem, Map<Long,BulkMoveHelper.DistinctValueResult> distinctValues, BulkMoveHelper bulkMoveHelper)
           
 String CustomFieldTypeModuleDescriptor.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> DefaultBulkMoveHelper.getDistinctValuesForMove(BulkEditBean bulkEditBean, OrderableField orderableField, Function<Issue,Collection<Object>> issueValueResolution, Function<Object,String> nameResolution)
           
 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.
 

Methods in com.atlassian.jira.web.bean with parameters of type BulkMoveHelper.DistinctValueResult
 boolean DefaultBulkMoveHelper.needsSelection(BulkMoveHelper.DistinctValueResult distinctValue, Long id, String valueName)
           
 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.
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.