| Package | Description |
|---|---|
| net.spreadsheetspace.sdk | |
| net.spreadsheetspace.sdk.notify | |
| net.spreadsheetspace.sdk.orchestrator |
| Modifier and Type | Method and Description |
|---|---|
ViewDescriptor |
Sdk.deleteViews(List<ViewObj> listView)
Delete owned views on SpreadSheetSpace.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationThread.addViewSubscription(ViewObj viewObj,
NotificationCallback nc) |
void |
NotificationThread.removeViewSubscription(ViewObj viewObj) |
void |
NotificationCallback.updateAvailable(ViewObj viewObj)
This callback is executed when an update event is received for a monitored View.
|
| Modifier and Type | Method and Description |
|---|---|
static ViewObj |
OrchestratorViewsMgmtUtil.getView(String username,
String password,
String token,
String viewId,
String viewServer) |
| Modifier and Type | Method and Description |
|---|---|
static int |
OrchestratorViewsMgmtUtil.deleteViews(String username,
String password,
String token,
List<ViewObj> viewList,
GenericResponse genericResponse) |
static DeleteViewResponse |
OrchestratorViewsMgmtUtil.deleteViewsPrivate(String username,
String password,
String token,
List<ViewObj> viewList) |
Copyright © 2023. All rights reserved.