Uses of Class
eu.semiramis.identityaggregator.client.Audit.AppLogEventId

Uses of Audit.AppLogEventId in eu.semiramis.identityaggregator.client
 

Methods in eu.semiramis.identityaggregator.client that return Audit.AppLogEventId
static Audit.AppLogEventId Audit.AppLogEventId.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Audit.AppLogEventId[] Audit.AppLogEventId.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in eu.semiramis.identityaggregator.client with parameters of type Audit.AppLogEventId
 void Audit.audit(Audit.Level level, javax.servlet.ServletRequest request, Audit.AppLogEventId eventId, java.lang.Exception ex)
           
 void Audit.audit(Audit.Level level, javax.servlet.ServletRequest request, Audit.AppLogEventId eventId, java.lang.String msg)
           
 void Audit.audit(Audit.Level level, eu.semiramis.commons.audit.Transaction transaction, Audit.AppLogEventId eventId, java.lang.Exception ex)
           
 void Audit.audit(Audit.Level level, eu.semiramis.commons.audit.Transaction transaction, Audit.AppLogEventId eventId, java.lang.String msg)