Modifier and Type | Method and Description |
---|---|
WorkspaceACL |
GWTWorkspaceService.getACLBySharedFolderId(String identifier) |
Modifier and Type | Method and Description |
---|---|
List<WorkspaceACL> |
GWTWorkspaceService.getACLs() |
Modifier and Type | Method and Description |
---|---|
boolean |
GWTWorkspaceService.shareFolder(FileModel folder,
List<InfoContactModel> listContacts,
boolean isNewFolder,
WorkspaceACL acl) |
void |
GWTWorkspaceServiceAsync.shareFolder(FileModel folder,
List<InfoContactModel> listContacts,
boolean isNewFolder,
WorkspaceACL acl,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
Modifier and Type | Method and Description |
---|---|
void |
GWTWorkspaceServiceAsync.getACLBySharedFolderId(String identifier,
com.google.gwt.user.client.rpc.AsyncCallback<WorkspaceACL> callback) |
void |
GWTWorkspaceServiceAsync.getACLs(com.google.gwt.user.client.rpc.AsyncCallback<List<WorkspaceACL>> callback) |
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() |
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() |
List<WorkspaceACL> |
GWTWorkspaceBuilder.getWorkspaceACLFromACLs(List<org.gcube.common.homelibrary.home.workspace.accessmanager.ACLType> types) |
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 © 2015. All Rights Reserved.