Uses of Class
fr.gouv.vitam.scheduler.server.job.auditobject.AuditProcessState
-
Packages that use AuditProcessState Package Description fr.gouv.vitam.scheduler.server.job.auditobject -
-
Uses of AuditProcessState in fr.gouv.vitam.scheduler.server.job.auditobject
Methods in fr.gouv.vitam.scheduler.server.job.auditobject that return AuditProcessState Modifier and Type Method Description static AuditProcessState
AuditProcessState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AuditProcessState[]
AuditProcessState. values()
Returns an array containing the constants of this enum type, in the order they are declared.static AuditProcessState
AuditProcessState. wrap(ProcessState state)
-