public interface IssueViewFieldParams
Modifier and Type | Method and Description |
---|---|
Set<String> |
getCustomFieldIds()
Method returns set of custom field ids requested for view.
|
Set<String> |
getFieldIds()
Method returns set of field ids requested for view.
|
Set<String> |
getOrderableFieldIds()
Method returns set of orderable field ids requested for view.
|
boolean |
isAllCustomFields()
Method returns true if allcustom parameter in url was specified, otherwise false
|
boolean |
isAnyFieldDefined()
Method returns true if any valid field was specified in url parameters
|
boolean |
isCustomViewRequested()
Method returns true if custom issue view was requested by specyfing "field" parameter in request url
|
Set<String> getFieldIds()
Set<String> getCustomFieldIds()
Set<String> getOrderableFieldIds()
boolean isAllCustomFields()
boolean isAnyFieldDefined()
boolean isCustomViewRequested()
Copyright © 2002-2018 Atlassian. All Rights Reserved.