Uses of Class
org.nuxeo.ecm.core.api.security.ACE.Status
-
Packages that use ACE.Status Package Description org.nuxeo.ecm.core.api.security The core interfaces for managing security (access rights) in Nuxeo Core. -
-
Uses of ACE.Status in org.nuxeo.ecm.core.api.security
Methods in org.nuxeo.ecm.core.api.security that return ACE.Status Modifier and Type Method Description ACE.Status
ACE. getStatus()
Returns the status of this ACE.static ACE.Status
ACE.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static ACE.Status[]
ACE.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-