@RemoteServiceRelativePath(value="WorkspaceService")
public interface GWTWorkspaceService
extends com.google.gwt.user.client.rpc.RemoteService
FolderModel getRootForTree() throws Exception
Exception
FolderModel getRootForTree(String scopeId) throws Exception
Exception
List<ScopeModel> getAllScope() throws Exception
Exception
List<FileModel> getFolderChildren(FolderModel folder) throws Exception, SessionExpiredException
Exception
SessionExpiredException
List<FileGridModel> getFolderChildrenForFileGrid(FileModel folder) throws Exception, SessionExpiredException
Exception
SessionExpiredException
FileDetailsModel getDetailsFile(FileModel item) throws Exception
Exception
FolderModel createFolder(String nameFolder, String description, FileModel parent) throws Exception
Exception
ArrayList<SubTree> getChildrenSubTreeToRootByIdentifier(String itemIdentifier) throws Exception
Exception
List<FileGridModel> getSmartFolderResultsByCategory(String category) throws Exception
Exception
SmartFolderModel createSmartFolder(String name, String description, String query) throws Exception
Exception
List<FileGridModel> getSmartFolderResultsById(String folderId) throws Exception
Exception
List<SmartFolderModel> getAllSmartFolders() throws Exception
Exception
GWTWorkspaceItem getImageById(String identifier, boolean isInteralImage, boolean fullDetails) throws Exception
Exception
GWTWorkspaceItem getUrlById(String identifier, boolean isInternalUrl, boolean fullDetails) throws Exception
Exception
FileModel createExternalUrl(FileModel parentFileModel, String name, String description, String url) throws Exception
Exception
void setValueInSession(String name, String value) throws Exception
Exception
List<FileGridModel> getItemsBySearchName(String text) throws Exception
Exception
Boolean renameItem(String itemId, String newName, String oldName) throws Exception
Exception
Boolean removeSmartFolder(String itemId, String name) throws Exception
Exception
List<InfoContactModel> getAllContacts() throws Exception
Exception
boolean sentToByMessageModel(MessageModel message) throws Exception
Exception
boolean sendToById(List<String> listContactsId, List<String> listAttachmentsId, String subject, String text) throws Exception
Exception
List<MessageModel> getAllMessagesReceived() throws Exception
Exception
List<MessageModel> getNewMessagesReceived() throws Exception
Exception
List<MessageModel> getAllMessagesSent() throws Exception
Exception
List<MessageModel> searchInSentMessagesByText(String text) throws Exception
Exception
List<MessageModel> searchInReceivedMessagesByText(String text) throws Exception
Exception
MessageModel getMessageById(String messageIdentifier, String messageType) throws Exception
Exception
boolean saveAttachments(String messageIdentifier, String messageType) throws Exception
Exception
boolean markMessage(String messageIdentifier, String messageType, boolean boolMark, String markType) throws Exception
Exception
boolean deleteMessage(String messageIdentifier, String messageType) throws Exception
Exception
boolean copyItem(String itemId, String destinationFolderId) throws Exception
Exception
List<BulkCreatorModel> getListFolderBulkCreator() throws Exception
Exception
GWTWorkspaceItem getTimeSeriesById(String identifier) throws Exception
Exception
boolean shareFolder(FileModel folder, List<InfoContactModel> listContacts, boolean isNewFolder, WorkspaceACL acl) throws Exception
Exception
List<InfoContactModel> getListUserSharedByFolderSharedId(String itemId) throws Exception
Exception
boolean unSharedFolderByFolderSharedId(String folderSharedId) throws Exception
Exception
List<FileModel> getListParentsByItemIdentifier(String itemIdentifier, boolean includeItemAsParent) throws Exception
Exception
String getURLFromApplicationProfile(String oid) throws Exception
Exception
InfoContactModel getOwnerByItemId(String itemId) throws Exception
Exception
String itemExistsInWorkpaceFolder(String parentId, String itemName) throws Exception
Exception
List<InfoContactModel> getListUserSharedBySharedItem(String sharedItemId) throws Exception
Exception
Date getItemCreationDateById(String itemId) throws Exception
Exception
Date loadLastModificationDateById(String itemId) throws Exception
Exception
List<GxtAccountingField> getAccountingReaders(String identifier) throws Exception
identifier
- Exception
List<GxtAccountingField> getAccountingHistory(String identifier) throws Exception
identifier
- Exception
FileGridModel getItemForFileGrid(String itemId) throws Exception
itemId
- Exception
List<FileGridModel> getFolderChildrenForFileGridById(String folderId) throws Exception, SessionExpiredException
folderId
- Exception
SessionExpiredException
String getPublicLinkForFolderItemId(String itemId, boolean shortenUrl) throws Exception
itemId
- shortenUrl
- Exception
void deleteListItemsForIds(List<String> ids) throws Exception
Exception
boolean copyItems(List<String> idsItem, String destinationFolderId) throws Exception
idsItem
- destinationFolderId
- Exception
Boolean moveItems(List<String> ids, String destinationId) throws Exception
ids
- destinationId
- Exception
List<WorkspaceACL> getACLs() throws Exception
Exception
void setACLs(String folderId, List<String> listLogins, String aclType) throws Exception
Exception
UserBean getMyLogin()
void updateACLForVREbyGroupName(String folderId, String aclType) throws Exception
Exception
List<ExtendedWorkspaceACL> getUserACLForFolderId(String folderId) throws Exception
folderId
- Exception
List<FileTrashedModel> getTrashContent() throws Exception
Exception
String getACLsDescriptionForSharedFolderId(String folderId) throws Exception
folderId
- Exception
List<InfoContactModel> getUsersManagerToSharedFolder(String folderId) throws Exception
folderId
- Exception
TrashContent updateTrashContent(WorkspaceTrashOperation operation) throws Exception
listTrashItemIds
- operation
- Exception
TrashOperationContent executeOperationOnTrash(List<String> listTrashItemIds, WorkspaceTrashOperation operation) throws Exception
listTrashItemIds
- operation
- Exception
boolean addAdministratorsByFolderId(String folderId, List<String> listContactIds) throws Exception
Exception
List<InfoContactModel> getAdministratorsByFolderId(String identifier) throws Exception
Exception
WorkspaceACL getACLBySharedFolderId(String identifier) throws Exception
Exception
long getUserWorkspaceTotalItems() throws Exception
Exception
WorkspaceUserQuote getUserWorkspaceQuote() throws Exception
Exception
Copyright © 2015. All Rights Reserved.