Uses of Class
org.alfresco.rest.framework.Api.SCOPE
-
Packages that use Api.SCOPE Package Description org.alfresco.rest.framework -
-
Uses of Api.SCOPE in org.alfresco.rest.framework
Methods in org.alfresco.rest.framework that return Api.SCOPE Modifier and Type Method Description Api.SCOPE
Api. getScope()
Api.SCOPE
scope()
static Api.SCOPE
Api.SCOPE. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Api.SCOPE[]
Api.SCOPE. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-