OrgPrivileges Class |
Namespace: Packflow.Modeling
public static class OrgPrivileges
The OrgPrivileges type exposes the following members.
Name | Description | |
---|---|---|
AllPrivileges |
Gets the list of all standard privileges.
| |
Item_AllPrivileges |
Gets the list of privileges applied on items.
| |
Item_Assistant |
Gets the Assistant privilege, applied on items.
This privilege grants the following permissions: Create, Read and Update.
| |
Item_Follower |
Gets the Follower privilege, applied on items. This privilege grants the Read permission.
| |
Item_Owner |
Gets the Owner privilege, applied on items.
This privilege grants the following permissions:
Create, Read, Update, Delete, GotoNextStep, GotoAnyStep and ReassignTasks.
| |
Item_Responsible |
Gets the Responsible privilege, applied on items.
This privilege grants the following permissions: Create, Read, Update and GotoNextStep.
|
Name | Description | |
---|---|---|
GetPrivilegeByKey(String) |
Gets a privilege by its key.
| |
GetPrivilegeByKey(String, Model) |
Gets a privilege by its key in the standard privileges and in the specified model's custom privileges.
| |
GetPrivilegeByKey(ReadOnlyCollectionOrgItemPrivilege, String) |
Searches for an item privilege by its key in a given collection of privileges.
| |
GetPrivilegeByKey(ReadOnlyCollectionOrgPrivilege, String) |
Searches for a privilege by its key in a given collection of privileges.
|
Name | Description | |
---|---|---|
Item_Assistant_Key |
Key of the Assistant privilege, applied on items.
| |
Item_Follower_Key |
Key of the Follower privilege, applied on items.
| |
Item_Owner_Key |
Key of the Owner privilege, applied on items.
| |
Item_Responsible_Key |
Key of the Responsible privilege, applied on items.
|