Package | Description |
---|---|
com.blackberry.workspaces.api.sdk.resource |
Modifier and Type | Method and Description |
---|---|
PagingItemListJson<BaseJson> |
Search.autoCompleteV30(AutocompleteRequestJson autocompleteRequestJson)
Autocomplete route
|
PagingItemListJson<CountingRoomEntityJson> |
Workspaces.entityPagedListV30(ListRoomEntitiesJson listRoomEntitiesJson)
List the room entities (groups/domain/everyone) that are members of the
room.
|
PagingItemListJson<CountingRoomEntityJson> |
Rooms.entityPagedListV30(ListRoomEntitiesJson listRoomEntitiesJson)
List the room entities (groups/domain/everyone) that are members of the
room.
|
PagingItemListJson<GroupLogRecordJson> |
Organizations.exportGroupLogByIdsToJsonV30(GroupsLogByIdsJson groupsLogByIdsJson)
Exports the groups log to JSON.
|
PagingItemListJson<GroupLogRecordJson> |
Organizations.exportGroupLogByRoomsToJsonV30(GroupsLogByRoomsJson groupsLogByRoomsJson)
Exports the room groups log to JSON.
|
PagingItemListJson<GroupLogRecordJson> |
Organizations.exportGroupLogToJsonV30(BaseLogJson baseLogJson)
Exports the distribution lists entries in group log to JSON.
|
PagingItemListJson<GroupLogRecordJson> |
Workspaces.exportGroupLogToJsonV30(String roomId,
BaseLogJson baseLogJson)
Exports the workspace groups log to JSON.
|
PagingItemListJson<GroupLogRecordJson> |
Rooms.exportGroupLogToJsonV30(String roomId,
BaseLogJson baseLogJson)
Exports the workspace groups log to JSON.
|
PagingItemListJson<OrganizationRoleLogRecordJson> |
Organizations.exportOrganizationRoleLogToJsonV30(BaseLogJson baseLogJson)
Exports the organization role log to JSON.
|
PagingItemListJson<ActivityLogRecordJson> |
Files.getActivityLogV30(GetDocumentActivityLogRequestJson getDocumentActivityLogRequestJson)
Gets activity log for a file in WD.
|
PagingItemListJson<ActivityLogRecordJson> |
Documents.getActivityLogV30(GetDocumentActivityLogRequestJson getDocumentActivityLogRequestJson)
Gets activity log for a file in WD.
|
PagingItemListJson<ActivityLogRecordJson> |
IManageWorkspaces.getActivityLogV30(GetIManageDocumentActivityLogRequestJson getIManageDocumentActivityLogRequestJson)
Gets activity log for a file in IManage Workspace.
|
PagingItemListJson<ActivityLogRecordJson> |
TransientWorkspaces.getActivityLogV30(GetTransientDocumentActivityLogRequestJson getTransientDocumentActivityLogRequestJson)
Gets activity log for a file in BlackBerry Workspaces.
|
PagingItemListJson<ActivityLogRecordJson> |
Files.getActivityLogV30(String guid,
boolean lastActionPerUser,
Integer pageNumber,
Integer pageSize,
SendNotificationsJson sendNotificationsJson)
Deprecated.
Use
Files#getActivityLogV30(String,
GetDocumentActivityLogRequestJson) instead. |
PagingItemListJson<ActivityLogRecordJson> |
Documents.getActivityLogV30(String guid,
boolean lastActionPerUser,
Integer pageNumber,
Integer pageSize,
SendNotificationsJson sendNotificationsJson)
Deprecated.
Use
Files#getActivityLogV30(String,
GetDocumentActivityLogRequestJson) instead. |
PagingItemListJson<ActivityLogRecordJson> |
Workspaces.getActivityLogV30(String guid,
String roomId,
boolean lastActionPerUser,
Integer pageNumber,
Integer pageSize)
Deprecated.
Use
Files#getActivityLogV30(String,
GetDocumentActivityLogRequestJson) instead. |
PagingItemListJson<ActivityLogRecordJson> |
Rooms.getActivityLogV30(String guid,
String roomId,
boolean lastActionPerUser,
Integer pageNumber,
Integer pageSize)
Deprecated.
Use
Files#getActivityLogV30(String,
GetDocumentActivityLogRequestJson) instead. |
PagingItemListJson<BaseJson> |
Items.getAllFavoritesV30(ListAllFavoriteItemsJson listAllFavoriteItemsJson)
Gets a list of all starred (favorite) items workspaces, documents or
folders for the user
|
PagingItemListJson<ActivityLogRecordJson> |
Files.getDocumentsActivityLogV30(GetDocumentsActivityLogRequestJson getDocumentsActivityLogRequestJson)
Gets activity log for files in WD.
|
PagingItemListJson<ActivityLogRecordJson> |
Documents.getDocumentsActivityLogV30(GetDocumentsActivityLogRequestJson getDocumentsActivityLogRequestJson)
Gets activity log for files in WD.
|
PagingItemListJson<DocumentJson> |
Files.getDocumentsInfoV30(GetDocumentsGuidsInfoJson getDocumentsGuidsInfoJson)
Returns a list of info of all the files that are specified and the
current user is permitted to view .
|
PagingItemListJson<DocumentJson> |
Documents.getDocumentsInfoV30(GetDocumentsGuidsInfoJson getDocumentsGuidsInfoJson)
Returns a list of info of all the files that are specified and the
current user is permitted to view .
|
PagingItemListJson<BaseJson> |
Items.getFavoritesV30(ListFavoriteItemsJson listFavoriteItemsJson)
Gets a list of starred (favorite) items workspaces, documents or
folders for the user under the specified location
|
PagingItemListJson<NotificationJson> |
Notifications.getNotificationsV30(ListNotificationsJson listNotificationsJson)
Lists the user's notifications.
|
PagingItemListJson<SharedWithMeResponseJson> |
Items.getSharedWithMeV30(SharedWithMeJson sharedWithMeJson) |
PagingItemListJson<UserReportJson> |
Organizations.getUserReportV30(UsersReportRequestJson usersReportRequestJson)
Creates a Report about a specific users.
|
PagingItemListJson<DocumentJson> |
Files.getValidDocumentsInfoV30(GetValidDocumentsGuidsInfoJson getValidDocumentsGuidsInfoJson)
Returns a list of info of all the valid files that are specified and
the current user is permitted to view .
|
PagingItemListJson<DocumentJson> |
Documents.getValidDocumentsInfoV30(GetValidDocumentsGuidsInfoJson getValidDocumentsGuidsInfoJson)
Returns a list of info of all the valid files that are specified and
the current user is permitted to view .
|
PagingItemListJson<IManageDocumentJson> |
IManageWorkspaces.getValidIManagePathInfoListV30(GetValidIManagePathInfoListJson getValidIManagePathInfoListJson)
Get info for a valid list paths.
|
PagingItemListJson<TransientDocumentJson> |
TransientWorkspaces.getValidPathInfoListV30(GetValidPathInfoListJson getValidPathInfoListJson)
Get info for a valid list paths.
|
PagingItemListJson<ActiveDirectoryGroupInfoJson> |
Organizations.listActiveDirectoryGroupsV30(ListActiveDirectoryGroupsJson listActiveDirectoryGroupsJson)
Lists the Active Directory groups of the organization.
|
PagingItemListJson<DistributionListJson> |
Organizations.listDistrbutionListsV30(ListDistributionlistsJson listDistributionlistsJson)
Returns a list of all distribution lists for an organization.
|
PagingItemListJson<BaseJson> |
Workspaces.listDocumentsForAdminV30(String roomId,
ListDocumentsVdrJson listDocumentsVdrJson)
Lists all files in a specified workspace for admin console requests.
|
PagingItemListJson<BaseJson> |
Rooms.listDocumentsForAdminV30(String roomId,
ListDocumentsVdrJson listDocumentsVdrJson)
Lists all files in a specified workspace for admin console requests.
|
PagingItemListJson<BaseJson> |
Workspaces.listDocumentsV30(String roomId,
ListDocumentsVdrJson listDocumentsVdrJson)
Requests a list of all files in a specified workspace.
|
PagingItemListJson<BaseJson> |
Rooms.listDocumentsV30(String roomId,
ListDocumentsVdrJson listDocumentsVdrJson)
Requests a list of all files in a specified workspace.
|
PagingItemListJson<DomainJson> |
Organizations.listDomainsV30(ListDomainsJson listDomainsJson)
Lists domains with roles.
|
PagingItemListJson<RecycleBinDocumentJson> |
Files.listExchangesRecycleBinDocumentsV30(ListExchangesRecycleBinDocumentsJson listExchangesRecycleBinDocumentsJson)
Lists files in the Sent items recycle bin/Inbox hidden files.
|
PagingItemListJson<RecycleBinDocumentJson> |
Documents.listExchangesRecycleBinDocumentsV30(ListExchangesRecycleBinDocumentsJson listExchangesRecycleBinDocumentsJson)
Lists files in the Sent items recycle bin/Inbox hidden files.
|
PagingItemListJson<BaseJson> |
IManageWorkspaces.listFoldersAndDocumentsV30(ListIManageFoldersAndDocumentsJson listIManageFoldersAndDocumentsJson)
Retrieves a list of iManage files and folders for a workspace or a
folder.
|
PagingItemListJson<BaseJson> |
TransientWorkspaces.listFoldersAndDocumentsV30(ListTransientFoldersAndDocumentsJson listTransientFoldersAndDocumentsJson)
Retrieves a list of transient files and folders.
|
PagingItemListJson<BaseJson> |
IManageWorkspaces.listMattersV30(ListIManageMattersJson listIManageMattersJson)
Retrieves a list of imanage top level matters and workspaces.
|
PagingItemListJson<ListOrganizationBlacklistingResultJson> |
Organizations.listOrganizationBlacklistingV30(ListOrganizationBlacklistingJson listOrganizationBlacklistingJson)
Lists an organization blacklist.
|
PagingItemListJson<TagRecordJson> |
Organizations.listPagingTagsV30(ListTagsJson listTagsJson)
Lists organization tags, in a page-formatted list.
|
PagingItemListJson<TransientDocumentJson> |
TransientWorkspaces.listStarredDocumentsV30(ListStarredTransientDocumentsJson listStarredTransientDocumentsJson)
List starred files in transient workspace.
|
PagingItemListJson<DocumentJson> |
Files.listV30(ApiDocumentFilter filter,
ApiDocumentOrderSDS order,
boolean orderAscending,
Integer pageNumber,
Integer pageSize)
Returns a list of all the files that the current user is permitted to
view (and are not part of a workspace).
|
PagingItemListJson<DocumentJson> |
Documents.listV30(ApiDocumentFilter filter,
ApiDocumentOrderSDS order,
boolean orderAscending,
Integer pageNumber,
Integer pageSize)
Returns a list of all the files that the current user is permitted to
view (and are not part of a workspace).
|
PagingItemListJson<RecycleBinDocumentJson> |
Workspaces.listWorkspacesRecycleBinDocumentsV30(ListWorkspaceRecycleBinDocumentsJson listWorkspaceRecycleBinDocumentsJson)
Lists files in the workspace Recycle bin.
|
PagingItemListJson<RecycleBinDocumentJson> |
Rooms.listWorkspacesRecycleBinDocumentsV30(ListWorkspaceRecycleBinDocumentsJson listWorkspaceRecycleBinDocumentsJson)
Lists files in the workspace Recycle bin.
|
PagingItemListJson<WorkspaceInfoJson> |
Workspaces.listWorkspacesRecycleBinWorkspacesV30(ListWorkspaceRecycleBinWorkspacesJson listWorkspaceRecycleBinWorkspacesJson)
Lists workspaces in the workspaces Recycle bin.
|
PagingItemListJson<WorkspaceInfoJson> |
Rooms.listWorkspacesRecycleBinWorkspacesV30(ListWorkspaceRecycleBinWorkspacesJson listWorkspaceRecycleBinWorkspacesJson)
Lists workspaces in the workspaces Recycle bin.
|
PagingItemListJson<ActiveDirectoryGroupSuggestionJson> |
Organizations.searchActiveDirectoryGroupsV30(ListActiveDirectoryGroupsSuggestionsJson listActiveDirectoryGroupsSuggestionsJson)
Searches Active Directory groups in the Active Directory server.
|
PagingItemListJson<DocumentJson> |
Workspaces.searchDocumentsForAdminV30(SearchDocumentsVdrJson searchDocumentsVdrJson)
For use in Admin console: Search for files in workspaces according to a
search string.
|
PagingItemListJson<DocumentJson> |
Rooms.searchDocumentsForAdminV30(SearchDocumentsVdrJson searchDocumentsVdrJson)
For use in Admin console: Search for files in workspaces according to a
search string.
|
PagingItemListJson<BaseJson> |
Files.searchDocumentsV30(SearchDocumentsSdsJson searchDocumentsSdsJson)
Searches for a file in the Inbox/Sent items by name or string.
|
PagingItemListJson<BaseJson> |
Documents.searchDocumentsV30(SearchDocumentsSdsJson searchDocumentsSdsJson)
Searches for a file in the Inbox/Sent items by name or string.
|
PagingItemListJson<DocumentJson> |
Workspaces.searchDocumentsV30(SearchDocumentsVdrJson searchDocumentsVdrJson)
For use in MyDox: Search for files in workspaces according to a search
string.
|
PagingItemListJson<DocumentJson> |
Rooms.searchDocumentsV30(SearchDocumentsVdrJson searchDocumentsVdrJson)
For use in MyDox: Search for files in workspaces according to a search
string.
|
PagingItemListJson<ExistingActiveDirectoryGroupSuggestionJson> |
Organizations.searchExistingActiveDirectoryGroupsV30(ListExistingActiveDirectoryGroupsSuggestionsJson listExistingActiveDirectoryGroupsSuggestionsJson)
Searches Active Directory groups that exist in the organization.
|
PagingItemListJson<BaseJson> |
Search.searchV30(SearchRequestJson searchRequestJson)
Main Search Route
|
Copyright © 2019. All rights reserved.