Uses of Class
com.xpn.xwiki.web.ObjectPolicyType
-
Packages that use ObjectPolicyType Package Description com.xpn.xwiki.web -
-
Uses of ObjectPolicyType in com.xpn.xwiki.web
Methods in com.xpn.xwiki.web that return ObjectPolicyType Modifier and Type Method Description static ObjectPolicyType
ObjectPolicyType. forName(String name)
ObjectPolicyType
EditForm. getObjectPolicy()
Return the object policy given in the HTTP request.static ObjectPolicyType
ObjectPolicyType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ObjectPolicyType[]
ObjectPolicyType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-