Uses of Class
com.evolveum.midpoint.audit.api.AuditEventType

Packages that use AuditEventType
com.evolveum.midpoint.audit.api   
com.evolveum.midpoint.repo.sql.data.audit   
 

Uses of AuditEventType in com.evolveum.midpoint.audit.api
 

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

Methods in com.evolveum.midpoint.audit.api with parameters of type AuditEventType
 void AuditEventRecord.setEventType(AuditEventType eventType)
           
 

Constructors in com.evolveum.midpoint.audit.api with parameters of type AuditEventType
AuditEventRecord(AuditEventType eventType)
           
AuditEventRecord(AuditEventType eventType, AuditEventStage eventStage)
           
 

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

Methods in com.evolveum.midpoint.repo.sql.data.audit that return AuditEventType
 AuditEventType RAuditEventType.getType()
           
 

Methods in com.evolveum.midpoint.repo.sql.data.audit with parameters of type AuditEventType
static RAuditEventType RAuditEventType.toRepo(AuditEventType type)
           
 



Copyright © 2013 evolveum. All Rights Reserved.