|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.issue.fields.util.FieldPredicates
public final class FieldPredicates
Some predicates that can be used to classift JIRA Field objects.
| Constructor Summary | |
|---|---|
FieldPredicates()
|
|
| Method Summary | |
|---|---|
static Predicate<Field> |
isCustomDateField()
Return a predicate that will return true if the input field is a date custom field. |
static Predicate<Field> |
isCustomField()
Return a predicate that will return true if the input field is a custom field. |
static Predicate<Field> |
isCustomUserField()
Return a predicate that will return true if the input field is a user custom field. |
static Predicate<Field> |
isDateField()
Return a predicate that will return true if the input field is a date field. |
static Predicate<Field> |
isStandardViewIssueCustomField()
Return a predicate that returns true for custom fields that should be displayed in the custom field section of the view issue screen. |
static Predicate<Field> |
isUserField()
Return a predicate that will return true if the input field is a user field. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FieldPredicates()
| Method Detail |
|---|
public static Predicate<Field> isCustomField()
public static Predicate<Field> isDateField()
public static Predicate<Field> isUserField()
public static Predicate<Field> isCustomUserField()
public static Predicate<Field> isCustomDateField()
public static Predicate<Field> isStandardViewIssueCustomField()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||