Modifier and Type | Method and Description |
---|---|
WorkspaceACL |
GWTWorkspaceService.getACLBySharedFolderId(String identifier)
Gets the ACL by shared folder id.
|
Modifier and Type | Method and Description |
---|---|
List<WorkspaceACL> |
GWTWorkspaceService.getACLs()
Gets the AC ls.
|
Modifier and Type | Method and Description |
---|---|
boolean |
GWTWorkspaceService.shareFolder(FileModel folder,
List<InfoContactModel> listContacts,
boolean isNewFolder,
WorkspaceACL acl)
Share folder.
|
void |
GWTWorkspaceServiceAsync.shareFolder(FileModel folder,
List<InfoContactModel> listContacts,
boolean isNewFolder,
WorkspaceACL acl,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
Share folder.
|
Modifier and Type | Method and Description |
---|---|
void |
GWTWorkspaceServiceAsync.getACLBySharedFolderId(String identifier,
com.google.gwt.user.client.rpc.AsyncCallback<WorkspaceACL> callback)
Gets the ACL by shared folder id.
|
void |
GWTWorkspaceServiceAsync.getACLs(com.google.gwt.user.client.rpc.AsyncCallback<List<WorkspaceACL>> callback)
Gets the AC ls.
|
Modifier and Type | Method and Description |
---|---|
static com.google.gwt.user.client.ui.AbstractImagePrototype |
GetPermissionIconByACL.getImage(WorkspaceACL acl) |
Modifier and Type | Method and Description |
---|---|
WorkspaceACL |
DialogShareFolder.getSelectedACL()
Gets the selected acl.
|
WorkspaceACL |
PanelPermission.getSelectedACL() |
WorkspaceACL |
PanelTogglePermission.getSelectedACL() |
Modifier and Type | Method and Description |
---|---|
void |
PanelTogglePermission.selectACL(WorkspaceACL acl) |
Constructor and Description |
---|
PanelPermission(List<WorkspaceACL> acls) |
PanelTogglePermission(List<WorkspaceACL> acls) |
Modifier and Type | Method and Description |
---|---|
WorkspaceACL |
DialogPermission.getSelectedACL() |
Modifier and Type | Method and Description |
---|---|
WorkspaceACL |
GWTWorkspaceServiceImpl.getACLBySharedFolderId(String identifier) |
Modifier and Type | Method and Description |
---|---|
List<WorkspaceACL> |
GWTWorkspaceServiceImpl.getACLs()
Gets the AC ls.
|
List<WorkspaceACL> |
GWTWorkspaceBuilder.getWorkspaceACLFromACLs(List<org.gcube.common.homelibrary.home.workspace.accessmanager.ACLType> types)
Gets the workspace acl from ac ls.
|
Modifier and Type | Method and Description |
---|---|
boolean |
GWTWorkspaceServiceImpl.shareFolder(FileModel folder,
List<InfoContactModel> listContacts,
boolean isNewFolder,
WorkspaceACL acl) |
Modifier and Type | Class and Description |
---|---|
class |
ExtendedWorkspaceACL |
Copyright © 2016. All Rights Reserved.