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