Package | Description |
---|---|
com.deltek.enterprise.system.applicationinterface.mboard |
Modifier and Type | Method and Description |
---|---|
MBFolderPermissionInterface.FolderPermissionLevel |
MBFolderPermissionInterface.getPermissionLevel() |
static MBFolderPermissionInterface.FolderPermissionLevel |
MBFolderPermissionInterface.FolderPermissionLevel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MBFolderPermissionInterface.FolderPermissionLevel[] |
MBFolderPermissionInterface.FolderPermissionLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MBManagerInterface.addFolderPermission(MBFolderInterface fldr,
java.lang.String userEmail,
MBFolderPermissionInterface.FolderPermissionLevel level)
Add user to folder permissions.
|
void |
MBManagerInterface.addFolderPermission(java.lang.String path,
java.lang.String userEmail,
MBFolderPermissionInterface.FolderPermissionLevel level)
Add user to folder permissions.
|
void |
MBManagerInterface.setFolderPermissions(MBFolderInterface fldr,
java.util.List<java.lang.String> users,
MBFolderPermissionInterface.FolderPermissionLevel level)
Set folder permission to specified level for multiple users
|
void |
MBFolderPermissionInterface.setPermissionLevel(MBFolderPermissionInterface.FolderPermissionLevel permissionLevel) |