Skip navigation links
A B C D E F G H I K L M N O P R S T U V 

A

action - Variable in class net.spreadsheetspace.sdk.model.Request
 
addRecipients(String, String, LinkedList<String>, String, String, String, AuthenticationResponse, ExcelType) - Static method in class net.spreadsheetspace.sdk.orchestrator.OrchestratorContactUtil
 
addRecipients(String, String, LinkedList<String>) - Method in class net.spreadsheetspace.sdk.Sdk
Add recipient(s) to existing view.
AddressBookDescriptor - Class in net.spreadsheetspace.sdk.model
Response object for Addressbook request

Composed by listContact: This list represents the addressbook.
AddressBookDescriptor(Contact[], StatusCode) - Constructor for class net.spreadsheetspace.sdk.model.AddressBookDescriptor
 
AddressBookListContact - Class in net.spreadsheetspace.sdk.model
 
AddressBookListContact(Contact[], String[], String[]) - Constructor for class net.spreadsheetspace.sdk.model.AddressBookListContact
 
addSubscription(String, String, String, String, String) - Static method in class net.spreadsheetspace.sdk.sbc.SbcUtil
 
addViewSubscription(ViewObj, NotificationCallback) - Method in class net.spreadsheetspace.sdk.notify.NotificationThread
 
AuthenticationResponse - Class in net.spreadsheetspace.sdk.authentication.model
 
AuthenticationResponse(String, String) - Constructor for class net.spreadsheetspace.sdk.authentication.model.AuthenticationResponse
 
AuthenticationResponse(String, String, int, String) - Constructor for class net.spreadsheetspace.sdk.authentication.model.AuthenticationResponse
 
AuthorizationResponse - Class in net.spreadsheetspace.sdk.authorization.model
 
AuthorizationResponse(boolean, String, int) - Constructor for class net.spreadsheetspace.sdk.authorization.model.AuthorizationResponse
 
AuthorizationResponse(boolean) - Constructor for class net.spreadsheetspace.sdk.authorization.model.AuthorizationResponse
 

B

b64decode(String) - Static method in class net.spreadsheetspace.sdk.SdkKeyMgmtUtil
 
b64decodeFromByteArray(byte[]) - Static method in class net.spreadsheetspace.sdk.SdkKeyMgmtUtil
 

C

ChangeRecipientDescriptor - Class in net.spreadsheetspace.sdk.model
Response object for Add/Remove recipient request

Composed by: viewId: This string represents the identifier of the View.
ChangeRecipientDescriptor(String, String, StatusCode, LinkedList<String>) - Constructor for class net.spreadsheetspace.sdk.model.ChangeRecipientDescriptor
 
ChangeRecipientResponse - Class in net.spreadsheetspace.sdk.model
 
ChangeRecipientResponse(FailureAlert[]) - Constructor for class net.spreadsheetspace.sdk.model.ChangeRecipientResponse
 
ChangeRecipientsRequest - Class in net.spreadsheetspace.sdk.model
 
ChangeRecipientsRequest(View, LinkedList<UserPermissionWs>, int) - Constructor for class net.spreadsheetspace.sdk.model.ChangeRecipientsRequest
 
checkClientTrusted(X509Certificate[], String) - Method in class net.spreadsheetspace.sdk.DummyTrustManager
 
checkServerTrusted(X509Certificate[], String) - Method in class net.spreadsheetspace.sdk.DummyTrustManager
 
ClientType - Enum in net.spreadsheetspace.sdk.orchestrator.model
 
compareTo(UserPermissionWs) - Method in class net.spreadsheetspace.sdk.orchestrator.model.UserPermissionWs
 
completedList - Variable in class net.spreadsheetspace.sdk.model.AddressBookListContact
 
completedList - Variable in class net.spreadsheetspace.sdk.orchestrator.model.GenericResponse
 
Contact - Class in net.spreadsheetspace.sdk.model
Standard information for SpreadSheetSpace contact.
Contact(String, String, String) - Constructor for class net.spreadsheetspace.sdk.model.Contact
 
contactList - Variable in class net.spreadsheetspace.sdk.model.AddressBookListContact
 
contextDestroyed() - Method in class net.spreadsheetspace.sdk.Sdk
This method destroy Sdk notification thread.
createPrivateCoedit(String, Set<String>, String[][], String, boolean, boolean, Integer, Integer, boolean, boolean) - Method in class net.spreadsheetspace.sdk.Sdk
Create a SpreadSheetSpace Coedit and send it to a specific set of recipients.
createPrivateCoedit(String, Set<String>, String[][], String, boolean, boolean, Integer, Integer, boolean, boolean, Timestamp) - Method in class net.spreadsheetspace.sdk.Sdk
Create a SpreadSheetSpace Coedit and send it to a specific set of recipients.
createPrivateForm(String, String, String[][], String, boolean, boolean, Integer, Integer, boolean, boolean, Timestamp) - Method in class net.spreadsheetspace.sdk.Sdk
Create a SpreadSheetSpace Form and send it to a specific recipient.
createPrivateForm(String, String, String[][], String, boolean, boolean, Integer, Integer, boolean, boolean) - Method in class net.spreadsheetspace.sdk.Sdk
Create a SpreadSheetSpace Form and send it to a specific recipient.
createPrivateView(String, Set<String>, String[][], String, boolean, boolean, Integer, Integer, boolean, boolean, Timestamp) - Method in class net.spreadsheetspace.sdk.Sdk
Create a SpreadSheetSpace View and send it to a specific set of recipients.
createPrivateView(String, Set<String>, String[][], String, boolean, boolean, Integer, Integer, boolean, boolean) - Method in class net.spreadsheetspace.sdk.Sdk
Create a SpreadSheetSpace View and send it to a specific set of recipients.
createPublicView(String, String[][], String, boolean, boolean, Integer, Integer, boolean, Timestamp) - Method in class net.spreadsheetspace.sdk.Sdk
Create a SpreadSheetSpace View on the T-Space.
createPublicView(String, String[][], String, boolean, boolean, Integer, Integer, boolean) - Method in class net.spreadsheetspace.sdk.Sdk
Create a SpreadSheetSpace View on the T-Space.
createUser(String, String, String, String, String, String, String, String) - Static method in class net.spreadsheetspace.sdk.orchestrator.OrchestratorContactUtil
 
creation_time - Variable in class net.spreadsheetspace.sdk.model.ListViewResponse
 

D

data - Variable in class net.spreadsheetspace.sdk.model.DataEncrypt
 
data - Variable in class net.spreadsheetspace.sdk.model.DataEncryptString
 
DataEncrypt - Class in net.spreadsheetspace.sdk.model
 
DataEncrypt(boolean, List<SymmetricKey>, byte[], SymmetricAlgorithm) - Constructor for class net.spreadsheetspace.sdk.model.DataEncrypt
 
DataEncryptString - Class in net.spreadsheetspace.sdk.model
 
DataEncryptString(boolean, List<SymmetricKeyString>, String, String) - Constructor for class net.spreadsheetspace.sdk.model.DataEncryptString
 
decodeBigInteger(BigInteger) - Static method in class net.spreadsheetspace.sdk.SdkKeyMgmtUtil
 
Decrypt(String, String, String) - Static method in class net.spreadsheetspace.sdk.SdkKeyMgmtUtil
 
decryptSymmetricAES256(String, String) - Static method in class net.spreadsheetspace.sdk.SdkKeyMgmtUtil
 
decryptSymmetricDES(String, String) - Static method in class net.spreadsheetspace.sdk.SdkKeyMgmtUtil
 
deleteView(String, String) - Method in class net.spreadsheetspace.sdk.Sdk
Delete an owned view on SpreadSheetSpace.
DeleteViewResponse - Class in net.spreadsheetspace.sdk.model
 
DeleteViewResponse(FailureAlertView[]) - Constructor for class net.spreadsheetspace.sdk.model.DeleteViewResponse
 
deleteViews(String, String, String, List<ViewObj>, GenericResponse) - Static method in class net.spreadsheetspace.sdk.orchestrator.OrchestratorViewsMgmtUtil
 
deleteViews(List<ViewObj>) - Method in class net.spreadsheetspace.sdk.Sdk
Delete owned views on SpreadSheetSpace.
deleteViewsPrivate(String, String, String, List<ViewObj>) - Static method in class net.spreadsheetspace.sdk.orchestrator.OrchestratorViewsMgmtUtil
 
description - Variable in class net.spreadsheetspace.sdk.model.ListViewResponse
 
description - Variable in class net.spreadsheetspace.sdk.model.View
 
description - Variable in class net.spreadsheetspace.sdk.sbc.model.Sbc
 
DummyTrustManager - Class in net.spreadsheetspace.sdk
 
DummyTrustManager() - Constructor for class net.spreadsheetspace.sdk.DummyTrustManager
 

E

email - Variable in class net.spreadsheetspace.sdk.model.FailureAlert
 
email - Variable in class net.spreadsheetspace.sdk.model.FailureAlertView
 
email - Variable in class net.spreadsheetspace.sdk.model.User
 
Encrypt - Variable in class net.spreadsheetspace.sdk.model.DataEncrypt
 
Encrypt - Variable in class net.spreadsheetspace.sdk.model.DataEncryptString
 
encrypt(byte[], List<PublicKeyWs>, boolean) - Static method in class net.spreadsheetspace.sdk.SdkKeyMgmtUtil
 
encrypted - Variable in class net.spreadsheetspace.sdk.model.ListViewResponse
 
encryptSymmetricAES256(byte[], String) - Static method in class net.spreadsheetspace.sdk.SdkKeyMgmtUtil
 
encryptSymmetricDES(byte[], String) - Static method in class net.spreadsheetspace.sdk.SdkKeyMgmtUtil
 
equals(Object) - Method in class net.spreadsheetspace.sdk.orchestrator.model.UserPermissionWs
 
ExcelType - Enum in net.spreadsheetspace.sdk.orchestrator.model
 

F

failedList - Variable in class net.spreadsheetspace.sdk.model.AddressBookListContact
 
failedList - Variable in class net.spreadsheetspace.sdk.model.ChangeRecipientResponse
 
failedList - Variable in class net.spreadsheetspace.sdk.model.DeleteViewResponse
 
failedList - Variable in class net.spreadsheetspace.sdk.orchestrator.model.GenericResponse
 
FailureAlert - Class in net.spreadsheetspace.sdk.model
 
FailureAlert(String, String) - Constructor for class net.spreadsheetspace.sdk.model.FailureAlert
 
FailureAlertView - Class in net.spreadsheetspace.sdk.model
 
FailureAlertView(String, Request, String) - Constructor for class net.spreadsheetspace.sdk.model.FailureAlertView
 
FileBlob - Class in net.spreadsheetspace.sdk.viewserver.model
 
FileBlob(String, Long, byte[], FileType) - Constructor for class net.spreadsheetspace.sdk.viewserver.model.FileBlob
 
FileType - Enum in net.spreadsheetspace.sdk.viewserver.model
 
first_name - Variable in class net.spreadsheetspace.sdk.model.OwnerValue
 
first_name - Variable in class net.spreadsheetspace.sdk.model.User
 
first_name - Variable in class net.spreadsheetspace.sdk.model.UserBase
 
forceLock(String, String, String, ViewSharing) - Static method in class net.spreadsheetspace.sdk.orchestrator.OrchestratorLockSharingUtil
 

G

generateKey() - Method in class net.spreadsheetspace.sdk.Sdk
Generate your personal public and private keys.
generateKey(String, String, String) - Static method in class net.spreadsheetspace.sdk.SdkKeyMgmtUtil
 
GenerateKeyDescriptor - Class in net.spreadsheetspace.sdk.model
Response object for GenerateKey

Composed by: publicKey: This string represents the public key.
GenerateKeyDescriptor(String, String, StatusCode) - Constructor for class net.spreadsheetspace.sdk.model.GenerateKeyDescriptor
 
generateRandomString(SymmetricAlgorithm) - Static method in class net.spreadsheetspace.sdk.SdkKeyMgmtUtil
 
GenericResponse - Class in net.spreadsheetspace.sdk.orchestrator.model
 
GenericResponse() - Constructor for class net.spreadsheetspace.sdk.orchestrator.model.GenericResponse
 
getAcceptedIssuers() - Method in class net.spreadsheetspace.sdk.DummyTrustManager
 
getAddressBook() - Method in class net.spreadsheetspace.sdk.Sdk
Retrieve my addressbook list.
getAuthenticationResponse() - Method in class net.spreadsheetspace.sdk.viewserver.model.PullResponse
 
getAuthenticationResponse() - Method in class net.spreadsheetspace.sdk.viewserver.model.PushResponse
 
getAuthorizationResponse() - Method in class net.spreadsheetspace.sdk.viewserver.model.PullResponse
 
getAuthorizationResponse() - Method in class net.spreadsheetspace.sdk.viewserver.model.PushResponse
 
getAuthorize() - Method in class net.spreadsheetspace.sdk.authorization.model.AuthorizationResponse
 
getCategory() - Method in class net.spreadsheetspace.sdk.orchestrator.model.OrchestratorNewViewRequest
 
getCategory() - Method in class net.spreadsheetspace.sdk.orchestrator.model.PublishRequest
 
getClient_type() - Method in class net.spreadsheetspace.sdk.orchestrator.model.PublishRequest
 
getClientSeqNum() - Method in class net.spreadsheetspace.sdk.viewserver.model.PullRequest
 
getClientType() - Method in class net.spreadsheetspace.sdk.orchestrator.model.OrchestratorNewViewRequest
 
getClientType() - Method in class net.spreadsheetspace.sdk.sbc.model.Message
 
getCoedit_id() - Method in class net.spreadsheetspace.sdk.orchestrator.model.Metadata
 
getCoedit_viewserver() - Method in class net.spreadsheetspace.sdk.orchestrator.model.Metadata
 
getCols() - Method in class net.spreadsheetspace.sdk.orchestrator.model.Metadata
 
getComment() - Method in class net.spreadsheetspace.sdk.orchestrator.model.PublishRequest
 
getCompletedList() - Method in class net.spreadsheetspace.sdk.orchestrator.model.GenericResponse
 
getContactList(String, String, String) - Static method in class net.spreadsheetspace.sdk.orchestrator.OrchestratorContactUtil
 
getCreation() - Method in class net.spreadsheetspace.sdk.model.UserView
 
getCreationTime() - Method in class net.spreadsheetspace.sdk.orchestrator.model.PublicKeyWs
 
getData() - Method in class net.spreadsheetspace.sdk.viewserver.model.FileBlob
 
getDescription() - Method in class net.spreadsheetspace.sdk.model.UserView
Get the description of the View.
getDescription() - Method in class net.spreadsheetspace.sdk.orchestrator.model.OrchestratorNewViewRequest
 
getDescription() - Method in class net.spreadsheetspace.sdk.orchestrator.model.PublicKeyWs
 
getDescription() - Method in class net.spreadsheetspace.sdk.sbc.model.Message
 
getDescription() - Method in class net.spreadsheetspace.sdk.sbc.model.Sbc
 
getEmail() - Method in class net.spreadsheetspace.sdk.authentication.model.AuthenticationResponse
 
getEmailAddress() - Method in class net.spreadsheetspace.sdk.model.Contact
Get the email address of contact.
getEncrypted() - Method in class net.spreadsheetspace.sdk.orchestrator.model.OrchestratorNewViewRequest
 
getExcelType() - Method in class net.spreadsheetspace.sdk.model.UserView
 
getExcelType() - Method in class net.spreadsheetspace.sdk.model.ViewDescriptor
Get the Excel type on the current Object.
getExcelType() - Method in class net.spreadsheetspace.sdk.orchestrator.model.Metadata
 
getFailedList() - Method in class net.spreadsheetspace.sdk.orchestrator.model.GenericResponse
 
getFileList() - Method in class net.spreadsheetspace.sdk.viewserver.model.PullResponse
 
getFileList() - Method in class net.spreadsheetspace.sdk.viewserver.model.PushRequest
 
getFileName() - Method in class net.spreadsheetspace.sdk.sbc.model.Message
 
getFilename() - Method in class net.spreadsheetspace.sdk.viewserver.model.FileBlob
 
getFirst_name() - Method in class net.spreadsheetspace.sdk.model.UserBase
 
getFirstName() - Method in class net.spreadsheetspace.sdk.model.Contact
Get the firstname of contact.
getFormId() - Method in class net.spreadsheetspace.sdk.sbc.model.Message
 
getFormServer() - Method in class net.spreadsheetspace.sdk.sbc.model.Message
 
getFromAddin() - Method in class net.spreadsheetspace.sdk.orchestrator.model.OrchestratorNewViewRequest
 
getHas_data() - Method in class net.spreadsheetspace.sdk.orchestrator.model.Metadata
 
getHas_headers() - Method in class net.spreadsheetspace.sdk.orchestrator.model.Metadata
 
getHas_template() - Method in class net.spreadsheetspace.sdk.orchestrator.model.Metadata
 
getHostname() - Method in class net.spreadsheetspace.sdk.orchestrator.model.ViewServer
 
getHostname() - Method in class net.spreadsheetspace.sdk.sbc.model.Sbc
 
getId() - Method in class net.spreadsheetspace.sdk.model.UserBase
 
getId() - Method in class net.spreadsheetspace.sdk.orchestrator.model.OrchestratorNewViewRequest
 
getId() - Method in class net.spreadsheetspace.sdk.orchestrator.model.PublicKeyWs
 
getId() - Method in class net.spreadsheetspace.sdk.orchestrator.model.PublishRequest
 
getId() - Method in class net.spreadsheetspace.sdk.orchestrator.model.ViewObj
 
getId() - Method in class net.spreadsheetspace.sdk.viewserver.model.PullRequest
 
getId() - Method in class net.spreadsheetspace.sdk.viewserver.model.PullResponse
 
getId() - Method in class net.spreadsheetspace.sdk.viewserver.model.PushRequest
 
getInboxView(String, String, String, String) - Static method in class net.spreadsheetspace.sdk.orchestrator.OrchestratorViewsMgmtUtil
 
getInboxView() - Method in class net.spreadsheetspace.sdk.Sdk
Retrieve my inbox views list.
getInternalHostname() - Method in class net.spreadsheetspace.sdk.orchestrator.model.ViewServer
 
getIs_table() - Method in class net.spreadsheetspace.sdk.orchestrator.model.Metadata
 
getKey() - Method in class net.spreadsheetspace.sdk.orchestrator.model.PublicKeyWs
 
getLast_name() - Method in class net.spreadsheetspace.sdk.model.UserBase
 
getLastName() - Method in class net.spreadsheetspace.sdk.model.Contact
Get the lastname of contact.
getListContact() - Method in class net.spreadsheetspace.sdk.model.AddressBookDescriptor
Get the addressbook list.
getListRecipients() - Method in class net.spreadsheetspace.sdk.model.UserView
Get a list of the recipients of view.
getListView() - Method in class net.spreadsheetspace.sdk.model.ListViewDescriptor
Get the the owned or inboxed views.
getLocker_id() - Method in class net.spreadsheetspace.sdk.orchestrator.model.Sharing
 
getMail() - Method in class net.spreadsheetspace.sdk.model.UserBase
 
getMail() - Method in class net.spreadsheetspace.sdk.orchestrator.model.UserPermissionWs
 
getMap() - Static method in class net.spreadsheetspace.sdk.authentication.model.StatusCode
 
getMap() - Static method in class net.spreadsheetspace.sdk.authorization.model.StatusCode
 
getMap() - Static method in enum net.spreadsheetspace.sdk.StatusCode
 
getMap() - Static method in class net.spreadsheetspace.sdk.viewserver.model.StatusCode
 
getMarketId() - Method in class net.spreadsheetspace.sdk.model.ViewDescriptor
Get the identifier of the View.
getMessage() - Method in class net.spreadsheetspace.sdk.authentication.model.AuthenticationResponse
 
getMessage() - Method in class net.spreadsheetspace.sdk.authorization.model.AuthorizationResponse
 
getMessage() - Method in class net.spreadsheetspace.sdk.model.ChangeRecipientDescriptor
Get the message associated to the action.
getMessage() - Method in class net.spreadsheetspace.sdk.model.ViewDescriptor
Get a message associated to the StatusCode.
getMessage() - Method in class net.spreadsheetspace.sdk.viewserver.model.PullResponse
 
getMessage() - Method in class net.spreadsheetspace.sdk.viewserver.model.PushResponse
 
getMessages() - Method in class net.spreadsheetspace.sdk.model.ViewDescriptor
 
getMetadata() - Method in class net.spreadsheetspace.sdk.orchestrator.model.OrchestratorNewViewRequest
 
getMetadata() - Method in class net.spreadsheetspace.sdk.orchestrator.model.ViewObj
 
getMetadata(String, String, String, String, String) - Static method in class net.spreadsheetspace.sdk.orchestrator.OrchestratorViewsMgmtUtil
 
getMetadata() - Method in class net.spreadsheetspace.sdk.sbc.model.Message
 
getNextAvailableSequenceNumber() - Method in class net.spreadsheetspace.sdk.model.ViewDescriptor
Get a sequence number that must be send to the next update of the current View.
getNextSeqNumAvailable() - Method in class net.spreadsheetspace.sdk.viewserver.model.PushResponse
 
getNotificationType() - Method in class net.spreadsheetspace.sdk.sbc.model.Message
 
getOptionalFileList() - Method in class net.spreadsheetspace.sdk.viewserver.model.PullResponse
 
getOptionalFileList() - Method in class net.spreadsheetspace.sdk.viewserver.model.PushRequest
 
getOptionalFilenameList() - Method in class net.spreadsheetspace.sdk.viewserver.model.PullRequest
 
getOwnedView(String, String, String) - Static method in class net.spreadsheetspace.sdk.orchestrator.OrchestratorViewsMgmtUtil
 
getOwnedView() - Method in class net.spreadsheetspace.sdk.Sdk
Retrieve my owned views list.
getOwner() - Method in class net.spreadsheetspace.sdk.model.UserView
Get the owner's mail of the View.
getOwner() - Method in class net.spreadsheetspace.sdk.orchestrator.model.OrchestratorNewViewRequest
 
getOwner() - Method in class net.spreadsheetspace.sdk.orchestrator.model.SharingObj
 
getOwner() - Method in class net.spreadsheetspace.sdk.viewserver.model.PushRequest
 
getOwner_id() - Method in class net.spreadsheetspace.sdk.orchestrator.model.Sharing
 
getPermissionType() - Method in class net.spreadsheetspace.sdk.orchestrator.model.UserPermissionWs
 
getPrivateKey() - Method in class net.spreadsheetspace.sdk.model.GenerateKeyDescriptor
Get the private key.
getPrivateKeyFromXML(String) - Static method in class net.spreadsheetspace.sdk.SdkKeyMgmtUtil
 
getPublicKey() - Method in class net.spreadsheetspace.sdk.model.GenerateKeyDescriptor
Get the public key.
getPublicKeyFromXML(String) - Static method in class net.spreadsheetspace.sdk.SdkKeyMgmtUtil
 
getPublicKeys() - Method in class net.spreadsheetspace.sdk.orchestrator.model.PublicKeysResponse
 
getPublicKeys(String, String, String, Set<String>) - Static method in class net.spreadsheetspace.sdk.orchestrator.OrchestratorKeyMgmtUtil
 
getPublicKeys(String, String, String, String, String) - Static method in class net.spreadsheetspace.sdk.orchestrator.OrchestratorKeyMgmtUtil
 
getPublicKeyXml(RSAPublicKeySpec) - Static method in class net.spreadsheetspace.sdk.SdkKeyMgmtUtil
 
getRows() - Method in class net.spreadsheetspace.sdk.orchestrator.model.Metadata
 
getSbc(String, String, String) - Static method in class net.spreadsheetspace.sdk.sbc.SbcUtil
 
getSbcHostname() - Method in class net.spreadsheetspace.sdk.sbc.model.SbcSession
 
getSender() - Method in class net.spreadsheetspace.sdk.sbc.model.Message
 
getSenderId() - Method in class net.spreadsheetspace.sdk.sbc.model.Message
 
getSeqNum() - Method in class net.spreadsheetspace.sdk.model.ValuesViewDescriptor
Get the view's sequence number
getSeqNum() - Method in class net.spreadsheetspace.sdk.sbc.model.Message
 
getSeqNum() - Method in class net.spreadsheetspace.sdk.viewserver.model.PullResponse
 
getSeqNumber(String, String, String, String, String) - Static method in class net.spreadsheetspace.sdk.viewserver.ViewServerUtil
 
getSequenceNumber() - Method in class net.spreadsheetspace.sdk.viewserver.model.FileBlob
 
getSession(String, String, String) - Static method in class net.spreadsheetspace.sdk.sbc.SbcUtil
 
getSession_id() - Method in class net.spreadsheetspace.sdk.sbc.model.SessionResponse
 
getSessionId() - Method in class net.spreadsheetspace.sdk.sbc.model.SbcSession
 
getSessionId() - Method in class net.spreadsheetspace.sdk.sbc.model.SbcSubscription
 
getSharing(String, String, String, Sharing) - Static method in class net.spreadsheetspace.sdk.orchestrator.OrchestratorViewsMgmtUtil
 
getSharing_id() - Method in class net.spreadsheetspace.sdk.orchestrator.model.Sharing
 
getSharing_id() - Method in class net.spreadsheetspace.sdk.orchestrator.model.SharingObj
 
getSharing_id() - Method in class net.spreadsheetspace.sdk.orchestrator.model.ViewSharing
 
getSharing_view_server() - Method in class net.spreadsheetspace.sdk.orchestrator.model.Sharing
 
getSharing_view_server() - Method in class net.spreadsheetspace.sdk.orchestrator.model.SharingObj
 
getSharing_view_server() - Method in class net.spreadsheetspace.sdk.orchestrator.model.ViewSharing
 
getSharingObj(String, String, String, ViewSharing) - Static method in class net.spreadsheetspace.sdk.orchestrator.OrchestratorViewsMgmtUtil
 
getSharingObject(String, String, String, Sharing) - Static method in class net.spreadsheetspace.sdk.orchestrator.OrchestratorViewsMgmtUtil
 
getSharingViewsObj() - Method in class net.spreadsheetspace.sdk.orchestrator.model.SharingObj
 
getState() - Method in class net.spreadsheetspace.sdk.orchestrator.model.OrchestratorNewViewRequest
 
getState() - Method in class net.spreadsheetspace.sdk.sbc.model.Sbc
 
getStatusCode() - Method in class net.spreadsheetspace.sdk.authentication.model.AuthenticationResponse
 
getStatusCode() - Method in class net.spreadsheetspace.sdk.authorization.model.AuthorizationResponse
 
getStatusCode() - Method in class net.spreadsheetspace.sdk.model.AddressBookDescriptor
Get the response code for the action "getAddressbook"
getStatusCode() - Method in class net.spreadsheetspace.sdk.model.ChangeRecipientDescriptor
Get the response code for the action.
getStatusCode() - Method in class net.spreadsheetspace.sdk.model.GenerateKeyDescriptor
Get response code for the GenerateKey action.
getStatusCode() - Method in class net.spreadsheetspace.sdk.model.ListViewDescriptor
Get response code for the GenerateKey action.
getStatusCode() - Method in class net.spreadsheetspace.sdk.model.UserDescriptor
Get response code for the GenerateKey action.
getStatusCode() - Method in class net.spreadsheetspace.sdk.model.ValuesViewDescriptor
Get the response code for the action "getValuesView".
getStatusCode() - Method in class net.spreadsheetspace.sdk.model.ViewDescriptor
Get the response code for the action that was performed on the current View.
getStatusCode() - Method in class net.spreadsheetspace.sdk.viewserver.model.PullResponse
 
getStatusCode() - Method in class net.spreadsheetspace.sdk.viewserver.model.PushResponse
 
getStatusCodeEnum() - Method in class net.spreadsheetspace.sdk.viewserver.model.PullResponse
 
getStatusCodeEnum() - Method in class net.spreadsheetspace.sdk.viewserver.model.PushResponse
 
getTimestamp() - Method in class net.spreadsheetspace.sdk.sbc.model.Message
 
getTimestamp() - Method in class net.spreadsheetspace.sdk.sbc.model.SbcSession
 
getTimestamp() - Method in class net.spreadsheetspace.sdk.sbc.model.SessionResponse
 
getTs() - Method in class net.spreadsheetspace.sdk.orchestrator.model.OrchestratorNewViewRequest
 
getTs() - Method in class net.spreadsheetspace.sdk.orchestrator.model.UpdateEvent
 
getType() - Method in class net.spreadsheetspace.sdk.sbc.model.SbcSubscription
 
getType() - Method in class net.spreadsheetspace.sdk.viewserver.model.FileBlob
 
getTypeByString(String) - Static method in enum net.spreadsheetspace.sdk.model.SymmetricAlgorithm
 
getTypeByString(String) - Static method in enum net.spreadsheetspace.sdk.orchestrator.model.ClientType
 
getTypeByString(String) - Static method in enum net.spreadsheetspace.sdk.orchestrator.model.ExcelType
 
getTypeByString(String) - Static method in enum net.spreadsheetspace.sdk.orchestrator.model.ViewCategory
 
getTypeByString(String) - Static method in enum net.spreadsheetspace.sdk.orchestrator.model.ViewPermissionType
 
getTypeByString(String) - Static method in enum net.spreadsheetspace.sdk.orchestrator.model.ViewState
 
getTypeByString(String) - Static method in enum net.spreadsheetspace.sdk.sbc.model.NotificationType
 
getTypeByString(String) - Static method in enum net.spreadsheetspace.sdk.sbc.model.SubscriptionType
 
getTypeByString(String) - Static method in enum net.spreadsheetspace.sdk.viewserver.model.FileType
 
getUpdates(String) - Static method in class net.spreadsheetspace.sdk.sbc.SbcUtil
 
getUser() - Method in class net.spreadsheetspace.sdk.orchestrator.model.ViewSharingObj
 
getUser_id() - Method in class net.spreadsheetspace.sdk.orchestrator.model.ViewSharing
 
getUserId() - Method in class net.spreadsheetspace.sdk.authentication.model.AuthenticationResponse
 
getUserId() - Method in class net.spreadsheetspace.sdk.orchestrator.model.PublicKeyWs
 
getUserId() - Method in class net.spreadsheetspace.sdk.sbc.model.Message
 
getUserId() - Method in class net.spreadsheetspace.sdk.sbc.model.SbcSession
 
getUserMail() - Method in class net.spreadsheetspace.sdk.orchestrator.model.PublicKeyWs
 
getUsername() - Method in class net.spreadsheetspace.sdk.model.UserDescriptor
Get the username of the request user.
getUsersPermission() - Method in class net.spreadsheetspace.sdk.orchestrator.model.OrchestratorNewViewRequest
 
getUsersPermission() - Method in class net.spreadsheetspace.sdk.viewserver.model.PushRequest
 
getUuid() - Method in class net.spreadsheetspace.sdk.sbc.model.SbcSubscription
 
getVal() - Method in enum net.spreadsheetspace.sdk.model.SymmetricAlgorithm
 
getVal() - Method in enum net.spreadsheetspace.sdk.orchestrator.model.ClientType
 
getVal() - Method in enum net.spreadsheetspace.sdk.orchestrator.model.ExcelType
 
getVal() - Method in enum net.spreadsheetspace.sdk.orchestrator.model.ViewCategory
 
getVal() - Method in enum net.spreadsheetspace.sdk.orchestrator.model.ViewPermissionType
 
getVal() - Method in enum net.spreadsheetspace.sdk.orchestrator.model.ViewState
 
getVal() - Method in enum net.spreadsheetspace.sdk.sbc.model.NotificationType
 
getVal() - Method in enum net.spreadsheetspace.sdk.sbc.model.SubscriptionType
 
getVal() - Method in enum net.spreadsheetspace.sdk.viewserver.model.FileType
 
getValue() - Method in enum net.spreadsheetspace.sdk.authentication.model.StatusCode.StatusCodeEnum
 
getValue() - Method in enum net.spreadsheetspace.sdk.authorization.model.StatusCode.StatusCodeEnum
 
getValue() - Method in enum net.spreadsheetspace.sdk.StatusCode
 
getValue() - Method in enum net.spreadsheetspace.sdk.viewserver.model.StatusCode.StatusCodeEnum
 
getValues() - Method in class net.spreadsheetspace.sdk.model.ValuesViewDescriptor
Get a matrix represents view's values.
getValues(String, String, String, String, String, String, String, String) - Static method in class net.spreadsheetspace.sdk.viewserver.ViewServerUtil
 
getValuesView(String, String, String, String) - Method in class net.spreadsheetspace.sdk.Sdk
Retrieve values from view.
getView(String, String, String, String, String) - Static method in class net.spreadsheetspace.sdk.orchestrator.OrchestratorViewsMgmtUtil
 
getView_id() - Method in class net.spreadsheetspace.sdk.model.UserView
Get the identifier of the View.
getView_id() - Method in class net.spreadsheetspace.sdk.orchestrator.model.ViewSharing
 
getView_server() - Method in class net.spreadsheetspace.sdk.model.UserView
Get the server address of the View.
getView_server() - Method in class net.spreadsheetspace.sdk.orchestrator.model.PublishRequest
 
getView_server() - Method in class net.spreadsheetspace.sdk.orchestrator.model.ViewObj
 
getView_server() - Method in class net.spreadsheetspace.sdk.orchestrator.model.ViewSharing
 
getViewId() - Method in class net.spreadsheetspace.sdk.model.ChangeRecipientDescriptor
Get the identifier of the View.
getViewId() - Method in class net.spreadsheetspace.sdk.model.ViewDescriptor
Get the identifier of the View.
getViewId() - Method in class net.spreadsheetspace.sdk.orchestrator.model.ImportEvent
 
getViewId() - Method in class net.spreadsheetspace.sdk.orchestrator.model.RefreshEvent
 
getViewId() - Method in class net.spreadsheetspace.sdk.orchestrator.model.UpdateEvent
 
getViewId() - Method in class net.spreadsheetspace.sdk.sbc.model.Message
 
getViewId() - Method in class net.spreadsheetspace.sdk.viewserver.model.PushResponse
 
getViewServer() - Method in class net.spreadsheetspace.sdk.model.ChangeRecipientDescriptor
Get the server address where the View is stored.
getViewServer() - Method in class net.spreadsheetspace.sdk.model.ViewDescriptor
Get the server address where the View is stored.
getViewServer() - Method in class net.spreadsheetspace.sdk.orchestrator.model.ImportEvent
 
getViewServer() - Method in class net.spreadsheetspace.sdk.orchestrator.model.OrchestratorNewViewRequest
 
getViewServer() - Method in class net.spreadsheetspace.sdk.orchestrator.model.RefreshEvent
 
getViewServer() - Method in class net.spreadsheetspace.sdk.orchestrator.model.UpdateEvent
 
getViewServer() - Method in class net.spreadsheetspace.sdk.sbc.model.Message
 
getViewServer() - Method in class net.spreadsheetspace.sdk.sbc.model.SbcSubscription
 
getViewServer() - Method in class net.spreadsheetspace.sdk.Sdk
 
getViewServer() - Method in class net.spreadsheetspace.sdk.viewserver.model.PullRequest
 
getViewServer() - Method in class net.spreadsheetspace.sdk.viewserver.model.PushRequest
 
getViewSharing() - Method in class net.spreadsheetspace.sdk.orchestrator.model.OrchestratorNewViewRequest
 
getViewSharing() - Method in class net.spreadsheetspace.sdk.orchestrator.model.ViewSharingObj
 

H

hashCode() - Method in class net.spreadsheetspace.sdk.orchestrator.model.UserPermissionWs
 
hostname - Variable in class net.spreadsheetspace.sdk.sbc.model.Sbc
 

I

id - Variable in class net.spreadsheetspace.sdk.model.ListViewResponse
 
id - Variable in class net.spreadsheetspace.sdk.model.OwnerValue
 
id - Variable in class net.spreadsheetspace.sdk.model.Request
 
id - Variable in class net.spreadsheetspace.sdk.model.UserBase
 
id - Variable in class net.spreadsheetspace.sdk.model.View
 
ImportEvent - Class in net.spreadsheetspace.sdk.orchestrator.model
 
ImportEvent(String, String) - Constructor for class net.spreadsheetspace.sdk.orchestrator.model.ImportEvent
 
init() - Static method in class net.spreadsheetspace.sdk.authentication.model.StatusCode
 
init() - Static method in class net.spreadsheetspace.sdk.authorization.model.StatusCode
 
init(String, String, String, String, String) - Static method in class net.spreadsheetspace.sdk.sbc.SbcUtil
 
init() - Static method in enum net.spreadsheetspace.sdk.StatusCode
 
init() - Static method in class net.spreadsheetspace.sdk.viewserver.model.StatusCode
 
isEncrypted() - Method in class net.spreadsheetspace.sdk.model.UserView
 
isEncrypted() - Method in class net.spreadsheetspace.sdk.orchestrator.model.UpdateEvent
 
isIs_form() - Method in class net.spreadsheetspace.sdk.model.UserView
 
isIs_table() - Method in class net.spreadsheetspace.sdk.model.UserView
 
isTagged() - Method in class net.spreadsheetspace.sdk.orchestrator.model.OrchestratorNewViewRequest
 
isTagged() - Method in class net.spreadsheetspace.sdk.orchestrator.model.UpdateEvent
 
isViewEncrypted(List<PublicKeyWs>) - Static method in class net.spreadsheetspace.sdk.SdkKeyMgmtUtil
 

K

keepAlive(String, String, String) - Static method in class net.spreadsheetspace.sdk.sbc.SbcUtil
 
Key - Variable in class net.spreadsheetspace.sdk.model.SymmetricKey
 
Key - Variable in class net.spreadsheetspace.sdk.model.SymmetricKeyString
 

L

last_name - Variable in class net.spreadsheetspace.sdk.model.OwnerValue
 
last_name - Variable in class net.spreadsheetspace.sdk.model.User
 
last_name - Variable in class net.spreadsheetspace.sdk.model.UserBase
 
ListViewDescriptor - Class in net.spreadsheetspace.sdk.model
Response object for getOwnedView and getInboxView

Composed by: listView: This list represents the owned or inboxed views.
ListViewDescriptor(LinkedList<UserView>, StatusCode) - Constructor for class net.spreadsheetspace.sdk.model.ListViewDescriptor
 
ListViewResponse - Class in net.spreadsheetspace.sdk.model
 
ListViewResponse(String, String, OwnerValue, String, boolean, long, String, LinkedList<UserPermissionObj>) - Constructor for class net.spreadsheetspace.sdk.model.ListViewResponse
 
lock(String, String, String, ViewSharing) - Static method in class net.spreadsheetspace.sdk.orchestrator.OrchestratorLockSharingUtil
 
log - Static variable in class net.spreadsheetspace.sdk.viewserver.ViewServerUtil
 
lookup(int) - Static method in enum net.spreadsheetspace.sdk.model.SymmetricAlgorithm
 
lookup(int) - Static method in enum net.spreadsheetspace.sdk.orchestrator.model.ClientType
 
lookup(int) - Static method in enum net.spreadsheetspace.sdk.orchestrator.model.ExcelType
 
lookup(int) - Static method in enum net.spreadsheetspace.sdk.orchestrator.model.ViewCategory
 
lookup(int) - Static method in enum net.spreadsheetspace.sdk.orchestrator.model.ViewPermissionType
 
lookup(int) - Static method in enum net.spreadsheetspace.sdk.orchestrator.model.ViewState
 
lookup(int) - Static method in enum net.spreadsheetspace.sdk.sbc.model.NotificationType
 
lookup(int) - Static method in enum net.spreadsheetspace.sdk.sbc.model.SubscriptionType
 
lookup(int) - Static method in enum net.spreadsheetspace.sdk.StatusCode
 
lookup(int) - Static method in enum net.spreadsheetspace.sdk.viewserver.model.FileType
 

M

mail - Variable in class net.spreadsheetspace.sdk.model.OwnerValue
 
mail - Variable in class net.spreadsheetspace.sdk.model.UserBase
 
message - Variable in class net.spreadsheetspace.sdk.model.FailureAlert
 
message - Variable in class net.spreadsheetspace.sdk.model.FailureAlertView
 
Message - Class in net.spreadsheetspace.sdk.sbc.model
 
Message(String, NotificationType, String, String, long, String, String, String, String, long, ClientType, String, String, String) - Constructor for class net.spreadsheetspace.sdk.sbc.model.Message
 
metadata - Variable in class net.spreadsheetspace.sdk.model.ListViewResponse
 
Metadata - Class in net.spreadsheetspace.sdk.orchestrator.model
 
Metadata(Boolean, Boolean, int, int, Boolean, Boolean, String, String, String) - Constructor for class net.spreadsheetspace.sdk.orchestrator.model.Metadata
 

N

net.spreadsheetspace.sdk - package net.spreadsheetspace.sdk
 
net.spreadsheetspace.sdk.authentication.model - package net.spreadsheetspace.sdk.authentication.model
 
net.spreadsheetspace.sdk.authorization.model - package net.spreadsheetspace.sdk.authorization.model
 
net.spreadsheetspace.sdk.model - package net.spreadsheetspace.sdk.model
 
net.spreadsheetspace.sdk.notify - package net.spreadsheetspace.sdk.notify
 
net.spreadsheetspace.sdk.orchestrator - package net.spreadsheetspace.sdk.orchestrator
 
net.spreadsheetspace.sdk.orchestrator.model - package net.spreadsheetspace.sdk.orchestrator.model
 
net.spreadsheetspace.sdk.sbc - package net.spreadsheetspace.sdk.sbc
 
net.spreadsheetspace.sdk.sbc.model - package net.spreadsheetspace.sdk.sbc.model
 
net.spreadsheetspace.sdk.viewserver - package net.spreadsheetspace.sdk.viewserver
 
net.spreadsheetspace.sdk.viewserver.model - package net.spreadsheetspace.sdk.viewserver.model
 
newViewEvent(String, String, String, String, OrchestratorNewViewRequest) - Static method in class net.spreadsheetspace.sdk.orchestrator.OrchestratorEventUtil
 
NotificationCallback - Interface in net.spreadsheetspace.sdk.notify
This interface contains the SpreadSheetSpace Sdk callback functions.
NotificationThread - Class in net.spreadsheetspace.sdk.notify
 
NotificationThread(String, String, String, String, String, Logger) - Constructor for class net.spreadsheetspace.sdk.notify.NotificationThread
 
NotificationType - Enum in net.spreadsheetspace.sdk.sbc.model
 

O

OrchestratorContactUtil - Class in net.spreadsheetspace.sdk.orchestrator
 
OrchestratorContactUtil() - Constructor for class net.spreadsheetspace.sdk.orchestrator.OrchestratorContactUtil
 
OrchestratorEventUtil - Class in net.spreadsheetspace.sdk.orchestrator
 
OrchestratorEventUtil() - Constructor for class net.spreadsheetspace.sdk.orchestrator.OrchestratorEventUtil
 
OrchestratorKeyMgmtUtil - Class in net.spreadsheetspace.sdk.orchestrator
 
OrchestratorKeyMgmtUtil() - Constructor for class net.spreadsheetspace.sdk.orchestrator.OrchestratorKeyMgmtUtil
 
OrchestratorLockSharingUtil - Class in net.spreadsheetspace.sdk.orchestrator
 
OrchestratorLockSharingUtil() - Constructor for class net.spreadsheetspace.sdk.orchestrator.OrchestratorLockSharingUtil
 
OrchestratorNewViewRequest - Class in net.spreadsheetspace.sdk.orchestrator.model
 
OrchestratorNewViewRequest(String, String, String, HashSet<UserPermissionWs>, String, Boolean, int, String, Boolean, int, int, boolean, Timestamp) - Constructor for class net.spreadsheetspace.sdk.orchestrator.model.OrchestratorNewViewRequest
 
orchestratorServer - Static variable in class net.spreadsheetspace.sdk.orchestrator.OrchestratorContactUtil
 
orchestratorServer - Static variable in class net.spreadsheetspace.sdk.orchestrator.OrchestratorKeyMgmtUtil
 
orchestratorServer - Static variable in class net.spreadsheetspace.sdk.orchestrator.OrchestratorLockSharingUtil
 
orchestratorServer - Static variable in class net.spreadsheetspace.sdk.orchestrator.OrchestratorViewsMgmtUtil
 
OrchestratorViewsMgmtUtil - Class in net.spreadsheetspace.sdk.orchestrator
 
OrchestratorViewsMgmtUtil() - Constructor for class net.spreadsheetspace.sdk.orchestrator.OrchestratorViewsMgmtUtil
 
owner - Variable in class net.spreadsheetspace.sdk.model.ListViewResponse
 
owner - Variable in class net.spreadsheetspace.sdk.model.View
 
OwnerValue - Class in net.spreadsheetspace.sdk.model
 
OwnerValue(String, String, String, String) - Constructor for class net.spreadsheetspace.sdk.model.OwnerValue
 

P

password - Variable in class net.spreadsheetspace.sdk.model.User
 
publicKeys - Variable in class net.spreadsheetspace.sdk.orchestrator.model.PublicKeysResponse
 
PublicKeysResponse - Class in net.spreadsheetspace.sdk.orchestrator.model
 
PublicKeysResponse(List<PublicKeyWs>) - Constructor for class net.spreadsheetspace.sdk.orchestrator.model.PublicKeysResponse
 
PublicKeyWs - Class in net.spreadsheetspace.sdk.orchestrator.model
 
PublicKeyWs(String, String, String, String, String, String) - Constructor for class net.spreadsheetspace.sdk.orchestrator.model.PublicKeyWs
 
publishPublicView(String, String, String) - Method in class net.spreadsheetspace.sdk.Sdk
Publish on T-Space of an existing Public View.
PublishRequest - Class in net.spreadsheetspace.sdk.orchestrator.model
 
PublishRequest(String, String, String) - Constructor for class net.spreadsheetspace.sdk.orchestrator.model.PublishRequest
 
publishView(String, String, String, PublishRequest, GenericResponse) - Static method in class net.spreadsheetspace.sdk.orchestrator.OrchestratorViewsMgmtUtil
 
pull(PullRequest, String, String, String) - Static method in class net.spreadsheetspace.sdk.viewserver.ViewServerUtil
 
PullRequest - Class in net.spreadsheetspace.sdk.viewserver.model
 
PullRequest() - Constructor for class net.spreadsheetspace.sdk.viewserver.model.PullRequest
 
PullResponse - Class in net.spreadsheetspace.sdk.viewserver.model
 
PullResponse(AuthenticationResponse, AuthorizationResponse, String, List<FileBlob>, List<FileBlob>, Long) - Constructor for class net.spreadsheetspace.sdk.viewserver.model.PullResponse
 
PullResponse(String, List<FileBlob>, List<FileBlob>, Long) - Constructor for class net.spreadsheetspace.sdk.viewserver.model.PullResponse
 
push(PushRequest, String, String, String) - Static method in class net.spreadsheetspace.sdk.viewserver.ViewServerUtil
 
push(String, PushRequest, String, String, String) - Static method in class net.spreadsheetspace.sdk.viewserver.ViewServerUtil
 
PushRequest - Class in net.spreadsheetspace.sdk.viewserver.model
 
PushRequest(String, String, String, List<UserPermissionWs>, List<FileBlob>, List<FileBlob>) - Constructor for class net.spreadsheetspace.sdk.viewserver.model.PushRequest
 
PushRequest() - Constructor for class net.spreadsheetspace.sdk.viewserver.model.PushRequest
 
PushResponse - Class in net.spreadsheetspace.sdk.viewserver.model
 
PushResponse(AuthenticationResponse, AuthorizationResponse, String) - Constructor for class net.spreadsheetspace.sdk.viewserver.model.PushResponse
 
PushResponse(String) - Constructor for class net.spreadsheetspace.sdk.viewserver.model.PushResponse
 

R

recreateSession(String, String, String, String) - Static method in class net.spreadsheetspace.sdk.sbc.SbcUtil
 
RefreshEvent - Class in net.spreadsheetspace.sdk.orchestrator.model
 
RefreshEvent(String, String) - Constructor for class net.spreadsheetspace.sdk.orchestrator.model.RefreshEvent
 
registerSession(SbcSession, String, String, String) - Static method in class net.spreadsheetspace.sdk.sbc.SbcUtil
 
removeRecipients(String, String, LinkedList<String>, String, String, String, AuthenticationResponse, ExcelType) - Static method in class net.spreadsheetspace.sdk.orchestrator.OrchestratorContactUtil
 
removeRecipients(String, String, LinkedList<String>) - Method in class net.spreadsheetspace.sdk.Sdk
Remove recipient(s) to existing view.
removeViewSubscription(ViewObj) - Method in class net.spreadsheetspace.sdk.notify.NotificationThread
 
request - Variable in class net.spreadsheetspace.sdk.model.FailureAlertView
 
Request - Class in net.spreadsheetspace.sdk.model
 
Request(String, String, String, String) - Constructor for class net.spreadsheetspace.sdk.model.Request
 
requester - Variable in class net.spreadsheetspace.sdk.model.Request
 
run() - Method in class net.spreadsheetspace.sdk.notify.NotificationThread
 

S

Sbc - Class in net.spreadsheetspace.sdk.sbc.model
 
Sbc(String, String, Integer) - Constructor for class net.spreadsheetspace.sdk.sbc.model.Sbc
 
SbcSession - Class in net.spreadsheetspace.sdk.sbc.model
 
SbcSession(String, String, String, String) - Constructor for class net.spreadsheetspace.sdk.sbc.model.SbcSession
 
SbcSubscription - Class in net.spreadsheetspace.sdk.sbc.model
 
SbcSubscription(String, int, String, String) - Constructor for class net.spreadsheetspace.sdk.sbc.model.SbcSubscription
 
SbcUtil - Class in net.spreadsheetspace.sdk.sbc
 
SbcUtil() - Constructor for class net.spreadsheetspace.sdk.sbc.SbcUtil
 
Sdk - Class in net.spreadsheetspace.sdk
SpreadSheetSpace Software Development Kit class.
Sdk(String, String, String) - Constructor for class net.spreadsheetspace.sdk.Sdk
Constructor of SpreadSheetSpace Sdk.
Sdk(String, String) - Constructor for class net.spreadsheetspace.sdk.Sdk
Constructor of SpreadSheetSpace Sdk.
SdkKeyMgmtUtil - Class in net.spreadsheetspace.sdk
 
SdkKeyMgmtUtil() - Constructor for class net.spreadsheetspace.sdk.SdkKeyMgmtUtil
 
sendPublicKey(PublicKeyWs, String, String, String) - Static method in class net.spreadsheetspace.sdk.orchestrator.OrchestratorKeyMgmtUtil
 
sessionId - Variable in class net.spreadsheetspace.sdk.sbc.model.SbcSubscription
 
SessionResponse - Class in net.spreadsheetspace.sdk.sbc.model
 
SessionResponse(String, String) - Constructor for class net.spreadsheetspace.sdk.sbc.model.SessionResponse
 
setAuthenticationResponse(AuthenticationResponse) - Method in class net.spreadsheetspace.sdk.viewserver.model.PullResponse
 
setAuthenticationResponse(AuthenticationResponse) - Method in class net.spreadsheetspace.sdk.viewserver.model.PushResponse
 
setAuthorizationResponse(AuthorizationResponse) - Method in class net.spreadsheetspace.sdk.viewserver.model.PullResponse
 
setAuthorizationResponse(AuthorizationResponse) - Method in class net.spreadsheetspace.sdk.viewserver.model.PushResponse
 
setAuthorize(boolean) - Method in class net.spreadsheetspace.sdk.authorization.model.AuthorizationResponse
 
setCategory(int) - Method in class net.spreadsheetspace.sdk.orchestrator.model.OrchestratorNewViewRequest
 
setCategory(ViewCategory) - Method in class net.spreadsheetspace.sdk.orchestrator.model.PublishRequest
 
setClient_type(ClientType) - Method in class net.spreadsheetspace.sdk.orchestrator.model.PublishRequest
 
setClientSeqNum(Long) - Method in class net.spreadsheetspace.sdk.viewserver.model.PullRequest
 
setClientType(int) - Method in class net.spreadsheetspace.sdk.orchestrator.model.OrchestratorNewViewRequest
 
setClientType(ClientType) - Method in class net.spreadsheetspace.sdk.sbc.model.Message
 
setCoedit_id(String) - Method in class net.spreadsheetspace.sdk.orchestrator.model.Metadata
 
setCoedit_viewserver(String) - Method in class net.spreadsheetspace.sdk.orchestrator.model.Metadata
 
setCols(int) - Method in class net.spreadsheetspace.sdk.orchestrator.model.Metadata
 
setComment(String) - Method in class net.spreadsheetspace.sdk.orchestrator.model.PublishRequest
 
setCompletedList(List<Object>) - Method in class net.spreadsheetspace.sdk.orchestrator.model.GenericResponse
 
setCreation(long) - Method in class net.spreadsheetspace.sdk.model.UserView
 
setCreationTime(String) - Method in class net.spreadsheetspace.sdk.orchestrator.model.PublicKeyWs
 
setData(byte[]) - Method in class net.spreadsheetspace.sdk.viewserver.model.FileBlob
 
setDescription(String) - Method in class net.spreadsheetspace.sdk.model.UserView
 
setDescription(String) - Method in class net.spreadsheetspace.sdk.orchestrator.model.OrchestratorNewViewRequest
 
setDescription(String) - Method in class net.spreadsheetspace.sdk.orchestrator.model.PublicKeyWs
 
setDescription(String) - Method in class net.spreadsheetspace.sdk.sbc.model.Message
 
setDescription(String) - Method in class net.spreadsheetspace.sdk.sbc.model.Sbc
 
setEmail(String) - Method in class net.spreadsheetspace.sdk.authentication.model.AuthenticationResponse
 
setEmailAddress(String) - Method in class net.spreadsheetspace.sdk.model.Contact
 
setEncrypted(boolean) - Method in class net.spreadsheetspace.sdk.model.UserView
 
setEncrypted(Boolean) - Method in class net.spreadsheetspace.sdk.orchestrator.model.OrchestratorNewViewRequest
 
setEncrypted(boolean) - Method in class net.spreadsheetspace.sdk.orchestrator.model.UpdateEvent
 
setExcelType(String) - Method in class net.spreadsheetspace.sdk.model.UserView
 
setExcelType(ExcelType) - Method in class net.spreadsheetspace.sdk.model.ViewDescriptor
 
setExcelType(String) - Method in class net.spreadsheetspace.sdk.orchestrator.model.Metadata
 
setFailedList(List<Object>) - Method in class net.spreadsheetspace.sdk.orchestrator.model.GenericResponse
 
setFileList(List<FileBlob>) - Method in class net.spreadsheetspace.sdk.viewserver.model.PullResponse
 
setFileList(List<FileBlob>) - Method in class net.spreadsheetspace.sdk.viewserver.model.PushRequest
 
setFileName(String) - Method in class net.spreadsheetspace.sdk.sbc.model.Message
 
setFilename(String) - Method in class net.spreadsheetspace.sdk.viewserver.model.FileBlob
 
setFirst_name(String) - Method in class net.spreadsheetspace.sdk.model.UserBase
 
setFirstName(String) - Method in class net.spreadsheetspace.sdk.model.Contact
 
setFormId(String) - Method in class net.spreadsheetspace.sdk.sbc.model.Message
 
setFormServer(String) - Method in class net.spreadsheetspace.sdk.sbc.model.Message
 
setFromAddin(Boolean) - Method in class net.spreadsheetspace.sdk.orchestrator.model.OrchestratorNewViewRequest
 
setHas_data(Boolean) - Method in class net.spreadsheetspace.sdk.orchestrator.model.Metadata
 
setHas_headers(Boolean) - Method in class net.spreadsheetspace.sdk.orchestrator.model.Metadata
 
setHas_template(Boolean) - Method in class net.spreadsheetspace.sdk.orchestrator.model.Metadata
 
setHostname(String) - Method in class net.spreadsheetspace.sdk.orchestrator.model.ViewServer
 
setHostname(String) - Method in class net.spreadsheetspace.sdk.sbc.model.Sbc
 
setId(String) - Method in class net.spreadsheetspace.sdk.model.UserBase
 
setId(String) - Method in class net.spreadsheetspace.sdk.orchestrator.model.OrchestratorNewViewRequest
 
setId(String) - Method in class net.spreadsheetspace.sdk.orchestrator.model.PublicKeyWs
 
setId(String) - Method in class net.spreadsheetspace.sdk.orchestrator.model.PublishRequest
 
setId(String) - Method in class net.spreadsheetspace.sdk.orchestrator.model.ViewObj
 
setId(String) - Method in class net.spreadsheetspace.sdk.viewserver.model.PullRequest
 
setId(String) - Method in class net.spreadsheetspace.sdk.viewserver.model.PullResponse
 
setId(String) - Method in class net.spreadsheetspace.sdk.viewserver.model.PushRequest
 
setInternalHostname(String) - Method in class net.spreadsheetspace.sdk.orchestrator.model.ViewServer
 
setIs_form(boolean) - Method in class net.spreadsheetspace.sdk.model.UserView
 
setIs_table(boolean) - Method in class net.spreadsheetspace.sdk.model.UserView
 
setIs_table(Boolean) - Method in class net.spreadsheetspace.sdk.orchestrator.model.Metadata
 
setKey(String) - Method in class net.spreadsheetspace.sdk.orchestrator.model.PublicKeyWs
 
setLast_name(String) - Method in class net.spreadsheetspace.sdk.model.UserBase
 
setLastName(String) - Method in class net.spreadsheetspace.sdk.model.Contact
 
setListContact(Contact[]) - Method in class net.spreadsheetspace.sdk.model.AddressBookDescriptor
 
setListRecipients(LinkedList<String>) - Method in class net.spreadsheetspace.sdk.model.UserView
 
setListView(LinkedList<UserView>) - Method in class net.spreadsheetspace.sdk.model.ListViewDescriptor
 
setLocker_id(String) - Method in class net.spreadsheetspace.sdk.orchestrator.model.Sharing
 
setMail(String) - Method in class net.spreadsheetspace.sdk.model.UserBase
 
setMail(String) - Method in class net.spreadsheetspace.sdk.orchestrator.model.UserPermissionWs
 
setMarketId(String) - Method in class net.spreadsheetspace.sdk.model.ViewDescriptor
 
setMessage(String) - Method in class net.spreadsheetspace.sdk.authentication.model.AuthenticationResponse
 
setMessage(String) - Method in class net.spreadsheetspace.sdk.authorization.model.AuthorizationResponse
 
setMessage(LinkedList<String>) - Method in class net.spreadsheetspace.sdk.model.ChangeRecipientDescriptor
 
setMessage(String) - Method in class net.spreadsheetspace.sdk.model.ViewDescriptor
 
setMessage(String) - Method in class net.spreadsheetspace.sdk.viewserver.model.PullResponse
 
setMessage(String) - Method in class net.spreadsheetspace.sdk.viewserver.model.PushResponse
 
setMessages(LinkedList<String>) - Method in class net.spreadsheetspace.sdk.model.ViewDescriptor
 
setMetadata(String) - Method in class net.spreadsheetspace.sdk.orchestrator.model.OrchestratorNewViewRequest
 
setMetadata(String) - Method in class net.spreadsheetspace.sdk.orchestrator.model.ViewObj
 
setMetadata(String) - Method in class net.spreadsheetspace.sdk.sbc.model.Message
 
setNextAvailableSequenceNumber(Long) - Method in class net.spreadsheetspace.sdk.model.ViewDescriptor
 
setNextSeqNumAvailable(Long) - Method in class net.spreadsheetspace.sdk.viewserver.model.PushResponse
 
setNotificationType(NotificationType) - Method in class net.spreadsheetspace.sdk.sbc.model.Message
 
setOptionalFileList(List<FileBlob>) - Method in class net.spreadsheetspace.sdk.viewserver.model.PullResponse
 
setOptionalFileList(List<FileBlob>) - Method in class net.spreadsheetspace.sdk.viewserver.model.PushRequest
 
setOptionalFilenameList(List<String>) - Method in class net.spreadsheetspace.sdk.viewserver.model.PullRequest
 
setOwner(String) - Method in class net.spreadsheetspace.sdk.model.UserView
 
setOwner(String) - Method in class net.spreadsheetspace.sdk.orchestrator.model.OrchestratorNewViewRequest
 
setOwner(UserBase) - Method in class net.spreadsheetspace.sdk.orchestrator.model.SharingObj
 
setOwner(String) - Method in class net.spreadsheetspace.sdk.viewserver.model.PushRequest
 
setOwner_id(String) - Method in class net.spreadsheetspace.sdk.orchestrator.model.Sharing
 
setPermissionType(int) - Method in class net.spreadsheetspace.sdk.orchestrator.model.UserPermissionWs
 
setPrivateKey(String) - Method in class net.spreadsheetspace.sdk.model.GenerateKeyDescriptor
 
setPublicKey(String) - Method in class net.spreadsheetspace.sdk.model.GenerateKeyDescriptor
 
setPublicKeys(List<PublicKeyWs>) - Method in class net.spreadsheetspace.sdk.orchestrator.model.PublicKeysResponse
 
setRows(int) - Method in class net.spreadsheetspace.sdk.orchestrator.model.Metadata
 
setSbcHostname(String) - Method in class net.spreadsheetspace.sdk.sbc.model.SbcSession
 
setSender(String) - Method in class net.spreadsheetspace.sdk.sbc.model.Message
 
setSenderId(String) - Method in class net.spreadsheetspace.sdk.sbc.model.Message
 
setSeqNum(Long) - Method in class net.spreadsheetspace.sdk.model.ValuesViewDescriptor
 
setSeqNum(long) - Method in class net.spreadsheetspace.sdk.sbc.model.Message
 
setSeqNum(Long) - Method in class net.spreadsheetspace.sdk.viewserver.model.PullResponse
 
setSequenceNumber(Long) - Method in class net.spreadsheetspace.sdk.viewserver.model.FileBlob
 
setSession_id(String) - Method in class net.spreadsheetspace.sdk.sbc.model.SessionResponse
 
setSessionId(String) - Method in class net.spreadsheetspace.sdk.sbc.model.SbcSession
 
setSessionId(String) - Method in class net.spreadsheetspace.sdk.sbc.model.SbcSubscription
 
setSharing_id(String) - Method in class net.spreadsheetspace.sdk.orchestrator.model.Sharing
 
setSharing_id(String) - Method in class net.spreadsheetspace.sdk.orchestrator.model.SharingObj
 
setSharing_id(String) - Method in class net.spreadsheetspace.sdk.orchestrator.model.ViewSharing
 
setSharing_view_server(String) - Method in class net.spreadsheetspace.sdk.orchestrator.model.Sharing
 
setSharing_view_server(String) - Method in class net.spreadsheetspace.sdk.orchestrator.model.SharingObj
 
setSharing_view_server(String) - Method in class net.spreadsheetspace.sdk.orchestrator.model.ViewSharing
 
setSharingViewsObj(List<ViewSharingObj>) - Method in class net.spreadsheetspace.sdk.orchestrator.model.SharingObj
 
setState(int) - Method in class net.spreadsheetspace.sdk.orchestrator.model.OrchestratorNewViewRequest
 
setState(Integer) - Method in class net.spreadsheetspace.sdk.sbc.model.Sbc
 
setStatusCode(int) - Method in class net.spreadsheetspace.sdk.authentication.model.AuthenticationResponse
 
setStatusCode(int) - Method in class net.spreadsheetspace.sdk.authorization.model.AuthorizationResponse
 
setStatusCode(StatusCode) - Method in class net.spreadsheetspace.sdk.model.AddressBookDescriptor
 
setStatusCode(StatusCode) - Method in class net.spreadsheetspace.sdk.model.ChangeRecipientDescriptor
 
setStatusCode(StatusCode) - Method in class net.spreadsheetspace.sdk.model.GenerateKeyDescriptor
 
setStatusCode(StatusCode) - Method in class net.spreadsheetspace.sdk.model.ListViewDescriptor
 
setStatusCode(StatusCode) - Method in class net.spreadsheetspace.sdk.model.UserDescriptor
 
setStatusCode(StatusCode) - Method in class net.spreadsheetspace.sdk.model.ValuesViewDescriptor
 
setStatusCode(StatusCode) - Method in class net.spreadsheetspace.sdk.model.ViewDescriptor
 
setStatusCode(Integer) - Method in class net.spreadsheetspace.sdk.viewserver.model.PullResponse
 
setStatusCode(Integer) - Method in class net.spreadsheetspace.sdk.viewserver.model.PushResponse
 
setStatusCodeEnum(StatusCode) - Method in class net.spreadsheetspace.sdk.viewserver.model.PullResponse
 
setStatusCodeEnum(StatusCode) - Method in class net.spreadsheetspace.sdk.viewserver.model.PushResponse
 
setTagged(boolean) - Method in class net.spreadsheetspace.sdk.orchestrator.model.OrchestratorNewViewRequest
 
setTagged(boolean) - Method in class net.spreadsheetspace.sdk.orchestrator.model.UpdateEvent
 
setTimestamp(long) - Method in class net.spreadsheetspace.sdk.sbc.model.Message
 
setTimestamp(String) - Method in class net.spreadsheetspace.sdk.sbc.model.SbcSession
 
setTimestamp(String) - Method in class net.spreadsheetspace.sdk.sbc.model.SessionResponse
 
setTs(Timestamp) - Method in class net.spreadsheetspace.sdk.orchestrator.model.OrchestratorNewViewRequest
 
setTs(Timestamp) - Method in class net.spreadsheetspace.sdk.orchestrator.model.UpdateEvent
 
setType(int) - Method in class net.spreadsheetspace.sdk.sbc.model.SbcSubscription
 
setType(int) - Method in class net.spreadsheetspace.sdk.viewserver.model.FileBlob
 
setUser(UserBase) - Method in class net.spreadsheetspace.sdk.orchestrator.model.ViewSharingObj
 
setUser_id(String) - Method in class net.spreadsheetspace.sdk.orchestrator.model.ViewSharing
 
setUserId(String) - Method in class net.spreadsheetspace.sdk.authentication.model.AuthenticationResponse
 
setUserId(String) - Method in class net.spreadsheetspace.sdk.orchestrator.model.PublicKeyWs
 
setUserId(String) - Method in class net.spreadsheetspace.sdk.sbc.model.Message
 
setUserId(String) - Method in class net.spreadsheetspace.sdk.sbc.model.SbcSession
 
setUserMail(String) - Method in class net.spreadsheetspace.sdk.orchestrator.model.PublicKeyWs
 
setUsername(String) - Method in class net.spreadsheetspace.sdk.model.UserDescriptor
 
setUsersPermission(HashSet<UserPermissionWs>) - Method in class net.spreadsheetspace.sdk.orchestrator.model.OrchestratorNewViewRequest
 
setUsersPermission(List<UserPermissionWs>) - Method in class net.spreadsheetspace.sdk.viewserver.model.PushRequest
 
setUuid(String) - Method in class net.spreadsheetspace.sdk.sbc.model.SbcSubscription
 
setValues(String[][]) - Method in class net.spreadsheetspace.sdk.model.ValuesViewDescriptor
 
setView_id(String) - Method in class net.spreadsheetspace.sdk.model.UserView
 
setView_id(String) - Method in class net.spreadsheetspace.sdk.orchestrator.model.ViewSharing
 
setView_server(String) - Method in class net.spreadsheetspace.sdk.model.UserView
 
setView_server(String) - Method in class net.spreadsheetspace.sdk.orchestrator.model.PublishRequest
 
setView_server(String) - Method in class net.spreadsheetspace.sdk.orchestrator.model.ViewObj
 
setView_server(String) - Method in class net.spreadsheetspace.sdk.orchestrator.model.ViewSharing
 
setViewId(String) - Method in class net.spreadsheetspace.sdk.model.ChangeRecipientDescriptor
 
setViewId(String) - Method in class net.spreadsheetspace.sdk.model.ViewDescriptor
 
setViewId(String) - Method in class net.spreadsheetspace.sdk.orchestrator.model.ImportEvent
 
setViewId(String) - Method in class net.spreadsheetspace.sdk.orchestrator.model.RefreshEvent
 
setViewId(String) - Method in class net.spreadsheetspace.sdk.orchestrator.model.UpdateEvent
 
setViewId(String) - Method in class net.spreadsheetspace.sdk.sbc.model.Message
 
setViewId(String) - Method in class net.spreadsheetspace.sdk.viewserver.model.PushResponse
 
setViewServer(String) - Method in class net.spreadsheetspace.sdk.model.ChangeRecipientDescriptor
 
setViewServer(String) - Method in class net.spreadsheetspace.sdk.model.ViewDescriptor
 
setViewServer(String) - Method in class net.spreadsheetspace.sdk.orchestrator.model.ImportEvent
 
setViewServer(String) - Method in class net.spreadsheetspace.sdk.orchestrator.model.OrchestratorNewViewRequest
 
setViewServer(String) - Method in class net.spreadsheetspace.sdk.orchestrator.model.RefreshEvent
 
setViewServer(String) - Method in class net.spreadsheetspace.sdk.orchestrator.model.UpdateEvent
 
setViewServer(String) - Method in class net.spreadsheetspace.sdk.sbc.model.Message
 
setViewServer(String) - Method in class net.spreadsheetspace.sdk.sbc.model.SbcSubscription
 
setViewServer(String) - Method in class net.spreadsheetspace.sdk.viewserver.model.PullRequest
 
setViewServer(String) - Method in class net.spreadsheetspace.sdk.viewserver.model.PushRequest
 
setViewSharing(ViewSharing) - Method in class net.spreadsheetspace.sdk.orchestrator.model.OrchestratorNewViewRequest
 
setViewSharing(ViewSharing) - Method in class net.spreadsheetspace.sdk.orchestrator.model.ViewSharingObj
 
Sharing - Class in net.spreadsheetspace.sdk.orchestrator.model
 
Sharing(String, String, String, String) - Constructor for class net.spreadsheetspace.sdk.orchestrator.model.Sharing
 
SharingObj - Class in net.spreadsheetspace.sdk.orchestrator.model
 
SharingObj(String, String, UserBase, List<ViewSharingObj>) - Constructor for class net.spreadsheetspace.sdk.orchestrator.model.SharingObj
 
state - Variable in class net.spreadsheetspace.sdk.sbc.model.Sbc
 
StatusCode - Class in net.spreadsheetspace.sdk.authentication.model
 
StatusCode() - Constructor for class net.spreadsheetspace.sdk.authentication.model.StatusCode
 
StatusCode - Class in net.spreadsheetspace.sdk.authorization.model
 
StatusCode() - Constructor for class net.spreadsheetspace.sdk.authorization.model.StatusCode
 
StatusCode - Enum in net.spreadsheetspace.sdk
 
StatusCode - Class in net.spreadsheetspace.sdk.viewserver.model
 
StatusCode() - Constructor for class net.spreadsheetspace.sdk.viewserver.model.StatusCode
 
StatusCode.StatusCodeEnum - Enum in net.spreadsheetspace.sdk.authentication.model
 
StatusCode.StatusCodeEnum - Enum in net.spreadsheetspace.sdk.authorization.model
 
StatusCode.StatusCodeEnum - Enum in net.spreadsheetspace.sdk.viewserver.model
 
stopNotifier() - Method in class net.spreadsheetspace.sdk.notify.NotificationThread
 
subscribeNotificationView(ViewDescriptor, NotificationCallback) - Method in class net.spreadsheetspace.sdk.Sdk
Subscription to perform a callback function when you receive an update notification of a specific view.
subscribeNotificationView(UserView, NotificationCallback) - Method in class net.spreadsheetspace.sdk.Sdk
Subscription to perform a callback function when you receive an update notification of a specific view.
subscribeNotificationView(String, String, NotificationCallback) - Method in class net.spreadsheetspace.sdk.Sdk
Subscription to perform a callback function when you receive an update notification of a specific view.
SubscriptionType - Enum in net.spreadsheetspace.sdk.sbc.model
 
symmetricAlgorithm - Variable in class net.spreadsheetspace.sdk.model.DataEncrypt
 
symmetricAlgorithm - Variable in class net.spreadsheetspace.sdk.model.DataEncryptString
 
SymmetricAlgorithm - Enum in net.spreadsheetspace.sdk.model
 
SymmetricKey - Class in net.spreadsheetspace.sdk.model
 
SymmetricKey(String, byte[]) - Constructor for class net.spreadsheetspace.sdk.model.SymmetricKey
 
symmetricKeys - Variable in class net.spreadsheetspace.sdk.model.DataEncrypt
 
symmetricKeys - Variable in class net.spreadsheetspace.sdk.model.DataEncryptString
 
SymmetricKeyString - Class in net.spreadsheetspace.sdk.model
 
SymmetricKeyString(String, String) - Constructor for class net.spreadsheetspace.sdk.model.SymmetricKeyString
 

T

toString() - Method in class net.spreadsheetspace.sdk.authentication.model.AuthenticationResponse
 
toString() - Method in class net.spreadsheetspace.sdk.authorization.model.AuthorizationResponse
 
toString() - Method in class net.spreadsheetspace.sdk.model.DataEncrypt
 
toString() - Method in class net.spreadsheetspace.sdk.model.DataEncryptString
 
toString() - Method in class net.spreadsheetspace.sdk.model.UserBase
 
toString() - Method in class net.spreadsheetspace.sdk.model.ViewDescriptor
 
toString() - Method in class net.spreadsheetspace.sdk.orchestrator.model.Metadata
 
toString() - Method in class net.spreadsheetspace.sdk.orchestrator.model.OrchestratorNewViewRequest
 
toString() - Method in class net.spreadsheetspace.sdk.orchestrator.model.PublicKeysResponse
 
toString() - Method in class net.spreadsheetspace.sdk.orchestrator.model.PublicKeyWs
 
toString() - Method in class net.spreadsheetspace.sdk.orchestrator.model.PublishRequest
 
toString() - Method in class net.spreadsheetspace.sdk.orchestrator.model.Sharing
 
toString() - Method in class net.spreadsheetspace.sdk.orchestrator.model.SharingObj
 
toString() - Method in class net.spreadsheetspace.sdk.orchestrator.model.UpdateEvent
 
toString() - Method in class net.spreadsheetspace.sdk.orchestrator.model.UserPermissionWs
 
toString() - Method in class net.spreadsheetspace.sdk.orchestrator.model.ViewObj
 
toString() - Method in class net.spreadsheetspace.sdk.orchestrator.model.ViewSharing
 
toString() - Method in class net.spreadsheetspace.sdk.orchestrator.model.ViewSharingObj
 
toString() - Method in class net.spreadsheetspace.sdk.sbc.model.Message
 
toString() - Method in class net.spreadsheetspace.sdk.sbc.model.Sbc
 
toString() - Method in class net.spreadsheetspace.sdk.sbc.model.SbcSession
 
toString() - Method in class net.spreadsheetspace.sdk.sbc.model.SbcSubscription
 
toString() - Method in class net.spreadsheetspace.sdk.sbc.model.SessionResponse
 
toString() - Method in class net.spreadsheetspace.sdk.viewserver.model.PullRequest
 
toString() - Method in class net.spreadsheetspace.sdk.viewserver.model.PullResponse
 
toString() - Method in class net.spreadsheetspace.sdk.viewserver.model.PushRequest
 
toString() - Method in class net.spreadsheetspace.sdk.viewserver.model.PushResponse
 
trustAllCerts - Static variable in class net.spreadsheetspace.sdk.DummyTrustManager
 
type - Variable in class net.spreadsheetspace.sdk.model.ChangeRecipientsRequest
 
type - Variable in class net.spreadsheetspace.sdk.sbc.model.SbcSubscription
 

U

unlock(String, String, String, ViewSharing) - Static method in class net.spreadsheetspace.sdk.orchestrator.OrchestratorLockSharingUtil
 
unsubscribeNotificationView(ViewDescriptor) - Method in class net.spreadsheetspace.sdk.Sdk
Deletes a subscription previously created to receive an update of a specific view.
unsubscribeNotificationView(UserView) - Method in class net.spreadsheetspace.sdk.Sdk
Deletes a subscription previously created to receive an update of a specific view.
unsubscribeNotificationView(String, String) - Method in class net.spreadsheetspace.sdk.Sdk
Deletes a subscription previously created to receive an update of a specific view.
updateAvailable(ViewObj) - Method in interface net.spreadsheetspace.sdk.notify.NotificationCallback
This callback is executed when an update event is received for a monitored View.
UpdateEvent - Class in net.spreadsheetspace.sdk.orchestrator.model
 
UpdateEvent(String, String, Boolean, Boolean, Timestamp) - Constructor for class net.spreadsheetspace.sdk.orchestrator.model.UpdateEvent
 
updateUserPassword(String, String, String, String, String) - Static method in class net.spreadsheetspace.sdk.orchestrator.OrchestratorContactUtil
 
updateView(ViewDescriptor, String[][], String, boolean, boolean, Timestamp) - Method in class net.spreadsheetspace.sdk.Sdk
Update the data and the template of an existing SpreadSheetSpace View.
updateView(ViewDescriptor, String[][], String, boolean, boolean) - Method in class net.spreadsheetspace.sdk.Sdk
Update the data and the template of an existing SpreadSheetSpace View.
updateView(ViewDescriptor, String[][], String, boolean, boolean, Timestamp, boolean) - Method in class net.spreadsheetspace.sdk.Sdk
Update the data and the template of an existing SpreadSheetSpace View.
updateView(ViewDescriptor, String[][], String, boolean, boolean, boolean) - Method in class net.spreadsheetspace.sdk.Sdk
Update the data and the template of an existing SpreadSheetSpace View.
updateViewEvent(String, String, String, String, UpdateEvent) - Static method in class net.spreadsheetspace.sdk.orchestrator.OrchestratorEventUtil
 
User - Class in net.spreadsheetspace.sdk.model
 
User(String, String, String, String, String) - Constructor for class net.spreadsheetspace.sdk.model.User
 
User(String, String) - Constructor for class net.spreadsheetspace.sdk.model.User
 
UserBase - Class in net.spreadsheetspace.sdk.model
 
UserBase(String) - Constructor for class net.spreadsheetspace.sdk.model.UserBase
 
UserBase(String, String, String, String) - Constructor for class net.spreadsheetspace.sdk.model.UserBase
 
UserDescriptor - Class in net.spreadsheetspace.sdk.model
Response object for create/update user request

Composed by: username: This string represents the username of the request user.
UserDescriptor(String, StatusCode) - Constructor for class net.spreadsheetspace.sdk.model.UserDescriptor
 
userId - Variable in class net.spreadsheetspace.sdk.model.SymmetricKey
 
userId - Variable in class net.spreadsheetspace.sdk.model.SymmetricKeyString
 
username - Variable in class net.spreadsheetspace.sdk.model.User
 
userPermission - Variable in class net.spreadsheetspace.sdk.orchestrator.model.UserPermissionObj
 
userPermissionList - Variable in class net.spreadsheetspace.sdk.model.ChangeRecipientsRequest
 
UserPermissionObj - Class in net.spreadsheetspace.sdk.orchestrator.model
 
UserPermissionObj(UserPermissionWs) - Constructor for class net.spreadsheetspace.sdk.orchestrator.model.UserPermissionObj
 
UserPermissionWs - Class in net.spreadsheetspace.sdk.orchestrator.model
 
UserPermissionWs(String, ViewPermissionType) - Constructor for class net.spreadsheetspace.sdk.orchestrator.model.UserPermissionWs
 
usersPermission - Variable in class net.spreadsheetspace.sdk.viewserver.model.PushRequest
 
usersPermissionObj - Variable in class net.spreadsheetspace.sdk.model.ListViewResponse
 
UserView - Class in net.spreadsheetspace.sdk.model
Standard information for SpreadSheetSpace UserView.
UserView(String, String, String, String, LinkedList<String>, String, boolean, boolean, boolean, long) - Constructor for class net.spreadsheetspace.sdk.model.UserView
 
uuid - Variable in class net.spreadsheetspace.sdk.sbc.model.SbcSubscription
 

V

valueOf(String) - Static method in enum net.spreadsheetspace.sdk.authentication.model.StatusCode.StatusCodeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.spreadsheetspace.sdk.authorization.model.StatusCode.StatusCodeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.spreadsheetspace.sdk.model.SymmetricAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.spreadsheetspace.sdk.orchestrator.model.ClientType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.spreadsheetspace.sdk.orchestrator.model.ExcelType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.spreadsheetspace.sdk.orchestrator.model.ViewCategory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.spreadsheetspace.sdk.orchestrator.model.ViewPermissionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.spreadsheetspace.sdk.orchestrator.model.ViewState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.spreadsheetspace.sdk.sbc.model.NotificationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.spreadsheetspace.sdk.sbc.model.SubscriptionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.spreadsheetspace.sdk.StatusCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.spreadsheetspace.sdk.viewserver.model.FileType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.spreadsheetspace.sdk.viewserver.model.StatusCode.StatusCodeEnum
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.spreadsheetspace.sdk.authentication.model.StatusCode.StatusCodeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.spreadsheetspace.sdk.authorization.model.StatusCode.StatusCodeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.spreadsheetspace.sdk.model.SymmetricAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.spreadsheetspace.sdk.orchestrator.model.ClientType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.spreadsheetspace.sdk.orchestrator.model.ExcelType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.spreadsheetspace.sdk.orchestrator.model.ViewCategory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.spreadsheetspace.sdk.orchestrator.model.ViewPermissionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.spreadsheetspace.sdk.orchestrator.model.ViewState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.spreadsheetspace.sdk.sbc.model.NotificationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.spreadsheetspace.sdk.sbc.model.SubscriptionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.spreadsheetspace.sdk.StatusCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.spreadsheetspace.sdk.viewserver.model.FileType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.spreadsheetspace.sdk.viewserver.model.StatusCode.StatusCodeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
ValuesViewDescriptor - Class in net.spreadsheetspace.sdk.model
Response object for getValuesView

Composed by: values: This matrix represents view's values.
ValuesViewDescriptor(String[][], Long, StatusCode) - Constructor for class net.spreadsheetspace.sdk.model.ValuesViewDescriptor
 
View - Class in net.spreadsheetspace.sdk.model
 
View(String, String, UserBase, String) - Constructor for class net.spreadsheetspace.sdk.model.View
 
view_server - Variable in class net.spreadsheetspace.sdk.model.ListViewResponse
 
view_server - Variable in class net.spreadsheetspace.sdk.model.View
 
ViewCategory - Enum in net.spreadsheetspace.sdk.orchestrator.model
 
ViewDescriptor - Class in net.spreadsheetspace.sdk.model
Response object for create/update/publish View

Composed by viewId: This string represents the identifier of the View.
ViewDescriptor(String, String) - Constructor for class net.spreadsheetspace.sdk.model.ViewDescriptor
 
ViewDescriptor(String, String, String) - Constructor for class net.spreadsheetspace.sdk.model.ViewDescriptor
 
ViewDescriptor(String, String, Long) - Constructor for class net.spreadsheetspace.sdk.model.ViewDescriptor
 
ViewDescriptor(String, String, StatusCode, String, Long) - Constructor for class net.spreadsheetspace.sdk.model.ViewDescriptor
 
ViewDescriptor(String, String, ExcelType) - Constructor for class net.spreadsheetspace.sdk.model.ViewDescriptor
 
ViewDescriptor(String, String, Long, ExcelType) - Constructor for class net.spreadsheetspace.sdk.model.ViewDescriptor
 
ViewDescriptor(String, String, StatusCode, String, Long, ExcelType) - Constructor for class net.spreadsheetspace.sdk.model.ViewDescriptor
 
ViewDescriptor(String, String, StatusCode, String, Long, ExcelType, String) - Constructor for class net.spreadsheetspace.sdk.model.ViewDescriptor
 
ViewDescriptor(LinkedList<String>, StatusCode) - Constructor for class net.spreadsheetspace.sdk.model.ViewDescriptor
 
viewObj - Variable in class net.spreadsheetspace.sdk.model.ChangeRecipientsRequest
 
ViewObj - Class in net.spreadsheetspace.sdk.orchestrator.model
 
ViewObj(String, String) - Constructor for class net.spreadsheetspace.sdk.orchestrator.model.ViewObj
 
ViewObj(String, String, String) - Constructor for class net.spreadsheetspace.sdk.orchestrator.model.ViewObj
 
ViewPermissionType - Enum in net.spreadsheetspace.sdk.orchestrator.model
 
viewServer - Variable in class net.spreadsheetspace.sdk.model.Request
 
ViewServer - Class in net.spreadsheetspace.sdk.orchestrator.model
 
ViewServer(String, String) - Constructor for class net.spreadsheetspace.sdk.orchestrator.model.ViewServer
 
viewServer - Variable in class net.spreadsheetspace.sdk.sbc.model.SbcSubscription
 
ViewServerUtil - Class in net.spreadsheetspace.sdk.viewserver
 
ViewServerUtil() - Constructor for class net.spreadsheetspace.sdk.viewserver.ViewServerUtil
 
ViewSharing - Class in net.spreadsheetspace.sdk.orchestrator.model
 
ViewSharing(String, String, String, String, String) - Constructor for class net.spreadsheetspace.sdk.orchestrator.model.ViewSharing
 
ViewSharingObj - Class in net.spreadsheetspace.sdk.orchestrator.model
 
ViewSharingObj(ViewSharing, UserBase) - Constructor for class net.spreadsheetspace.sdk.orchestrator.model.ViewSharingObj
 
ViewState - Enum in net.spreadsheetspace.sdk.orchestrator.model
 
A B C D E F G H I K L M N O P R S T U V 
Skip navigation links

Copyright © 2023. All rights reserved.