|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LabelUtil
Utility to generate Label JQL strings.
| Method Summary | |
|---|---|
String |
getLabelJql(com.atlassian.crowd.embedded.api.User user,
Long customFieldId,
String label)
Given a label and custom field Id, this utility returns a JQL string to search for this label in the custom field provided |
String |
getLabelJql(User user,
Long customFieldId,
String label)
Given a label and custom field Id, this utility returns a JQL string to search for this label in the custom field provided |
String |
getLabelJql(com.atlassian.crowd.embedded.api.User user,
String label)
Given a label this utility returns a JQL string to search for this label in the system labels field |
String |
getLabelJql(User user,
String label)
Given a label this utility returns a JQL string to search for this label in the system labels field |
String |
getLabelJqlForProject(com.atlassian.crowd.embedded.api.User user,
Long projectId,
Long customFieldId,
String label)
Given a label, project id and custom field id, this utility returns a JQL string to search for this label in the label custom field, limited by the project provided |
String |
getLabelJqlForProject(User user,
Long projectId,
Long customFieldId,
String label)
Given a label, project id and custom field id, this utility returns a JQL string to search for this label in the label custom field, limited by the project provided |
String |
getLabelJqlForProject(com.atlassian.crowd.embedded.api.User user,
Long projectId,
String label)
Given a label and project id, this utility returns a JQL string to search for this label in the label system field, limited by the project provided |
String |
getLabelJqlForProject(User user,
Long projectId,
String label)
Given a label and project id, this utility returns a JQL string to search for this label in the label system field, limited by the project provided |
| Method Detail |
|---|
String getLabelJql(com.atlassian.crowd.embedded.api.User user,
String label)
user - The user running the searchlabel - The label string to search for
String getLabelJql(User user,
String label)
user - The user running the searchlabel - The label string to search for
String getLabelJql(com.atlassian.crowd.embedded.api.User user,
Long customFieldId,
String label)
user - The user running the searchcustomFieldId - The CustomField Id of the labels custom fieldlabel - The label string to search for
String getLabelJql(User user,
Long customFieldId,
String label)
user - The user running the searchcustomFieldId - The CustomField Id of the labels custom fieldlabel - The label string to search for
String getLabelJqlForProject(com.atlassian.crowd.embedded.api.User user,
Long projectId,
String label)
user - The user running the searchprojectId - The project to limit the searchlabel - The label string to search for
String getLabelJqlForProject(User user,
Long projectId,
String label)
user - The user running the searchprojectId - The project to limit the searchlabel - The label string to search for
String getLabelJqlForProject(com.atlassian.crowd.embedded.api.User user,
Long projectId,
Long customFieldId,
String label)
user - The user running the searchprojectId - The project to limit the searchcustomFieldId - The CustomField Id of the labels custom fieldlabel - The label string to search for
String getLabelJqlForProject(User user,
Long projectId,
Long customFieldId,
String label)
user - The user running the searchprojectId - The project to limit the searchcustomFieldId - The CustomField Id of the labels custom fieldlabel - The label string to search for
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||