Code Review
/
sdc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
3911f2ad7bd7635813134163f8089e976785edcf
[sdc.git]
/
1
package org.openecomp.sdc.itempermissions.impl.types;
2
3
/**
4
* Created by ayalaben on 6/26/2017
5
*/
6
public enum PermissionActionTypes {
7
8
Create_Item,
9
Change_Item_Permissions,
10
Edit_Item,
11
Commit_Item,
12
Delete_Item,
13
Submit_Item;
14
15
}