GuidJson |
Documents.generateGuidV30() |
Generates a new GUID for a new file that is about to be uploaded.
|
GuidJson |
Files.generateGuidV30() |
Generates a new GUID for a new file that is about to be uploaded.
|
GuidJson |
IManageWorkspaces.generateGuidV30() |
Creates file GUID for new or updated files.
|
GuidJson |
IManageWorkspaces.generateGuidV30(GenerateTransientDocumentGuidJson generateTransientDocumentGuidJson) |
Creates file GUID for new file in a workspace context.
|
GuidJson |
Rooms.generateGuidV30(String roomId) |
Creates a GUID for a new file.
|
GuidJson |
TransientWorkspaces.generateGuidV30() |
Creates file GUID for new or updated files.
|
GuidJson |
TransientWorkspaces.generateGuidV30(GenerateTransientDocumentGuidJson generateTransientDocumentGuidJson) |
Creates file GUID for new file in a workspace context.
|
GuidJson |
Workspaces.generateGuidV30(String roomId) |
Creates a GUID for a new file.
|
GuidJson |
Rooms.getDocumentGUIDV30(String roomId,
GetGuidByFolderAndNameJson getGuidByFolderAndNameJson) |
Gets a document GUID.
|
GuidJson |
Workspaces.getDocumentGUIDV30(String roomId,
GetGuidByFolderAndNameJson getGuidByFolderAndNameJson) |
Gets a document GUID.
|
GuidJson |
Rooms.uploadBlobV30(String roomId,
File data,
DeviceType deviceType,
String documentName,
String fileName,
Long start) |
Uploads a file to a workspace and generates a new GUID for it.
|
GuidJson |
Workspaces.uploadBlobV30(String roomId,
File data,
DeviceType deviceType,
String documentName,
String fileName,
Long start) |
Uploads a file to a workspace and generates a new GUID for it.
|