Code Review
/
sdc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
3d1b8a82d7e3961879329a269fcdfad991b494d2
[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
Submit_Item;
13
14
}