Uses of Class
com.evolveum.midpoint.repo.sql.data.audit.RAuditEventType

Packages that use RAuditEventType
com.evolveum.midpoint.repo.sql.data.audit   
 

Uses of RAuditEventType in com.evolveum.midpoint.repo.sql.data.audit
 

Methods in com.evolveum.midpoint.repo.sql.data.audit that return RAuditEventType
 RAuditEventType RAuditEventRecord.getEventType()
           
static RAuditEventType RAuditEventType.toRepo(AuditEventType type)
           
static RAuditEventType RAuditEventType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RAuditEventType[] RAuditEventType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.evolveum.midpoint.repo.sql.data.audit with parameters of type RAuditEventType
 void RAuditEventRecord.setEventType(RAuditEventType eventType)
           
 



Copyright © 2013 evolveum. All Rights Reserved.