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

Packages that use AuditEventType
com.evolveum.midpoint.audit.api   
 

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(java.lang.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)
           
 



Copyright © 2012 evolveum. All Rights Reserved.