Uses of Class
org.apache.syncope.client.console.events.EventCategory
Packages that use EventCategory
Package
Description
-
Uses of EventCategory in org.apache.syncope.client.console.events
Method parameters in org.apache.syncope.client.console.events with type arguments of type EventCategoryModifier and TypeMethodDescriptionEventCategoryPanel.filter
(List<EventCategory> categories, OpEvent.CategoryType type) EventCategoryPanel.filter
(List<EventCategory> categories, OpEvent.CategoryType type, String category) Constructors in org.apache.syncope.client.console.events with parameters of type EventCategoryModifierConstructorDescriptionEventSelectionPanel
(String id, EventCategory eventCategory, IModel<List<String>> model) Constructor parameters in org.apache.syncope.client.console.events with type arguments of type EventCategoryModifierConstructorDescriptionEventCategoryPanel
(String id, List<EventCategory> eventCategories, IModel<List<String>> model) -
Uses of EventCategory in org.apache.syncope.client.console.notifications
Fields in org.apache.syncope.client.console.notifications with type parameters of type EventCategoryModifier and TypeFieldDescriptionprotected final IModel
<List<EventCategory>> NotificationDirectoryPanel.eventCategories
protected final IModel
<List<EventCategory>> NotificationWizardBuilder.eventCategories
Constructor parameters in org.apache.syncope.client.console.notifications with type arguments of type EventCategoryModifierConstructorDescriptionNotificationWizardBuilder
(NotificationTO notificationTO, NotificationRestClient notificationRestClient, AnyTypeRestClient anyTypeRestClient, ImplementationRestClient implementationRestClient, SchemaRestClient schemaRestClient, IModel<List<EventCategory>> eventCategories, PageReference pageRef) -
Uses of EventCategory in org.apache.syncope.client.console.pages
Fields in org.apache.syncope.client.console.pages with type parameters of type EventCategoryModifier and TypeFieldDescriptionprotected final IModel
<List<EventCategory>> Audit.eventCategories
-
Uses of EventCategory in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest that return types with arguments of type EventCategory