Uses of Class
net.spreadsheetspace.sdk.orchestrator.model.ViewSharing
Packages that use ViewSharing
Package
Description
-
Uses of ViewSharing in net.spreadsheetspace.sdk.orchestrator
Methods in net.spreadsheetspace.sdk.orchestrator with parameters of type ViewSharingModifier and TypeMethodDescriptionstatic intOrchestratorLockSharingUtil.forceLock(String username, String password, String token, ViewSharing viewSharing) static StringOrchestratorLockSharingUtil.lock(String username, String password, String token, ViewSharing viewSharing) static intOrchestratorLockSharingUtil.unlock(String username, String password, String token, ViewSharing viewSharing) -
Uses of ViewSharing in net.spreadsheetspace.sdk.orchestrator.model
Methods in net.spreadsheetspace.sdk.orchestrator.model that return ViewSharingModifier and TypeMethodDescriptionOrchestratorNewViewRequest.getViewSharing()ViewSharingObj.getViewSharing()Methods in net.spreadsheetspace.sdk.orchestrator.model with parameters of type ViewSharingModifier and TypeMethodDescriptionvoidOrchestratorNewViewRequest.setViewSharing(ViewSharing viewSharing) voidViewSharingObj.setViewSharing(ViewSharing viewSharing) Constructors in net.spreadsheetspace.sdk.orchestrator.model with parameters of type ViewSharing -
Uses of ViewSharing in net.spreadsheetspace.sdk.requestgateway.model
Fields in net.spreadsheetspace.sdk.requestgateway.model declared as ViewSharingMethods in net.spreadsheetspace.sdk.requestgateway.model that return ViewSharingMethods in net.spreadsheetspace.sdk.requestgateway.model with parameters of type ViewSharingConstructors in net.spreadsheetspace.sdk.requestgateway.model with parameters of type ViewSharingModifierConstructorDescriptionServerPushRequest(String requestId, String id, String viewServer, String owner, List<UserPermissionWs> usersPermission, List<FileBlob> optionalFileList, List<FileBlob> fileList, String description, Boolean fromAddin, int clientType, String metadata, String localId, Boolean encrypted, int state, int category, ViewSharing viewSharing, Boolean tagged, Timestamp ts, Boolean isForm2View)