Interface NotificationSchemeBeanFactory
- All Known Implementing Classes:
NotificationSchemeBeanFactoryImpl
public interface NotificationSchemeBeanFactory
- Since:
- v6.5
-
Method Summary
Modifier and TypeMethodDescriptioncreateNotificationSchemeBean
(NotificationScheme notificationScheme, List<NotificationSchemeExpandParam> expand) io.atlassian.fugue.Either<ErrorCollection,
List<NotificationSchemeExpandParam>> parseExpandQuery
(String expandQueryParameter)
-
Method Details
-
createNotificationSchemeBean
NotificationSchemeBean createNotificationSchemeBean(NotificationScheme notificationScheme, List<NotificationSchemeExpandParam> expand) -
parseExpandQuery
io.atlassian.fugue.Either<ErrorCollection,List<NotificationSchemeExpandParam>> parseExpandQuery(@Nullable String expandQueryParameter)
-