Uses of Class
com.blackberry.workspaces.sdk.api.json.DocumentJson
-
Packages that use DocumentJson Package Description com.blackberry.workspaces.sdk.api com.blackberry.workspaces.sdk.api.json com.blackberry.workspaces.sdk.api.resource -
-
Uses of DocumentJson in com.blackberry.workspaces.sdk.api
Fields in com.blackberry.workspaces.sdk.api declared as DocumentJson Modifier and Type Field Description DocumentJson
UploadResult. FullDocInfo
FullDocInfo -
Uses of DocumentJson in com.blackberry.workspaces.sdk.api.json
Methods in com.blackberry.workspaces.sdk.api.json that return DocumentJson Modifier and Type Method Description DocumentJson
SubmitIfNewJson. getDocument()
DocumentJson
LastDocWithActivityJson. getDocumentJson()
Methods in com.blackberry.workspaces.sdk.api.json with parameters of type DocumentJson Modifier and Type Method Description void
SubmitIfNewJson. setDocument(DocumentJson document)
void
LastDocWithActivityJson. setDocumentJson(DocumentJson documentJson)
-
Uses of DocumentJson in com.blackberry.workspaces.sdk.api.resource
Methods in com.blackberry.workspaces.sdk.api.resource that return DocumentJson Modifier and Type Method 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.Methods in com.blackberry.workspaces.sdk.api.resource that return types with arguments of type DocumentJson Modifier and Type Method 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.
-