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)
Adds the administrators by folder id.
|
void |
copyItem(String itemId,
String destinationFolderId,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
Copy item.
|
void |
copyItems(List<String> idsItem,
String destinationFolderId,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
Copy items.
|
void |
createExternalUrl(FileModel parentFileModel,
String name,
String description,
String url,
com.google.gwt.user.client.rpc.AsyncCallback<FileModel> callback)
Creates the external url.
|
void |
createFolder(String nameFolder,
String description,
FileModel parent,
com.google.gwt.user.client.rpc.AsyncCallback<FolderModel> callback)
Creates the folder.
|
void |
createSmartFolder(String name,
String description,
String query,
String parentId,
com.google.gwt.user.client.rpc.AsyncCallback<SmartFolderModel> callback)
Creates the smart folder.
|
void |
deleteListItemsForIds(List<String> ids,
com.google.gwt.user.client.rpc.AsyncCallback<List<GarbageItem>> callback) |
void |
executeOperationOnTrash(List<String> listTrashItemIds,
WorkspaceTrashOperation operation,
com.google.gwt.user.client.rpc.AsyncCallback<TrashOperationContent> callback)
Execute operation on trash.
|
void |
getAccountingHistory(String identifier,
com.google.gwt.user.client.rpc.AsyncCallback<List<GxtAccountingField>> callback)
Gets the accounting history.
|
void |
getAccountingReaders(String identifier,
com.google.gwt.user.client.rpc.AsyncCallback<List<GxtAccountingField>> callback)
Gets the accounting readers.
|
void |
getACLBySharedFolderId(String identifier,
com.google.gwt.user.client.rpc.AsyncCallback<WorkspaceACL> callback)
Gets the ACL by shared folder id.
|
void |
getACLs(com.google.gwt.user.client.rpc.AsyncCallback<List<WorkspaceACL>> callback)
Gets the AC ls.
|
void |
getACLsDescriptionForWorkspaceItemById(String workspaceItemId,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
Gets the AC ls description for workspace item by id.
|
void |
getAdministratorsByFolderId(String identifier,
com.google.gwt.user.client.rpc.AsyncCallback<List<InfoContactModel>> callback)
Gets the administrators by folder id.
|
void |
getAllContacts(com.google.gwt.user.client.rpc.AsyncCallback<List<InfoContactModel>> callback)
Gets the all contacts.
|
void |
getAllScope(com.google.gwt.user.client.rpc.AsyncCallback<List<ScopeModel>> callback)
Gets the all scope.
|
void |
getAllSmartFolders(com.google.gwt.user.client.rpc.AsyncCallback<List<SmartFolderModel>> callback)
Gets the all smart folders.
|
void |
getChildrenSubTreeToRootByIdentifier(String itemIdentifier,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<SubTree>> callback)
Gets the children sub tree to root by identifier.
|
void |
getDetailsFile(FileModel item,
com.google.gwt.user.client.rpc.AsyncCallback<FileDetailsModel> callback)
Gets the details file.
|
void |
getFolderChildren(FolderModel folder,
com.google.gwt.user.client.rpc.AsyncCallback<List<FileModel>> callback)
Gets the folder children.
|
void |
getFolderChildrenForFileGrid(FileModel folder,
com.google.gwt.user.client.rpc.AsyncCallback<List<FileGridModel>> callback)
Gets the folder children for file grid.
|
void |
getFolderChildrenForFileGridById(String folderId,
com.google.gwt.user.client.rpc.AsyncCallback<List<FileGridModel>> callback)
Gets the folder children for file grid by id.
|
void |
getHTMLGcubeItemProperties(String itemId,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
Gets the HTML gcube item properties.
|
void |
getImageById(String identifier,
boolean isInteralImage,
boolean fullDetails,
com.google.gwt.user.client.rpc.AsyncCallback<GWTWorkspaceItem> callback)
Gets the image by id.
|
void |
getItemCreationDateById(String itemId,
com.google.gwt.user.client.rpc.AsyncCallback<Date> asyncCallback)
Gets the item creation date by id.
|
void |
getItemDescriptionById(String identifier,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
Gets the item description by id.
|
void |
getItemForFileGrid(String itemId,
com.google.gwt.user.client.rpc.AsyncCallback<FileGridModel> callback)
Gets the item for file grid.
|
void |
getItemForFileTree(String itemId,
com.google.gwt.user.client.rpc.AsyncCallback<FileModel> asyncCallback) |
void |
getItemsBySearchName(String text,
String folderId,
com.google.gwt.user.client.rpc.AsyncCallback<List<FileGridModel>> callback)
Gets the items by search name.
|
void |
getListParentsByItemIdentifier(String itemIdentifier,
boolean includeItemAsParent,
com.google.gwt.user.client.rpc.AsyncCallback<List<FileModel>> callback)
Gets the list parents by item identifier.
|
void |
getListUserSharedByFolderSharedId(String itemId,
com.google.gwt.user.client.rpc.AsyncCallback<List<InfoContactModel>> callback)
Gets the list user shared by folder shared id.
|
void |
getListUserSharedBySharedItem(String sharedItemId,
com.google.gwt.user.client.rpc.AsyncCallback<List<InfoContactModel>> callback)
Gets the list user shared by shared item.
|
void |
getMyLogin(com.google.gwt.user.client.rpc.AsyncCallback<UserBean> callback)
Gets the my login.
|
void |
getOwnerByItemId(String itemId,
com.google.gwt.user.client.rpc.AsyncCallback<InfoContactModel> callback)
Gets the owner by item id.
|
void |
getParentByItemId(String identifier,
com.google.gwt.user.client.rpc.AsyncCallback<FileModel> asyncCallback)
Gets the parent by item id.
|
void |
getPublicLinkForFolderItemId(String itemId,
boolean shortenUrl,
com.google.gwt.user.client.rpc.AsyncCallback<PublicLink> callback)
Gets the public link for folder item id.
|
void |
getRootForTree(com.google.gwt.user.client.rpc.AsyncCallback<FolderModel> callback)
Gets the root for tree.
|
void |
getRootForTree(String scopeId,
com.google.gwt.user.client.rpc.AsyncCallback<FolderModel> callback)
Gets the root for tree.
|
void |
getShortUrl(String longUrl,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
Gets the short url.
|
void |
getSmartFolderResultsByCategory(String category,
com.google.gwt.user.client.rpc.AsyncCallback<List<FileGridModel>> callback)
Gets the smart folder results by category.
|
void |
getSmartFolderResultsById(String folderId,
com.google.gwt.user.client.rpc.AsyncCallback<List<FileGridModel>> callback)
Gets the smart folder results by id.
|
void |
getTimeSeriesById(String identifier,
com.google.gwt.user.client.rpc.AsyncCallback<GWTWorkspaceItem> callback)
Gets the time series by id.
|
void |
getTrashContent(com.google.gwt.user.client.rpc.AsyncCallback<List<FileTrashedModel>> callback)
Gets the trash content.
|
void |
getUrlById(String identifier,
boolean isInternalUrl,
boolean fullDetails,
com.google.gwt.user.client.rpc.AsyncCallback<GWTWorkspaceItem> callback)
Gets the url by id.
|
void |
getURLFromApplicationProfile(String oid,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
Gets the URL from application profile.
|
void |
getUrlWebDav(String itemId,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
Gets the url web dav.
|
void |
getUserACLForFolderId(String folderId,
com.google.gwt.user.client.rpc.AsyncCallback<List<ExtendedWorkspaceACL>> callback)
Gets the user acl for folder id.
|
void |
getUsersManagerToSharedFolder(String folderId,
com.google.gwt.user.client.rpc.AsyncCallback<List<InfoContactModel>> callback)
Gets the users manager to shared folder.
|
void |
getUserWorkspaceQuote(com.google.gwt.user.client.rpc.AsyncCallback<WorkspaceUserQuote> callback)
Gets the user workspace quote.
|
void |
getUserWorkspaceSize(com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
Gets the user workspace size.
|
void |
getUserWorkspaceTotalItems(com.google.gwt.user.client.rpc.AsyncCallback<Long> callback)
Gets the user workspace total items.
|
void |
isSessionExpired(com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
Checks if is session expired.
|
void |
itemExistsInWorkpaceFolder(String parentId,
String itemName,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
Item exists in workpace folder.
|
void |
loadGcubeItemProperties(String itemId,
com.google.gwt.user.client.rpc.AsyncCallback<Map<String,String>> asyncCallback)
Load gcube item properties.
|
void |
loadLastModificationDateById(String itemId,
com.google.gwt.user.client.rpc.AsyncCallback<Date> callback)
Load last modification date by id.
|
void |
loadSizeByItemId(String itemId,
com.google.gwt.user.client.rpc.AsyncCallback<Long> asyncCallback)
Load size by item id.
|
void |
moveItem(String itemId,
String destinationId,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
Move item.
|
void |
moveItems(List<String> ids,
String destinationId,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
Move items.
|
void |
removeItem(String itemId,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
Removes the item.
|
void |
removeSmartFolder(String itemId,
String name,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
Removes the smart folder.
|
void |
renameItem(String itemId,
String newName,
String oldName,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
Rename item.
|
void |
sendToById(List<String> listContactsId,
List<String> listAttachmentsId,
String subject,
String text,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
Send to by id.
|
void |
setACLs(String folderId,
List<String> listLogins,
String aclType,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
Sets the ac ls.
|
void |
setGcubeItemProperties(String itemId,
Map<String,String> properties,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
Sets the gcube item properties.
|
void |
setValueInSession(String name,
String value,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
Sets the value in session.
|
void |
shareFolder(FileModel folder,
List<InfoContactModel> listContacts,
boolean isNewFolder,
WorkspaceACL acl,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
Share folder.
|
void |
unSharedFolderByFolderSharedId(String folderSharedId,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
Un shared folder by folder shared id.
|
void |
updateACLForVREbyGroupName(String folderId,
String aclType,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
Update acl for vr eby group name.
|
void |
updateTrashContent(WorkspaceTrashOperation operation,
com.google.gwt.user.client.rpc.AsyncCallback<TrashContent> callback)
Update trash content.
|
void |
validateACLToUser(String folderId,
List<String> listLogins,
String aclType,
com.google.gwt.user.client.rpc.AsyncCallback<ReportAssignmentACL> callback)
Validate acl to user.
|
void getUserWorkspaceSize(com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
callback
- the callbackvoid getRootForTree(com.google.gwt.user.client.rpc.AsyncCallback<FolderModel> callback)
callback
- the callbackvoid getRootForTree(String scopeId, com.google.gwt.user.client.rpc.AsyncCallback<FolderModel> callback)
scopeId
- the scope idcallback
- the callbackvoid getFolderChildren(FolderModel folder, com.google.gwt.user.client.rpc.AsyncCallback<List<FileModel>> callback)
folder
- the foldercallback
- the callbackvoid getFolderChildrenForFileGrid(FileModel folder, com.google.gwt.user.client.rpc.AsyncCallback<List<FileGridModel>> callback)
folder
- the foldercallback
- the callbackvoid moveItem(String itemId, String destinationId, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
itemId
- the item iddestinationId
- the destination idcallback
- the callbackvoid removeItem(String itemId, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
itemId
- the item idcallback
- the callbackvoid renameItem(String itemId, String newName, String oldName, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
itemId
- the item idnewName
- the new nameoldName
- the old namecallback
- the callbackvoid createFolder(String nameFolder, String description, FileModel parent, com.google.gwt.user.client.rpc.AsyncCallback<FolderModel> callback)
nameFolder
- the name folderdescription
- the descriptionparent
- the parentcallback
- the callbackvoid getDetailsFile(FileModel item, com.google.gwt.user.client.rpc.AsyncCallback<FileDetailsModel> callback)
item
- the itemcallback
- the callbackvoid getChildrenSubTreeToRootByIdentifier(String itemIdentifier, com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<SubTree>> callback)
itemIdentifier
- the item identifiercallback
- the callbackvoid getItemsBySearchName(String text, String folderId, com.google.gwt.user.client.rpc.AsyncCallback<List<FileGridModel>> callback)
text
- the textcallback
- the callbackvoid getSmartFolderResultsByCategory(String category, com.google.gwt.user.client.rpc.AsyncCallback<List<FileGridModel>> callback)
category
- the categorycallback
- the callbackvoid createSmartFolder(String name, String description, String query, String parentId, com.google.gwt.user.client.rpc.AsyncCallback<SmartFolderModel> callback)
name
- the namedescription
- the descriptionquery
- the querycallback
- the callbackvoid getSmartFolderResultsById(String folderId, com.google.gwt.user.client.rpc.AsyncCallback<List<FileGridModel>> callback)
folderId
- the folder idcallback
- the callbackvoid getAllSmartFolders(com.google.gwt.user.client.rpc.AsyncCallback<List<SmartFolderModel>> callback)
callback
- the callbackvoid getImageById(String identifier, boolean isInteralImage, boolean fullDetails, com.google.gwt.user.client.rpc.AsyncCallback<GWTWorkspaceItem> callback)
identifier
- the identifierisInteralImage
- the is interal imagefullDetails
- the full detailscallback
- the callbackvoid getUrlById(String identifier, boolean isInternalUrl, boolean fullDetails, com.google.gwt.user.client.rpc.AsyncCallback<GWTWorkspaceItem> callback)
identifier
- the identifierisInternalUrl
- the is internal urlfullDetails
- the full detailscallback
- the callbackvoid createExternalUrl(FileModel parentFileModel, String name, String description, String url, com.google.gwt.user.client.rpc.AsyncCallback<FileModel> callback)
parentFileModel
- the parent file modelname
- the namedescription
- the descriptionurl
- the urlcallback
- the callbackvoid setValueInSession(String name, String value, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
name
- the namevalue
- the valuecallback
- the callbackvoid removeSmartFolder(String itemId, String name, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
itemId
- the item idname
- the namecallback
- the callbackvoid getAllScope(com.google.gwt.user.client.rpc.AsyncCallback<List<ScopeModel>> callback)
callback
- the callbackvoid getAllContacts(com.google.gwt.user.client.rpc.AsyncCallback<List<InfoContactModel>> callback)
callback
- the callbackvoid sendToById(List<String> listContactsId, List<String> listAttachmentsId, String subject, String text, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
listContactsId
- the list contacts idlistAttachmentsId
- the list attachments idsubject
- the subjecttext
- the textcallback
- the callbackvoid copyItem(String itemId, String destinationFolderId, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
itemId
- the item iddestinationFolderId
- the destination folder idcallback
- the callbackvoid getUrlWebDav(String itemId, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
itemId
- the item idcallback
- the callbackvoid getTimeSeriesById(String identifier, com.google.gwt.user.client.rpc.AsyncCallback<GWTWorkspaceItem> callback)
identifier
- the identifiercallback
- the callbackvoid shareFolder(FileModel folder, List<InfoContactModel> listContacts, boolean isNewFolder, WorkspaceACL acl, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
folder
- the folderlistContacts
- the list contactsisNewFolder
- the is new folderacl
- the aclcallback
- the callbackvoid getListUserSharedByFolderSharedId(String itemId, com.google.gwt.user.client.rpc.AsyncCallback<List<InfoContactModel>> callback)
itemId
- the item idcallback
- the callbackvoid unSharedFolderByFolderSharedId(String folderSharedId, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
folderSharedId
- the folder shared idcallback
- the callbackvoid getListParentsByItemIdentifier(String itemIdentifier, boolean includeItemAsParent, com.google.gwt.user.client.rpc.AsyncCallback<List<FileModel>> callback)
itemIdentifier
- the item identifierincludeItemAsParent
- the include item as parentcallback
- the callbackvoid getURLFromApplicationProfile(String oid, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
oid
- the oidcallback
- the callbackvoid getOwnerByItemId(String itemId, com.google.gwt.user.client.rpc.AsyncCallback<InfoContactModel> callback)
itemId
- the item idcallback
- the callbackvoid itemExistsInWorkpaceFolder(String parentId, String itemName, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
parentId
- the parent iditemName
- the item namecallback
- the callbackvoid getListUserSharedBySharedItem(String sharedItemId, com.google.gwt.user.client.rpc.AsyncCallback<List<InfoContactModel>> callback)
sharedItemId
- the shared item idcallback
- the callbackvoid getItemCreationDateById(String itemId, com.google.gwt.user.client.rpc.AsyncCallback<Date> asyncCallback)
itemId
- the item idasyncCallback
- the async callbackvoid loadSizeByItemId(String itemId, com.google.gwt.user.client.rpc.AsyncCallback<Long> asyncCallback)
itemId
- the item idasyncCallback
- the async callbackvoid loadLastModificationDateById(String itemId, com.google.gwt.user.client.rpc.AsyncCallback<Date> callback)
itemId
- the item idcallback
- the callbackvoid getParentByItemId(String identifier, com.google.gwt.user.client.rpc.AsyncCallback<FileModel> asyncCallback)
identifier
- the identifierasyncCallback
- the async callbackvoid getAccountingReaders(String identifier, com.google.gwt.user.client.rpc.AsyncCallback<List<GxtAccountingField>> callback)
identifier
- the identifiercallback
- the callbackvoid getAccountingHistory(String identifier, com.google.gwt.user.client.rpc.AsyncCallback<List<GxtAccountingField>> callback)
identifier
- the identifiercallback
- the callbackvoid getItemForFileGrid(String itemId, com.google.gwt.user.client.rpc.AsyncCallback<FileGridModel> callback)
itemId
- the item idcallback
- the callbackvoid getItemForFileTree(String itemId, com.google.gwt.user.client.rpc.AsyncCallback<FileModel> asyncCallback)
itemId
- asyncCallback
- void getFolderChildrenForFileGridById(String folderId, com.google.gwt.user.client.rpc.AsyncCallback<List<FileGridModel>> callback)
folderId
- the folder idcallback
- the callbackvoid getShortUrl(String longUrl, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
longUrl
- the long urlcallback
- the callbackvoid getPublicLinkForFolderItemId(String itemId, boolean shortenUrl, com.google.gwt.user.client.rpc.AsyncCallback<PublicLink> callback)
itemId
- the item idshortenUrl
- the shorten urlcallback
- the callbackvoid isSessionExpired(com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
callback
- the callbackvoid deleteListItemsForIds(List<String> ids, com.google.gwt.user.client.rpc.AsyncCallback<List<GarbageItem>> callback)
void copyItems(List<String> idsItem, String destinationFolderId, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
idsItem
- the ids itemdestinationFolderId
- the destination folder idcallback
- the callbackvoid moveItems(List<String> ids, String destinationId, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
ids
- the idsdestinationId
- the destination idcallback
- the callbackvoid getACLs(com.google.gwt.user.client.rpc.AsyncCallback<List<WorkspaceACL>> callback)
callback
- the callbackvoid setACLs(String folderId, List<String> listLogins, String aclType, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
folderId
- the folder idlistLogins
- the list loginsaclType
- the acl typecallback
- the callbackvoid getMyLogin(com.google.gwt.user.client.rpc.AsyncCallback<UserBean> callback)
callback
- the callbackvoid updateACLForVREbyGroupName(String folderId, String aclType, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
folderId
- the folder idaclType
- the acl typecallback
- the callbackvoid getUserACLForFolderId(String folderId, com.google.gwt.user.client.rpc.AsyncCallback<List<ExtendedWorkspaceACL>> callback)
folderId
- the folder idcallback
- the callbackvoid getTrashContent(com.google.gwt.user.client.rpc.AsyncCallback<List<FileTrashedModel>> callback)
callback
- the callbackvoid updateTrashContent(WorkspaceTrashOperation operation, com.google.gwt.user.client.rpc.AsyncCallback<TrashContent> callback)
operation
- the operationcallback
- the callbackvoid getACLsDescriptionForWorkspaceItemById(String workspaceItemId, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
workspaceItemId
- the workspace item idcallback
- the callbackvoid getUsersManagerToSharedFolder(String folderId, com.google.gwt.user.client.rpc.AsyncCallback<List<InfoContactModel>> callback)
folderId
- the folder idcallback
- the callbackvoid executeOperationOnTrash(List<String> listTrashItemIds, WorkspaceTrashOperation operation, com.google.gwt.user.client.rpc.AsyncCallback<TrashOperationContent> callback)
listTrashItemIds
- the list trash item idsoperation
- the operationcallback
- the callbackvoid addAdministratorsByFolderId(String folderId, List<String> listLogins, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
folderId
- the folder idlistLogins
- the list loginscallback
- the callbackvoid getAdministratorsByFolderId(String identifier, com.google.gwt.user.client.rpc.AsyncCallback<List<InfoContactModel>> callback)
identifier
- the identifiercallback
- the callbackvoid getACLBySharedFolderId(String identifier, com.google.gwt.user.client.rpc.AsyncCallback<WorkspaceACL> callback)
identifier
- the identifiercallback
- the callbackvoid getUserWorkspaceTotalItems(com.google.gwt.user.client.rpc.AsyncCallback<Long> callback)
callback
- the callbackvoid getUserWorkspaceQuote(com.google.gwt.user.client.rpc.AsyncCallback<WorkspaceUserQuote> callback)
callback
- the callbackvoid getItemDescriptionById(String identifier, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
identifier
- the identifiercallback
- the callbackvoid validateACLToUser(String folderId, List<String> listLogins, String aclType, com.google.gwt.user.client.rpc.AsyncCallback<ReportAssignmentACL> callback)
folderId
- the folder idlistLogins
- the list loginsaclType
- the acl typecallback
- the callbackvoid loadGcubeItemProperties(String itemId, com.google.gwt.user.client.rpc.AsyncCallback<Map<String,String>> asyncCallback)
itemId
- the item idasyncCallback
- the async callbackvoid getHTMLGcubeItemProperties(String itemId, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
itemId
- the item idcallback
- the callbackCopyright © 2016. All Rights Reserved.