Interface DetailViewFieldService
- All Known Implementing Classes:
DetailViewFieldServiceImpl
public interface DetailViewFieldService
Services to retrieve
DetailViewField
entries for use in
the "view" UI (as opposed to configuration). For all configuration needs, use DetailViewFieldConfigurationService
.- Since:
- v6.0.3
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionServiceOutcome<List<? extends com.atlassian.jira.issue.fields.Field>>
getDetailViewFields
(RapidView rapidView) Retrieve the fields that are currently configured and valid for the givenRapidView
.
-
Method Details
-
getDetailViewFields
@Nonnull ServiceOutcome<List<? extends com.atlassian.jira.issue.fields.Field>> getDetailViewFields(@Nonnull RapidView rapidView) Retrieve the fields that are currently configured and valid for the givenRapidView
.- Parameters:
rapidView
- the view- Returns:
- the outcome
-