Uses of Class
net.spreadsheetspace.sdk.orchestrator.model.ViewObj
Packages that use ViewObj
Package
Description
-
Uses of ViewObj in net.spreadsheetspace.sdk
Methods in net.spreadsheetspace.sdk with parameters of type ViewObjMethod parameters in net.spreadsheetspace.sdk with type arguments of type ViewObjModifier and TypeMethodDescriptionSdk.deleteViews(List<ViewObj> listView) Delete owned views on SpreadSheetSpace. -
Uses of ViewObj in net.spreadsheetspace.sdk.history
Methods in net.spreadsheetspace.sdk.history with parameters of type ViewObj -
Uses of ViewObj in net.spreadsheetspace.sdk.notify
Methods in net.spreadsheetspace.sdk.notify with parameters of type ViewObjModifier and TypeMethodDescriptionvoidNotificationThread.addViewSubscription(ViewObj viewObj, NotificationCallback nc) voidNotificationThread.removeViewSubscription(ViewObj viewObj) voidNotificationCallback.updateAvailable(ViewObj viewObj) This callback is executed when an update event is received for a monitored View. -
Uses of ViewObj in net.spreadsheetspace.sdk.orchestrator
Methods in net.spreadsheetspace.sdk.orchestrator that return ViewObjModifier and TypeMethodDescriptionstatic ViewObjOrchestratorViewsMgmtUtil.getView(String username, String password, String token, String viewId, String viewServer) Method parameters in net.spreadsheetspace.sdk.orchestrator with type arguments of type ViewObjModifier and TypeMethodDescriptionstatic intOrchestratorViewsMgmtUtil.deleteViews(String username, String password, String token, List<ViewObj> viewList, GenericResponse genericResponse) static DeleteViewResponseOrchestratorViewsMgmtUtil.deleteViewsPrivate(String username, String password, String token, List<ViewObj> viewList)