ItemPolicyValues
Provides a set of predefined values for configuring item policies within a Container.
Constructors
ItemPolicyValues
public void ItemPolicyValues()
Fields
ALL
Allows all Context users to perform actions on item.
public static final ItemPolicyValue ALL
DEFAULT
Uses the default value provided by the Bridge.
public static final ItemPolicyValue DEFAULT
INHERIT
Uses the value inherited from the Context.
public static final ItemPolicyValue INHERIT
ITEM_OWNER
Allows the item's owner to perform actions on item.
public static final ItemPolicyComplexValue ITEM_OWNER
MANAGER
Allows the container's managers to perform actions on item.
public static final ItemPolicyComplexValue MANAGER
NONE
Prevents actions from being performed on item.
public static final ItemPolicyValue NONE
OWNER
Allows the container's owner to perform actions on item.
public static final ItemPolicyComplexValue OWNER
USER
Allows all the container's users to perform actions on item.
public static final ItemPolicyComplexValue USER