Package | Description |
---|---|
com.blackberry.workspaces.sdk.api | |
com.blackberry.workspaces.sdk.api.json | |
com.blackberry.workspaces.sdk.api.resource |
Modifier and Type | Field and Description |
---|---|
DocumentJson |
UploadResult.FullDocInfo
FullDocInfo
|
Modifier and Type | Method and Description |
---|---|
DocumentJson |
SubmitIfNewJson.getDocument() |
DocumentJson |
LastDocWithActivityJson.getDocumentJson() |
Modifier and Type | Method and Description |
---|---|
void |
SubmitIfNewJson.setDocument(DocumentJson document) |
void |
LastDocWithActivityJson.setDocumentJson(DocumentJson documentJson) |
Modifier and Type | Method and Description |
---|---|
DocumentJson |
Documents.copyDocumentsFromInboxV30(CopyDocumentFromInboxJson copyDocumentFromInboxJson)
Submits files in the WD Exchange.
|
DocumentJson |
Files.copyDocumentsFromInboxV30(CopyDocumentFromInboxJson copyDocumentFromInboxJson)
Submits files in the WD Exchange.
|
DocumentJson |
Rooms.copyDocumentsFromRoomsToExchangeV30(CopyDocumentFromRoomJson copyDocumentFromRoomJson)
Submits files in Sent items.
|
DocumentJson |
Workspaces.copyDocumentsFromRoomsToExchangeV30(CopyDocumentFromRoomJson copyDocumentFromRoomJson)
Submits files in Sent items.
|
DocumentJson |
Rooms.getDocumentInfoV30(String guid,
String roomId)
Gets information about a specific file in a workspace.
|
DocumentJson |
Workspaces.getDocumentInfoV30(String guid,
String roomId)
Gets information about a specific file in a workspace.
|
DocumentJson |
Documents.getInfoV30(String guid,
boolean fetchEvenIfDeleted,
boolean markAsExplicit)
Gets information about the uploaded file.
|
DocumentJson |
Files.getInfoV30(String guid,
boolean fetchEvenIfDeleted,
boolean markAsExplicit)
Gets information about the uploaded file.
|
Modifier and Type | Method and Description |
---|---|
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<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.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> |
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.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> |
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> |
Rooms.searchDocumentsForAdminV30(SearchDocumentsVdrJson searchDocumentsVdrJson)
For use in Admin console: Search for files in workspaces according to a
search string.
|
PagingItemListJson<DocumentJson> |
Workspaces.searchDocumentsForAdminV30(SearchDocumentsVdrJson searchDocumentsVdrJson)
For use in Admin console: 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<DocumentJson> |
Workspaces.searchDocumentsV30(SearchDocumentsVdrJson searchDocumentsVdrJson)
For use in MyDox: Search for files in workspaces according to a search
string.
|
ItemListJson<DocumentJson> |
Documents.submitDocumentsV30(SubmitDocumentSdsJson submitDocumentSdsJson)
Submits files in Inbox/Sent items.
|
ItemListJson<DocumentJson> |
Files.submitDocumentsV30(SubmitDocumentSdsJson submitDocumentSdsJson)
Submits files in Inbox/Sent items.
|
Copyright © 2019. All rights reserved.