Constructor and Description |
---|
WorkspaceSmartSharingController(FileModel file,
List<CredentialModel> listAlreadySharedContact) |
WorkspaceSmartSharingController(FileModel file,
List<CredentialModel> listAlreadySharedContact,
boolean readGroupsFromHL,
boolean readGroupsFromPortal) |
Modifier and Type | Method and Description |
---|---|
FileModel |
WorkspaceSharingService.getFileModelByWorkpaceItemId(String itemId) |
Modifier and Type | Method and Description |
---|---|
boolean |
WorkspaceSharingService.shareFolder(FileModel folder,
List<InfoContactModel> listContacts,
boolean isNewFolder,
WorkspaceACL acl) |
void |
WorkspaceSharingServiceAsync.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 |
WorkspaceSharingServiceAsync.getFileModelByWorkpaceItemId(String itemId,
com.google.gwt.user.client.rpc.AsyncCallback<FileModel> callback) |
Modifier and Type | Method and Description |
---|---|
FileModel |
DialogShareWItem.getFileToShare() |
FileModel |
SmartShare.getFileToShare() |
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
|
void |
SmartShare.updateSharingDialog(FileModel fileModel,
List<CredentialModel> listAlreadySharedContact)
Use to modify a shared folder or share an existing folder
|
Modifier and Type | Method and Description |
---|---|
protected FileModel |
GWTWorkspaceSharingBuilder.buildGXTFileModelItem(org.gcube.common.homelibrary.home.workspace.WorkspaceItem item,
FileModel parentFolderModel) |
FileModel |
WorkspaceSharingServiceImpl.getFileModelByWorkpaceItemId(String itemId) |
protected FileModel |
GWTWorkspaceSharingBuilder.setFolderItemType(FileModel fileModel,
org.gcube.common.homelibrary.home.workspace.folder.FolderItem worspaceFolderItem) |
Modifier and Type | Method and Description |
---|---|
protected FileModel |
GWTWorkspaceSharingBuilder.buildGXTFileModelItem(org.gcube.common.homelibrary.home.workspace.WorkspaceItem item,
FileModel parentFolderModel) |
protected FileModel |
GWTWorkspaceSharingBuilder.setFolderItemType(FileModel fileModel,
org.gcube.common.homelibrary.home.workspace.folder.FolderItem worspaceFolderItem) |
boolean |
WorkspaceSharingServiceImpl.shareFolder(FileModel folder,
List<InfoContactModel> listContacts,
boolean isNewFolder,
WorkspaceACL acl) |
Modifier and Type | Class and Description |
---|---|
class |
FolderModel |
Modifier and Type | Method and Description |
---|---|
FileModel |
FileModel.getParentFileModel() |
Modifier and Type | Method and Description |
---|---|
void |
FileModel.setParentFileModel(FileModel parent) |
Constructor and Description |
---|
FileModel(String identifier,
String name,
FileModel parent,
boolean isDirectory,
boolean isShared) |
FolderModel(String identifier,
String name,
FileModel parent,
boolean isDirectory,
boolean isShared,
boolean isVreFolder) |
Copyright © 2015. All Rights Reserved.