@RemoteServiceRelativePath(value="workspacesharing")
public interface WorkspaceSharingService
extends com.google.gwt.user.client.rpc.RemoteService
Modifier and Type | Method and Description |
---|---|
List<WorkspaceACL> |
getACLs() |
String |
getACLsDescriptionForSharedFolderId(String folderId) |
WorkspaceACL |
getACLsForSharedFolderId(String itemID) |
List<InfoContactModel> |
getAdministratorsByFolderId(String sharedFolderId) |
List<InfoContactModel> |
getAllContacts(boolean readGroupsFromHL,
boolean readGroupsFromPortal) |
FileModel |
getFileModelByWorkpaceItemId(String itemId) |
List<InfoContactModel> |
getInfoContactModelsFromCredential(List<CredentialModel> listAlreadySharedContact) |
List<InfoContactModel> |
getListUserSharedByFolderSharedId(String folderSharedId) |
String |
getMyLogin() |
InfoContactModel |
getOwnerByItemId(String itemId) |
boolean |
isSessionExpired() |
boolean |
shareFolder(FileModel folder,
List<InfoContactModel> listContacts,
boolean isNewFolder,
WorkspaceACL acl) |
List<InfoContactModel> getAllContacts(boolean readGroupsFromHL, boolean readGroupsFromPortal) throws Exception
Exception
List<InfoContactModel> getListUserSharedByFolderSharedId(String folderSharedId) throws Exception
folderSharedId
- Exception
InfoContactModel getOwnerByItemId(String itemId) throws Exception
itemId
- Exception
List<WorkspaceACL> getACLs() throws Exception
Exception
String getMyLogin()
FileModel getFileModelByWorkpaceItemId(String itemId) throws Exception
itemId
- Exception
boolean shareFolder(FileModel folder, List<InfoContactModel> listContacts, boolean isNewFolder, WorkspaceACL acl) throws Exception
folder
- listContacts
- isNewFolder
- acl
- Exception
List<InfoContactModel> getInfoContactModelsFromCredential(List<CredentialModel> listAlreadySharedContact) throws Exception
listAlreadySharedContact
- Exception
List<InfoContactModel> getAdministratorsByFolderId(String sharedFolderId) throws Exception
Exception
WorkspaceACL getACLsForSharedFolderId(String itemID) throws Exception
Exception
Copyright © 2015. All Rights Reserved.