Uses of Class
org.apache.syncope.client.console.rest.NotificationRestClient
-
-
Uses of NotificationRestClient in org.apache.syncope.client.console
Methods in org.apache.syncope.client.console that return NotificationRestClient Modifier and Type Method Description NotificationRestClientIdRepoConsoleContext. notificationRestClient() -
Uses of NotificationRestClient in org.apache.syncope.client.console.notifications
Fields in org.apache.syncope.client.console.notifications declared as NotificationRestClient Modifier and Type Field Description protected NotificationRestClientNotificationDirectoryPanel. notificationRestClientprotected NotificationRestClientNotificationWizardBuilder. notificationRestClientConstructors in org.apache.syncope.client.console.notifications with parameters of type NotificationRestClient Constructor Description MailTemplateDirectoryPanel(String id, NotificationRestClient restClient, PageReference pageRef)NotificationDirectoryPanel(String id, NotificationRestClient restClient, PageReference pageRef)NotificationWizardBuilder(NotificationTO notificationTO, NotificationRestClient notificationRestClient, AnyTypeRestClient anyTypeRestClient, ImplementationRestClient implementationRestClient, SchemaRestClient schemaRestClient, IModel<List<EventCategory>> eventCategories, PageReference pageRef)TemplateModal(BaseModal<MailTemplateTO> modal, NotificationRestClient restClient, MailTemplateTO templateTO, PageReference pageRef) -
Uses of NotificationRestClient in org.apache.syncope.client.console.pages
Fields in org.apache.syncope.client.console.pages declared as NotificationRestClient Modifier and Type Field Description protected NotificationRestClientNotifications. notificationRestClient -
Uses of NotificationRestClient in org.apache.syncope.client.console.widgets
Fields in org.apache.syncope.client.console.widgets declared as NotificationRestClient Modifier and Type Field Description protected NotificationRestClientJobActionPanel. notificationRestClientprotected NotificationRestClientJobWidget. notificationRestClient
-