Modifier and Type | Method and Description |
---|---|
ACL_TYPE |
WorkspaceSharingController.getDefaultPermission() |
Constructor and Description |
---|
WorkspaceSharingController(String itemId,
boolean shareOnlyOwner,
ACL_TYPE defaultPermission)
This controller instancing sharing dialog
|
WorkspaceSharingController(String itemId,
boolean shareOnlyOwner,
ACL_TYPE defaultPermission,
boolean readGroupsFromHL,
boolean readGroupsFromPortal)
This controller instancing sharing dialog
|
Modifier and Type | Method and Description |
---|---|
void |
DialogShareWItem.updateSharingDialog(FileModel fileModel,
boolean shareOnlyOwner,
ACL_TYPE defaultACL)
Use to modify a shared folder or share an existing folder
|
Constructor and Description |
---|
PanelTogglePermission(List<WorkspaceACL> acls,
ACL_TYPE defaultACL) |
Modifier and Type | Method and Description |
---|---|
ACL_TYPE |
WorkspaceACL.getAclType() |
static ACL_TYPE |
ACL_TYPE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ACL_TYPE[] |
ACL_TYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
WorkspaceACL.setAclType(ACL_TYPE aclType) |
Constructor and Description |
---|
WorkspaceACL(String serverId,
ACL_TYPE aclType,
String label,
boolean defaultValue,
WorkspaceACL.USER_TYPE userType,
String description) |
Copyright © 2015. All Rights Reserved.