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

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

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

Methods in com.evolveum.midpoint.repo.sql.data.audit that return RAuditEventStage
 RAuditEventStage RAuditEventRecord.getEventStage()
           
static RAuditEventStage RAuditEventStage.toRepo(AuditEventStage stage)
           
static RAuditEventStage RAuditEventStage.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RAuditEventStage[] RAuditEventStage.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 RAuditEventStage
 void RAuditEventRecord.setEventStage(RAuditEventStage eventStage)
           
 



Copyright © 2013 evolveum. All Rights Reserved.