Uses of Class
com.evolveum.midpoint.xml.ns._public.common.audit_3.AuditEventStageType
-
Packages that use AuditEventStageType Package Description com.evolveum.midpoint.web.page.admin.reports.dto com.evolveum.midpoint.xml.ns._public.common.audit_3 -
-
Uses of AuditEventStageType in com.evolveum.midpoint.web.page.admin.reports.dto
Methods in com.evolveum.midpoint.web.page.admin.reports.dto that return AuditEventStageType Modifier and Type Method Description AuditEventStageType
AuditSearchDto. getEventStage()
Methods in com.evolveum.midpoint.web.page.admin.reports.dto with parameters of type AuditEventStageType Modifier and Type Method Description void
AuditSearchDto. setEventStage(AuditEventStageType eventStage)
-
Uses of AuditEventStageType in com.evolveum.midpoint.xml.ns._public.common.audit_3
Methods in com.evolveum.midpoint.xml.ns._public.common.audit_3 that return AuditEventStageType Modifier and Type Method Description static AuditEventStageType
AuditEventStageType. fromValue(String v)
AuditEventStageType
AuditEventRecordType. getEventStage()
static AuditEventStageType
AuditEventStageType. valueOf(String name)
Returns the enum constant of this type with the specified name.static AuditEventStageType[]
AuditEventStageType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.evolveum.midpoint.xml.ns._public.common.audit_3 with parameters of type AuditEventStageType Modifier and Type Method Description AuditEventRecordType
AuditEventRecordType. eventStage(AuditEventStageType value)
void
AuditEventRecordType. setEventStage(AuditEventStageType value)
-