Uses of Class
org.apache.syncope.common.lib.audit.EventCategory
-
-
Uses of EventCategory in org.apache.syncope.client.console.events
Method parameters in org.apache.syncope.client.console.events with type arguments of type EventCategory Modifier and Type Method Description protected static List<String>EventCategoryPanel. filter(List<EventCategory> categories, AuditElements.EventCategoryType type)protected static List<String>EventCategoryPanel. filter(List<EventCategory> categories, AuditElements.EventCategoryType type, String category)Constructors in org.apache.syncope.client.console.events with parameters of type EventCategory Constructor Description EventSelectionPanel(String id, EventCategory eventCategory, IModel<List<String>> model)Constructor parameters in org.apache.syncope.client.console.events with type arguments of type EventCategory Constructor Description EventCategoryPanel(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 EventCategory Modifier and Type Field Description protected IModel<List<EventCategory>>NotificationDirectoryPanel. eventCategoriesprotected IModel<List<EventCategory>>NotificationWizardBuilder. eventCategoriesConstructor parameters in org.apache.syncope.client.console.notifications with type arguments of type EventCategory Constructor Description NotificationWizardBuilder(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 EventCategory Modifier and Type Field Description protected 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 Modifier and Type Method Description List<EventCategory>AuditRestClient. listEvents() -
Uses of EventCategory in org.apache.syncope.common.lib.types
Methods in org.apache.syncope.common.lib.types that return types with arguments of type EventCategory Modifier and Type Method Description static Pair<EventCategory,AuditElements.Result>AuditLoggerName. parseEventCategory(String event) -
Uses of EventCategory in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return types with arguments of type EventCategory Modifier and Type Method Description List<EventCategory>AuditService. events()Returns the list of all managed events in audit. -
Uses of EventCategory in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic with type parameters of type EventCategory Modifier and Type Field Description protected static List<EventCategory>AuditLogic. EVENTSMethods in org.apache.syncope.core.logic that return types with arguments of type EventCategory Modifier and Type Method Description List<EventCategory>AuditLogic. events() -
Uses of EventCategory in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type EventCategory Modifier and Type Method Description List<EventCategory>AuditServiceImpl. events()
-