| java.lang.Object | |
| ↳ | com.atlassian.jira.issue.fields.screen.FieldScreenRendererFactoryImpl |
Default implementation of the FieldScreenRendererFactory.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Obtain a field screen renderer that can be used to render JIRA's fields for the passed arguments.
| |||||||||||
Returns a
FieldScreenRenderer that represents a 'field screen' with the fields the ids of which
are in fieldIds. | |||||||||||
Obtain a field screen renderer that can be used to render JIRA's fields when transitioning through the passed workflow.
| |||||||||||
Obtain a field screen renderer that can be used to render JIRA's fields for the passed arguments.
| |||||||||||
Used when need to populate a field without showing a screen - e.g.
| |||||||||||
Obtain a field screen renderer that can be used to render JIRA's fields for the passed arguments.
| |||||||||||
Obtain a field screen renderer that can be used to render JIRA's fields for the passed arguments.
| |||||||||||
Get a renderer that can be used to render the fields when transitioning a collection of issues through workflow.
| |||||||||||
Obtain a field screen renderer that can be used to render JIRA's fields when transitioning through the passed workflow.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.jira.issue.fields.screen.FieldScreenRendererFactory
| |||||||||||
Obtain a field screen renderer that can be used to render JIRA's fields for the passed arguments. Only the fields
that match the passed predicate will be included in the returned FieldScreenRenderer.
| remoteUser | the current user |
|---|---|
| issue | the issue to be rendered. |
| issueOperation | the current issue operation. |
| predicate | only fields that cause ths predicate to return true will be returned in the FieldScreenRenderer |
Returns a FieldScreenRenderer that represents a 'field screen' with the fields the ids of which
are in fieldIds. The returned Field Renderer places all given fields on one tab.
| fieldIds | the fields to create the renderer for. |
|---|---|
| remoteUser | the current user |
| issue | the issue to be rendered. |
| issueOperation | the current issue operation. |
Obtain a field screen renderer that can be used to render JIRA's fields when transitioning through the passed workflow.
| remoteUser | the current user |
|---|---|
| issue | the issue to be rendered. |
| actionDescriptor | the current workflow action descriptor |
Obtain a field screen renderer that can be used to render JIRA's fields for the passed arguments.
Only the fields that match the passed predicate will be included in the returned FieldScreenRenderer.
| issue | the issue to be rendered. |
|---|---|
| issueOperation | the current issue operation. |
| predicate | only fields that cause ths predicate to return true will be returned in the FieldScreenRenderer |
Used when need to populate a field without showing a screen - e.g. When using a UpdateIssueFieldFunction in workflow
| issue | the currentIssue. |
|---|
Obtain a field screen renderer that can be used to render JIRA's fields for the passed arguments.
| issue | the issue to be rendered. |
|---|---|
| issueOperation | the current issue operation. |
Obtain a field screen renderer that can be used to render JIRA's fields for the passed arguments.
| remoteUser | the current user |
|---|---|
| issue | the issue to be rendered. |
| issueOperation | the current issue operation. |
| onlyShownCustomFields | if true will only return custom fields in the FieldScreenRenderer, otherwise all fields will be returned. |
Get a renderer that can be used to render the fields when transitioning a collection of issues through workflow.
| issues | the issues to be rendered. |
|---|---|
| actionDescriptor | current workflow action descriptor |
Obtain a field screen renderer that can be used to render JIRA's fields when transitioning through the passed workflow.
| issue | the issue to be rendered. |
|---|---|
| actionDescriptor | the current workflow action descriptor |