| Package | Description |
|---|---|
| net.spreadsheetspace.sdk |
| Modifier and Type | Method and Description |
|---|---|
ViewDescriptor |
Sdk.createPrivateCoedit(String description,
Set<String> recipients,
String[][] table,
String excelTemplate,
boolean isTable,
boolean hasHeaders,
Integer rows,
Integer cols,
boolean encrypt,
boolean tagged)
Create a SpreadSheetSpace Coedit and send it to a specific set of recipients.
|
ViewDescriptor |
Sdk.createPrivateCoedit(String description,
Set<String> recipients,
String[][] table,
String excelTemplate,
boolean isTable,
boolean hasHeaders,
Integer rows,
Integer cols,
boolean encrypt,
boolean tagged,
Timestamp ts)
Create a SpreadSheetSpace Coedit and send it to a specific set of recipients.
|
ViewDescriptor |
Sdk.createPrivateForm(String description,
String recipient,
String[][] table,
String excelTemplate,
boolean isTable,
boolean hasHeaders,
Integer rows,
Integer cols,
boolean encrypt,
boolean tagged)
Create a SpreadSheetSpace Form and send it to a specific recipient.
|
ViewDescriptor |
Sdk.createPrivateForm(String description,
String recipient,
String[][] table,
String excelTemplate,
boolean isTable,
boolean hasHeaders,
Integer rows,
Integer cols,
boolean encrypt,
boolean tagged,
Timestamp ts)
Create a SpreadSheetSpace Form and send it to a specific recipient.
|
ViewDescriptor |
Sdk.createPrivateView(String description,
Set<String> recipients,
String[][] table,
String excelTemplate,
boolean isTable,
boolean hasHeaders,
Integer rows,
Integer cols,
boolean encrypt,
boolean tagged)
Create a SpreadSheetSpace View and send it to a specific set of recipients.
|
ViewDescriptor |
Sdk.createPrivateView(String description,
Set<String> recipients,
String[][] table,
String excelTemplate,
boolean isTable,
boolean hasHeaders,
Integer rows,
Integer cols,
boolean encrypt,
boolean tagged,
Timestamp ts)
Create a SpreadSheetSpace View and send it to a specific set of recipients.
|
ViewDescriptor |
Sdk.createPublicView(String description,
String[][] table,
String excelTemplate,
boolean isTable,
boolean hasHeaders,
Integer rows,
Integer cols,
boolean tagged)
Create a SpreadSheetSpace View on the T-Space.
|
ViewDescriptor |
Sdk.createPublicView(String description,
String[][] table,
String excelTemplate,
boolean isTable,
boolean hasHeaders,
Integer rows,
Integer cols,
boolean tagged,
Timestamp ts)
Create a SpreadSheetSpace View on the T-Space.
|
ViewDescriptor |
Sdk.deleteHisotryViews(ViewObj view) |
ViewDescriptor |
Sdk.deleteHistoryView(String viewId,
String viewServer)
Delete the history of a view on SpreadSheetSpace.
|
ViewDescriptor |
Sdk.deleteView(String viewId,
String viewServer)
Delete an owned view on SpreadSheetSpace.
|
ViewDescriptor |
Sdk.deleteViews(List<ViewObj> listView)
Delete owned views on SpreadSheetSpace.
|
ViewDescriptor |
Sdk.publishPublicView(String id,
String view_server,
String comment)
Publish on T-Space of an existing Public View.
|
ViewDescriptor |
Sdk.updateView(ViewDescriptor viewDescriptor,
String[][] table,
String excelTemplate,
boolean encrypt,
boolean tagged)
Update the data and the template of an existing SpreadSheetSpace View.
|
ViewDescriptor |
Sdk.updateView(ViewDescriptor viewDescriptor,
String[][] table,
String excelTemplate,
boolean encrypt,
boolean tagged,
boolean forceLock)
Update the data and the template of an existing SpreadSheetSpace View.
|
ViewDescriptor |
Sdk.updateView(ViewDescriptor viewDescriptor,
String[][] table,
String excelTemplate,
boolean encrypt,
boolean tagged,
Timestamp ts)
Update the data and the template of an existing SpreadSheetSpace View.
|
ViewDescriptor |
Sdk.updateView(ViewDescriptor viewDescriptor,
String[][] table,
String excelTemplate,
boolean encrypt,
boolean tagged,
Timestamp ts,
boolean forceLock)
Update the data and the template of an existing SpreadSheetSpace View.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Sdk.subscribeNotificationView(ViewDescriptor viewDescriptor,
NotificationCallback notificationCallback)
Subscription to perform a callback function when you receive an update notification of a specific view.
|
void |
Sdk.unsubscribeNotificationView(ViewDescriptor viewDescriptor)
Deletes a subscription previously created to receive an update of a specific view.
|
ViewDescriptor |
Sdk.updateView(ViewDescriptor viewDescriptor,
String[][] table,
String excelTemplate,
boolean encrypt,
boolean tagged)
Update the data and the template of an existing SpreadSheetSpace View.
|
ViewDescriptor |
Sdk.updateView(ViewDescriptor viewDescriptor,
String[][] table,
String excelTemplate,
boolean encrypt,
boolean tagged,
boolean forceLock)
Update the data and the template of an existing SpreadSheetSpace View.
|
ViewDescriptor |
Sdk.updateView(ViewDescriptor viewDescriptor,
String[][] table,
String excelTemplate,
boolean encrypt,
boolean tagged,
Timestamp ts)
Update the data and the template of an existing SpreadSheetSpace View.
|
ViewDescriptor |
Sdk.updateView(ViewDescriptor viewDescriptor,
String[][] table,
String excelTemplate,
boolean encrypt,
boolean tagged,
Timestamp ts,
boolean forceLock)
Update the data and the template of an existing SpreadSheetSpace View.
|
Copyright © 2025. All rights reserved.