Uses of Class
org.nuxeo.ecm.admin.permissions.PurgeWorkStatus.State
-
Packages that use PurgeWorkStatus.State Package Description org.nuxeo.ecm.admin.permissions -
-
Uses of PurgeWorkStatus.State in org.nuxeo.ecm.admin.permissions
Methods in org.nuxeo.ecm.admin.permissions that return PurgeWorkStatus.State Modifier and Type Method Description static PurgeWorkStatus.State
PurgeWorkStatus.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static PurgeWorkStatus.State[]
PurgeWorkStatus.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.nuxeo.ecm.admin.permissions with parameters of type PurgeWorkStatus.State Constructor Description PurgeWorkStatus(PurgeWorkStatus.State state)
-