Uses of Class
net.spreadsheetspace.sdk.model.ViewDescriptor
Packages that use ViewDescriptor
-
Uses of ViewDescriptor in net.spreadsheetspace.sdk
Methods in net.spreadsheetspace.sdk that return ViewDescriptorModifier and TypeMethodDescriptionSdk.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.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.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.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.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.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.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.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.Sdk.deleteHisotryViews(ViewObj view) Sdk.deleteHistoryView(String viewId, String viewServer) Delete the history of a view on SpreadSheetSpace.Sdk.deleteView(String viewId, String viewServer) Delete an owned view on SpreadSheetSpace.Sdk.deleteViews(List<ViewObj> listView) Delete owned views on SpreadSheetSpace.Sdk.publishPublicView(String id, String view_server, String comment) Publish on T-Space of an existing Public View.Sdk.updateView(ViewDescriptor viewDescriptor, String[][] table, String excelTemplate, boolean encrypt, boolean tagged) Update the data and the template of an existing SpreadSheetSpace View.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.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.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.Methods in net.spreadsheetspace.sdk with parameters of type ViewDescriptorModifier and TypeMethodDescriptionvoidSdk.subscribeNotificationView(ViewDescriptor viewDescriptor, NotificationCallback notificationCallback) Subscription to perform a callback function when you receive an update notification of a specific view.voidSdk.unsubscribeNotificationView(ViewDescriptor viewDescriptor) Deletes a subscription previously created to receive an update of a specific view.Sdk.updateView(ViewDescriptor viewDescriptor, String[][] table, String excelTemplate, boolean encrypt, boolean tagged) Update the data and the template of an existing SpreadSheetSpace View.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.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.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.