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

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

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

Methods in com.evolveum.midpoint.audit.api that return AuditEventStage
 AuditEventStage AuditEventRecord.getEventStage()
           
static AuditEventStage AuditEventStage.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AuditEventStage[] AuditEventStage.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 AuditEventStage
 void AuditEventRecord.setEventStage(AuditEventStage eventStage)
           
 

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



Copyright © 2012 evolveum. All Rights Reserved.