com.atlassian.jira.issue.search.parameters
Interface CustomFieldParameter

All Superinterfaces:
SearchParameter

public interface CustomFieldParameter
extends SearchParameter

This intefrace extends the SearchParameter interface and should be implemented for limiting the search based on custom fields.

See Also:
CustomField

Method Summary
 CustomField getCustomField()
          This method returns the custom field (CustomField) that this parameter relates to.
 void setCustomField(CustomField customField)
          This method sets the custom field (CustomField) that this parameter relates to.
 void setCustomField(String pId)
          This method sets the custom field (CustomField) that this parameter relates to.
 
Methods inherited from interface com.atlassian.jira.issue.search.SearchParameter
addValue, getName, getQueryString, getValues, getXml, isValid, setName, setXml
 

Method Detail

getCustomField

CustomField getCustomField()
This method returns the custom field (CustomField) that this parameter relates to.

Returns:
a related custom field

setCustomField

void setCustomField(CustomField customField)
This method sets the custom field (CustomField) that this parameter relates to.

Parameters:
customField - related custom field

setCustomField

void setCustomField(String pId)
This method sets the custom field (CustomField) that this parameter relates to.

Parameters:
pId - custom


Copyright © 2002-2009 Atlassian. All Rights Reserved.