Uses of Class
org.apache.syncope.common.lib.types.AuditElements.Result
-
Packages that use AuditElements.Result Package Description org.apache.syncope.common.lib.types -
-
Uses of AuditElements.Result in org.apache.syncope.common.lib.types
Methods in org.apache.syncope.common.lib.types that return AuditElements.Result Modifier and Type Method Description AuditElements.ResultAuditLoggerName. getResult()static AuditElements.ResultAuditElements.Result. valueOf(String name)Returns the enum constant of this type with the specified name.static AuditElements.Result[]AuditElements.Result. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.syncope.common.lib.types that return types with arguments of type AuditElements.Result Modifier and Type Method Description static org.apache.commons.lang3.tuple.Pair<EventCategory,AuditElements.Result>AuditLoggerName. parseEventCategory(String event)Methods in org.apache.syncope.common.lib.types with parameters of type AuditElements.Result Modifier and Type Method Description static StringAuditLoggerName. buildEvent(AuditElements.EventCategoryType type, String category, String subcategory, String event, AuditElements.Result condition)Build event string with the following syntax [type]:[category]:[subcategory]:[event]:[maybe result value cond].Constructors in org.apache.syncope.common.lib.types with parameters of type AuditElements.Result Constructor Description AuditLoggerName(AuditElements.EventCategoryType type, String category, String subcategory, String event, AuditElements.Result result)
-