Package | Description |
---|---|
com.evolveum.midpoint.audit.api | |
com.evolveum.midpoint.repo.sql.data.audit |
Modifier and Type | Method and Description |
---|---|
AuditEventStage |
AuditEventRecord.getEventStage() |
static AuditEventStage |
AuditEventStage.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
void |
AuditEventRecord.setEventStage(AuditEventStage eventStage) |
Constructor and Description |
---|
AuditEventRecord(AuditEventType eventType,
AuditEventStage eventStage) |
Modifier and Type | Method and Description |
---|---|
AuditEventStage |
RAuditEventStage.getStage() |
Modifier and Type | Method and Description |
---|---|
static RAuditEventStage |
RAuditEventStage.toRepo(AuditEventStage stage) |
Copyright © 2013 evolveum. All rights reserved.