Represents a named entitlement mask in the system. Masks are bit positions within an int which represent a logical action
such
as read, write, vote, etc. The values contained in WSEntitlementMask instances can be OR'ed together into an integer which
is
passed as the 'mask' argument to
EntitlementService
methods.
Type Template
<...>
<ID>xs:long</ID>
<objectType>xs:int</objectType>
<mask>xs:int</mask>
<name>xs:string</name>
<...>Note: Element descriptions are split into information that's
relevant when you're creating an instance of this type and information
relevant when you're receiving an instance of it. Occasionally these
will differ.
Elements
| Element |
Description |
| ID
|
- Setting
- Set the unique id of this object.
- Getting
|
| mask
|
- Setting
- Sets the mask value
- Getting
- Returns the mask value
|
| name
|
- Setting
- Sets the name of the mask.
- Getting
- Returns the name of the mask. For example, 'Create'.
|
| objectType
|
- Setting
- Sets the object type of the jive object.
- Getting
|