Uses of Enum Class
com.evolveum.midpoint.audit.api.AuditEventStage
Packages that use AuditEventStage
-
Uses of AuditEventStage in com.evolveum.midpoint.audit.api
Methods in com.evolveum.midpoint.audit.api that return AuditEventStageModifier and TypeMethodDescriptionstatic AuditEventStageAuditEventStage.fromSchemaValue(AuditEventStageType stage) AuditEventRecord.getEventStage()static AuditEventStageReturns the enum constant of this class with the specified name.static AuditEventStage[]AuditEventStage.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.evolveum.midpoint.audit.api with parameters of type AuditEventStageModifier and TypeMethodDescriptionvoidAuditEventRecord.setEventStage(AuditEventStage eventStage) static AuditEventStageTypeAuditEventStage.toSchemaValue(AuditEventStage stage) Constructors in com.evolveum.midpoint.audit.api with parameters of type AuditEventStageModifierConstructorDescriptionAuditEventRecord(AuditEventType eventType, AuditEventStage eventStage)