- generateMetaData() - Static method in class com.kony.sdk.services.sync.model.metadata.SyncConfigMetaData
-
- get(HashMap<String, Object>, KNYCallback) - Method in class com.kony.sdk.client.KNYObj
-
- get(HashMap<String, Object>, KNYCallback) - Method in interface com.kony.sdk.services.syncV2.IKonyObjectSync
-
Get method provides ability to fetch records from local database
- getAll(Class<T>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Retrieves all the rows from the table associated with the class.
- getAll(String) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Retrieves all the rows from the table
- getAllInBackground(Class<T>, SyncObjectListCallback<T>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Retrieves all the rows from the table associated with the class.
- getAllInBackground(String, SyncObjectListCallback<SyncObject>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Retrieves all the rows from the table
- getAppId() - Method in class com.kony.sdk.services.sync.model.metadata.SyncConfigMetaData
-
- getAppKey() - Method in class com.kony.sdk.client.KonyClient
-
This method returns the appKey for application.
- getApplicationKey() - Static method in class com.kony.sdk.client.KonyClient
-
Deprecated.
- getApplicationSecret() - Static method in class com.kony.sdk.client.KonyClient
-
Deprecated.
- getAppSecret() - Method in class com.kony.sdk.client.KonyClient
-
This method returns the appSecret for application.
- getAttribute(String) - Method in interface com.kony.sdk.services.sync.model.PrimaryKey
-
- getBackendToken() - Method in interface com.kony.sdk.services.identity.IdentityService
-
Method to get the Backend Token for the Current Identity Name.
- getBinary(Map<String, Object>, KNYBinaryDownloadCallback) - Method in class com.kony.sdk.client.KNYObj
-
Downloads binary for the specified column name and primary key(s) of the object.
- getBinary(Map<String, Object>, KNYBinaryDownloadCallback) - Method in interface com.kony.sdk.services.syncV2.IKonyObjectSync
-
Downloads binary for the specified column name and primary key(s) of the object.
- getBinaryContent(JSONObject, ObjectServiceCallback) - Method in interface com.kony.sdk.services.object.ObjectService
-
Helps to get the binary content of the specified column on the Object
- getBoolean(String) - Method in class com.kony.sdk.services.sync.model.SyncObject
-
- getByte(String) - Method in class com.kony.sdk.services.sync.model.SyncObject
-
- getChar(String) - Method in class com.kony.sdk.services.sync.model.SyncObject
-
- getCharacter(String) - Method in class com.kony.sdk.services.sync.model.SyncObject
-
- getClaimsToken(ClaimsCallback) - Static method in class com.kony.sdk.client.KonySyncAuthUtil
-
Checks the Identity token from cache and
if necessary,refresh it.
- getColumns() - Method in class com.kony.sdk.services.sync.model.SyncMetaObject
-
- getContext() - Static method in class com.kony.sdk.client.KonyClient
-
- getContextMap() - Method in interface com.kony.sdk.services.sync.listener.SyncContext
-
- getDeferredUploads(boolean) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Retrieves the list of syncobjects row count that are set to hold at sync level
- getDeferredUploadsForObject(String, boolean) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Retrieves the list of syncobjects that are set to hold at object level
- getDeferredUploadsForObject(Class<T>, boolean) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Retrieves the list of syncobjects that are set to hold at object level
- getDeferredUploadsForObject(String, boolean, List<String>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Retrieves the list of syncobjects that are set to hold at object level
- getDeferredUploadsForObject(Class<T>, boolean, List<String>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Retrieves the list of syncobjects that are set to hold at object level
- getDeferredUploadsForObjectInBackground(String, boolean, SyncObjectListCallback<SyncObject>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Retrieves the list of syncobjects that are set to hold at object level in background.
- getDeferredUploadsForObjectInBackground(Class<T>, boolean, SyncObjectListCallback<T>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Retrieves the list of syncobjects that are set to hold at object level in background.
- getDeferredUploadsForObjectInBackground(String, boolean, List<String>, SyncObjectListCallback<SyncObject>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Retrieves the list of syncobjects that are set to hold at object level in background.
- getDeferredUploadsForObjectInBackground(Class<T>, boolean, List<String>, SyncObjectListCallback<T>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Retrieves the list of syncobjects that are set to hold at object level in background.
- getDeferredUploadsForScope(String, boolean) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Retrieves the list of syncobjects row count that are set to hold at scope level
- getDeferredUploadsForScopeInBackground(String, boolean, SyncObjectCallback<Map<String, Integer>>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Retrieves the list of syncobjects row count that are set to hold at scope level in background.
- getDeferredUploadsInBackground(boolean, SyncObjectCallback<Map<String, Integer>>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Retrieves the list of syncobjects row count that are set to hold at sync level in background.
- getDouble(String) - Method in class com.kony.sdk.services.sync.model.SyncObject
-
- getEmail() - Method in class com.kony.sdk.client.KonyUser
-
Method is used to get the Email the current Identity provider.
- getErrorCode() - Method in exception com.kony.sdk.common.IntegrationServiceException
-
- getErrorCode() - Method in exception com.kony.sdk.common.KonyException
-
- getErrorCode() - Method in interface com.kony.sdk.services.sync.listener.ErrorInfo
-
- getErrorDetails() - Method in exception com.kony.sdk.common.KonyException
-
- getErrorDetails() - Method in interface com.kony.sdk.services.sync.listener.ErrorInfo
-
- getErrorInfo() - Method in interface com.kony.sdk.services.sync.listener.SyncErrorContext
-
- getErrorInfo() - Method in interface com.kony.sdk.services.sync.listener.UploadError
-
- getErrorMessage() - Method in exception com.kony.sdk.common.IdentityServiceException
-
- getErrorMessage() - Method in exception com.kony.sdk.common.IntegrationServiceException
-
- getErrorMessage() - Method in exception com.kony.sdk.common.ObjectServiceException
-
- getErrorMessage() - Method in interface com.kony.sdk.services.sync.listener.ErrorInfo
-
- getErrorResponse() - Method in class com.kony.sdk.client.listener.RetryContext
-
- getFields() - Method in class com.kony.sdk.services.sync.model.metadata.SyncObjectMetaData
-
- getFilterPtr() - Method in class com.kony.sdk.services.sync.SyncFilter
-
- getFirstName() - Method in class com.kony.sdk.client.KonyUser
-
Method is used to get the FirstName the current Identity provider.
- getFloat(String) - Method in class com.kony.sdk.services.sync.model.SyncObject
-
- getGlobalRequestParams(String) - Method in class com.kony.sdk.client.KonyClient
-
- getHost() - Method in interface com.kony.sdk.services.sync.listener.ServerDetails
-
- getHttpStatus() - Method in exception com.kony.sdk.common.IdentityServiceException
-
- getHttpStatus() - Method in exception com.kony.sdk.common.ObjectServiceException
-
- getIdentityService(String) - Method in class com.kony.sdk.client.KonyClient
-
Method will create the IdentityService instance with the provided
identityName.
- getIdentityService(String) - Method in class com.kony.sdk.client.KonyFactory
-
Deprecated.
- getIdentityType() - Method in interface com.kony.sdk.services.identity.IdentityService
-
Method to get the Identity Type for current IdentityName.
- getInt(String) - Method in class com.kony.sdk.services.sync.model.SyncObject
-
- getIntegrationService(String) - Method in class com.kony.sdk.client.KonyClient
-
Method will create the IntegrationService instance with the provided
operationName.
- getIntegrationService(String) - Method in class com.kony.sdk.client.KonyFactory
-
Deprecated.
- getIntermediateErrors() - Method in interface com.kony.sdk.services.sync.listener.UploadError
-
- getIPAddress() - Method in interface com.kony.sdk.services.sync.listener.ServerDetails
-
- getItem(Object) - Method in interface com.kony.sdk.client.StorageManager
-
This Method used to get the item with the given key.
- getKeyMap() - Method in interface com.kony.sdk.services.sync.model.PrimaryKey
-
- getLastName() - Method in class com.kony.sdk.client.KonyUser
-
Method is used to get the LastName the current Identity provider.
- getLong(String) - Method in class com.kony.sdk.services.sync.model.SyncObject
-
- getMessage() - Method in exception com.kony.sdk.common.IdentityServiceException
-
- getMessage() - Method in exception com.kony.sdk.common.IntegrationServiceException
-
- getMessage() - Method in exception com.kony.sdk.common.KonyException
-
- getMessage() - Method in exception com.kony.sdk.common.MessagingServiceException
-
- getMessage() - Method in exception com.kony.sdk.common.ObjectServiceException
-
- getMessagingService() - Method in class com.kony.sdk.client.KonyClient
-
Method will create the MessagingService instance.
- getMessagingService() - Method in class com.kony.sdk.client.KonyFactory
-
Deprecated.
- getMetadataOfAllObjects(boolean, String, HashMap<String, String>, HashMap<String, String>, ObjectServiceCallback) - Method in interface com.kony.sdk.services.object.ObjectService
-
This method is used to retreive metadata of all objects
- getMetadataOfObject(boolean, String, HashMap<String, String>, HashMap<String, String>, ObjectServiceCallback) - Method in interface com.kony.sdk.services.object.ObjectService
-
This method is used to retrive metadata of a specific object
- getMetricsService() - Method in class com.kony.sdk.client.KonyClient
-
Method will create the MetricsService instance.
- getMFCode() - Method in exception com.kony.sdk.common.KonyException
-
- getMfcode() - Method in interface com.kony.sdk.services.sync.listener.ErrorInfo
-
- getName() - Method in class com.kony.sdk.services.sync.model.metadata.SyncFieldMetaData
-
- getName() - Method in class com.kony.sdk.services.sync.model.metadata.SyncObjectMetaData
-
- getName() - Method in class com.kony.sdk.services.sync.model.metadata.SyncScopeMetaData
-
- getName() - Method in class com.kony.sdk.services.sync.model.SyncMetaObject
-
- getNetworkOptions() - Static method in class com.kony.sdk.client.KonyClient
-
Deprecated.
- getNewKey() - Method in interface com.kony.sdk.services.sync.listener.ReconciledPK
-
- getNumberOfRowsAcknowledged() - Method in interface com.kony.sdk.services.sync.listener.SyncRowContext
-
- getNumberOfRowsDeletedAck() - Method in interface com.kony.sdk.services.sync.listener.SyncRowContext
-
- getNumberOfRowsDownloaded() - Method in interface com.kony.sdk.services.sync.listener.SyncRowContext
-
- getNumberOfRowsFailedtoUpload() - Method in interface com.kony.sdk.services.sync.listener.SyncRowContext
-
- getNumberOfRowsInsertedAck() - Method in interface com.kony.sdk.services.sync.listener.SyncRowContext
-
- getNumberOfRowsReceivedForDelete() - Method in interface com.kony.sdk.services.sync.listener.SyncRowContext
-
- getNumberOfRowsReceivedForInsert() - Method in interface com.kony.sdk.services.sync.listener.SyncRowContext
-
- getNumberOfRowsReceivedForUpdate() - Method in interface com.kony.sdk.services.sync.listener.SyncRowContext
-
- getNumberOfRowsSentForDelete() - Method in interface com.kony.sdk.services.sync.listener.SyncRowContext
-
- getNumberOfRowsSentForInsert() - Method in interface com.kony.sdk.services.sync.listener.SyncRowContext
-
- getNumberOfRowsSentForUpdate() - Method in interface com.kony.sdk.services.sync.listener.SyncRowContext
-
- getNumberOfRowsUpdatedAck() - Method in interface com.kony.sdk.services.sync.listener.SyncRowContext
-
- getNumberOfRowsUploaded() - Method in interface com.kony.sdk.services.sync.listener.SyncRowContext
-
- getNWOptions() - Method in class com.kony.sdk.client.KonyClient
-
- getObject(Class<T>, PrimaryKey) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Gets an object based on the primary key associated with the class.
- getObject(String, PrimaryKey) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Gets an object based on the primary key associated with the class.
- getObjectInBackground(Class<T>, PrimaryKey, SyncObjectCallback<T>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Gets an object based on the primary key associated with the class in background.
- getObjectInBackground(String, PrimaryKey, SyncObjectCallback<SyncObject>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Gets an object based on the primary key associated with the class in background.
- getObjectName() - Method in class com.kony.sdk.services.object.DataObject
-
- getObjectService(String) - Method in class com.kony.sdk.client.KonyClient
-
Method will create the ObjectService instance.
- getObjPtr() - Method in class com.kony.sdk.services.sync.model.SyncObject
-
- getODataUrl() - Method in class com.kony.sdk.services.object.DataObject
-
- getOfflineObjects() - Method in class com.kony.sdk.client.KonyClient
-
Method will create the Kony Sync Application instance.
- getOldKey() - Method in interface com.kony.sdk.services.sync.listener.ReconciledPK
-
- getOpstatus() - Method in exception com.kony.sdk.common.IntegrationServiceException
-
- getOptionsPtr() - Method in class com.kony.sdk.services.sync.SyncOptions
-
- getPendingAcknowledgements(boolean) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Retrieves all/distinct syncobjects row count at sync level that are waiting for acknowledgement from the Sync Server.
- getPendingAcknowledgementsForObject(String, boolean) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Retrieves all/distinct syncobjects at object level that are waiting for acknowledgement from the Sync Server.
- getPendingAcknowledgementsForObject(Class<T>, boolean) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Retrieves all/distinct syncobjects at object level that are waiting for acknowledgement from the Sync Server.
- getPendingAcknowledgementsForObject(String, boolean, List<String>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Retrieves all/distinct syncobjects at object level that are waiting for acknowledgement from the Sync Server.
- getPendingAcknowledgementsForObject(Class<T>, boolean, List<String>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Retrieves all/distinct syncobjects at object level that are waiting for acknowledgement from the Sync Server.
- getPendingAcknowledgementsForObjectInBackground(String, boolean, SyncObjectListCallback<SyncObject>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Retrieves all/distinct syncobjects at object level that are waiting for acknowledgement from the Sync Server in background
- getPendingAcknowledgementsForObjectInBackground(Class<T>, boolean, SyncObjectListCallback<T>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Retrieves all/distinct syncobjects at object level that are waiting for acknowledgement from the Sync Server in background
- getPendingAcknowledgementsForObjectInBackground(String, boolean, List<String>, SyncObjectListCallback<SyncObject>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Retrieves all/distinct syncobjects at object level that are waiting for acknowledgement from the Sync Server in background.
- getPendingAcknowledgementsForObjectInBackground(Class<T>, boolean, List<String>, SyncObjectListCallback<T>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Retrieves all/distinct syncobjects at object level that are waiting for acknowledgement from the Sync Server in background.
- getPendingAcknowledgementsForScope(String, boolean) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Retrieves all/distinct syncobjects row count at scope level that are waiting for acknowledgement from the Sync Server.
- getPendingAcknowledgementsForScopeInBackground(String, boolean, SyncObjectCallback<Map<String, Integer>>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Retrieves all/distinct syncobjects row count at scope level that are waiting for acknowledgement from the Sync Server in background.
- getPendingAcknowledgementsInBackground(boolean, SyncObjectCallback<Map<String, Integer>>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Retrieves all/distinct syncobjects row count at sync level that are waiting for acknowledgement from the Sync Server in background.
- getPendingRecordsForUpload(HashMap<String, Object>, KNYCallback) - Method in class com.kony.sdk.client.KNYObj
-
Object Level getPendingRecordsForUpload
- getPendingRecordsForUpload(HashMap<String, Object>, KNYCallback) - Method in interface com.kony.sdk.services.syncV2.IKonyObjectSync
-
Method to fetch the records to be uploaded.
- getPendingUploads(boolean) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Retrieves all/distinct syncobjects row count at sync level that are pending to be uploaded to the Sync Server.
- getPendingUploadsForObject(String, boolean) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Retrieves all/distinct syncobjects at object level that are pending to be uploaded to the Sync Server.
- getPendingUploadsForObject(Class<T>, boolean) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Retrieves all/distinct syncobjects at object level that are pending to be uploaded to the Sync Server.
- getPendingUploadsForObject(String, boolean, List<String>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Retrieves all/distinct syncobjects at object level that are pending to be uploaded to the Sync Server.
- getPendingUploadsForObject(Class<T>, boolean, List<String>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Retrieves all/distinct syncobjects at object level that are pending to be uploaded to the Sync Server.
- getPendingUploadsForObjectInBackground(String, boolean, SyncObjectListCallback<SyncObject>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Retrieves all/distinct syncobjects at object level that are pending to be uploaded to the Sync Server in background.
- getPendingUploadsForObjectInBackground(Class<T>, boolean, SyncObjectListCallback<T>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Retrieves all/distinct syncobjects at object level that are pending to be uploaded to the Sync Server in background.
- getPendingUploadsForObjectInBackground(String, boolean, List<String>, SyncObjectListCallback<SyncObject>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Retrieves all/distinct syncobjects at object level that are pending to be uploaded to the Sync Server in background.
- getPendingUploadsForObjectInBackground(Class<T>, boolean, List<String>, SyncObjectListCallback<T>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Retrieves all/distinct syncobjects at object level that are pending to be uploaded to the Sync Server in background.
- getPendingUploadsForScope(String, boolean) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Retrieves all/distinct syncobjects row count at scope level that are pending to be uploaded to the Sync Server.
- getPendingUploadsForScopeInBackground(String, boolean, SyncObjectCallback<Map<String, Integer>>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Retrieves all/distinct syncobjects row count at scope level that are pending to be uploaded to the Sync Server in background.
- getPendingUploadsInBackground(boolean, SyncObjectCallback<Map<String, Integer>>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Retrieves all/distinct syncobjects row count at sync level that are pending to be uploaded to the Sync Server in background.
- getPlatformType() - Static method in class com.kony.sdk.client.KonyVersion
-
- getPrimaryKey() - Method in interface com.kony.sdk.services.sync.listener.UploadError
-
- getPrimaryKeys() - Method in class com.kony.sdk.services.sync.model.metadata.SyncObjectMetaData
-
- getReconciledPKs() - Method in interface com.kony.sdk.services.sync.listener.SyncRowContext
-
- getRecord() - Method in class com.kony.sdk.services.object.DataObject
-
- getRetriesLeft() - Method in class com.kony.sdk.client.listener.RetryContext
-
- getRetryCount() - Method in class com.kony.sdk.client.NetworkOptions
-
- getRetryListener() - Method in class com.kony.sdk.client.NetworkOptions
-
- getRetryWaitTime() - Method in class com.kony.sdk.client.NetworkOptions
-
- getRowCount() - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Retrieves sync objects row count present in local database
- getRowCountForObject(String) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Retrieves sync objects row count present in local database for object
- getRowCountForObject(Class<T>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Retrieves sync objects row count present in local database for object
- getRowCountForObjectInBackground(String, SyncObjectCallback<Integer>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Retrieves sync objects row count present in local database for object in background
- getRowCountForObjectInBackground(Class<T>, SyncObjectCallback<Integer>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Retrieves sync objects row count present in local database for object in background
- getRowCountForScope(String) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Retrieves sync objects row count present in local database for scope
- getRowCountForScopeInBackground(String, SyncObjectCallback<Map<String, Integer>>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Retrieves sync objects row count present in local database for scope in background
- getRowCountInBackground(SyncObjectCallback<Map<String, Integer>>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Retrieves sync objects row count present in local database in background
- getSdkObjectByName(String) - Method in class com.kony.sdk.client.KNYObjSvc
-
Get the KNYObj Instance for object in object service
- getSdkType() - Static method in class com.kony.sdk.client.KonyClient
-
This method will be used by Client-SDK-Developer, to get the SDK type
- getSdkType() - Static method in class com.kony.sdk.client.KonyVersion
-
- getSdkVersion() - Static method in class com.kony.sdk.client.KonyClient
-
This method will be used by Client-SDK-Developer, to get the SDK version
- getSdkVersion() - Static method in class com.kony.sdk.client.KonyVersion
-
- getSecurityAttributes(AttributesCallback) - Method in interface com.kony.sdk.services.identity.IdentityService
-
Method to get the Session Attributes for the current IdentityName.
- getSelfLink() - Method in interface com.kony.sdk.client.ServiceDoc
-
- getServerDetails() - Method in interface com.kony.sdk.services.sync.listener.SyncContext
-
- getServiceDoc() - Method in class com.kony.sdk.client.KonyClient
-
- getServiceDocument() - Static method in class com.kony.sdk.client.KonyClient
-
Deprecated.
- getServiceURLString() - Static method in class com.kony.sdk.client.KonyClient
-
Deprecated.
- getSharedInstance() - Static method in class com.kony.sdk.client.KonyLogger
-
To enforce singleton instance of KonyLogger
- getShort(String) - Method in class com.kony.sdk.services.sync.model.SyncObject
-
- getStatuscode() - Method in exception com.kony.sdk.common.IdentityServiceException
-
- getStatuscode() - Method in exception com.kony.sdk.common.ObjectServiceException
-
- getStorageManager() - Static method in class com.kony.sdk.client.KonyClient
-
- getString(String) - Method in class com.kony.sdk.services.sync.model.SyncObject
-
Getter method to fetch the specific column data of type String
- getSyncAttributesMap() - Static method in class com.kony.sdk.services.sync.model.metadata.SyncConfigMetaData
-
- getSyncDataStoreInstance() - Static method in class com.kony.sdk.services.sync.SyncFactory
-
Method to return the instance of the sync data store
- getSyncInstance(Context) - Static method in class com.kony.sdk.services.sync.SyncFactory
-
Method to return the instance of the sync instance.
- getSyncObjectClass() - Method in interface com.kony.sdk.services.sync.query.Query
-
Returns the sync object class name
- getSyncService(KonyFactoryOptions) - Method in class com.kony.sdk.client.KonyClient
-
Method will create the SyncService instance and initializes the sync.
- getSyncService() - Method in class com.kony.sdk.client.KonyFactory
-
Deprecated.
- getSyncService(KonyFactoryOptions) - Method in class com.kony.sdk.client.KonyFactory
-
Deprecated.
- getSyncStrategy() - Method in class com.kony.sdk.services.sync.model.metadata.SyncScopeMetaData
-
- getSyncSummaryContext() - Method in interface com.kony.sdk.services.sync.listener.SyncBatchContext
-
- getSyncTableRowContextMap() - Method in interface com.kony.sdk.services.sync.listener.SyncBatchContext
-
- getSyncTableRowContextMap() - Method in interface com.kony.sdk.services.sync.listener.SyncSummaryContext
-
- getTimeout() - Method in class com.kony.sdk.client.NetworkOptions
-
- getTotalRowContext() - Method in interface com.kony.sdk.services.sync.listener.SyncBatchContext
-
- getTotalRowContext() - Method in interface com.kony.sdk.services.sync.listener.SyncSummaryContext
-
- getType() - Method in class com.kony.sdk.services.sync.model.metadata.SyncFieldMetaData
-
- getUpdateScripts() - Method in interface com.kony.sdk.services.sync.listener.SyncUpgradeScriptsContext
-
- getUploadDeferredRecordKeys(KNYCallback) - Method in class com.kony.sdk.client.KNYObj
-
- getUploadDeferredRecordKeys(KNYCallback) - Method in interface com.kony.sdk.services.syncV2.IKonyObjectSync
-
fetches all the differed record primary keys
- getUploadErrors() - Method in interface com.kony.sdk.services.sync.listener.SyncRowContext
-
- getUserAttributes(AttributesCallback) - Method in interface com.kony.sdk.services.identity.IdentityService
-
Method to get the User Attributes for the current IdentityName.
- getUserData(AttributesCallback) - Method in interface com.kony.sdk.services.identity.IdentityService
-
Method to get the User Data for the current IdentityName.
- getUserId() - Method in class com.kony.sdk.client.KonyUser
-
Method is used to get the UserId the current Identity provider.
- getUserInfo() - Method in exception com.kony.sdk.common.KonyException
-
- getUserProfile() - Method in interface com.kony.sdk.services.identity.IdentityService
-
Method to get the User Profile for the current IdentityName.
- getUserProfile(boolean, AttributesCallback) - Method in interface com.kony.sdk.services.identity.IdentityService
-
Method to get the User Profile for the current IdentityName.
- getValue() - Method in enum com.kony.sdk.services.sync.SyncOptions.SchemaUpgradePolicy
-
- getValue() - Method in enum com.kony.sdk.services.sync.SyncOptions.UploadErrorPolicy
-
- getVersion() - Method in class com.kony.sdk.services.sync.model.metadata.SyncConfigMetaData
-
- globalRequestParamType - Variable in class com.kony.sdk.client.KonyClient
-
- ObjectService - Interface in com.kony.sdk.services.object
-
Created by KH2204 on 4/5/2017.
- ObjectServiceCallback - Interface in com.kony.sdk.callback
-
ObjectServiceCallback interface is called on completion of objectServiceOperation
method which is used to fetch the Object Service data from MF Server.
- ObjectServiceException - Exception in com.kony.sdk.common
-
- ObjectServiceException(String) - Constructor for exception com.kony.sdk.common.ObjectServiceException
-
- ObjectServiceException(int, String, String, String) - Constructor for exception com.kony.sdk.common.ObjectServiceException
-
- onChunkDownloadCompleted(Object) - Method in interface com.kony.sdk.callback.KNYBinaryDownloadCallback
-
User-defined method to handle completion of chunk download
- onDownloadBatchError(SyncErrorContext) - Method in interface com.kony.sdk.services.sync.listener.SyncListener
-
This method will be invoked when there is an error during the download batch process
- onDownloadBatchStart(SyncContext) - Method in interface com.kony.sdk.services.sync.listener.SyncListener
-
This method will be invoked before each download batch starts
- onDownloadBatchSuccess(SyncBatchContext) - Method in interface com.kony.sdk.services.sync.listener.SyncListener
-
This method will be invoked after each download batch completes successfully
- onDownloadError(SyncErrorContext) - Method in interface com.kony.sdk.services.sync.listener.SyncListener
-
This method will be invoked when there is an error during the download process
- onDownloadFailure(Object) - Method in interface com.kony.sdk.callback.KNYBinaryDownloadCallback
-
User defined method to handle failure
- onDownloadStart(SyncContext) - Method in interface com.kony.sdk.services.sync.listener.SyncListener
-
This method will be invoked before download starts
- onDownloadSuccess(SyncSummaryContext) - Method in interface com.kony.sdk.services.sync.listener.SyncListener
-
This method will be invoked after download completes successfully
- onFailure(KonyException) - Method in interface com.kony.sdk.callback.AttributesCallback
-
Failure Callback with the KonyException as response.
- onFailure(KonyException) - Method in interface com.kony.sdk.callback.InitCallback
-
Failure Callback with the KonyException as response.
- onFailure(IntegrationServiceException) - Method in interface com.kony.sdk.callback.IntegrationServiceCallback
-
Failure Callback with the exception.
- onFailure(Object) - Method in interface com.kony.sdk.callback.KNYCallback
-
Failure Callback with the KonyException as response.
- onFailure(IdentityServiceException) - Method in interface com.kony.sdk.callback.LoginCallback
-
Failure Callback with the exception.
- onFailure(IdentityServiceException) - Method in interface com.kony.sdk.callback.LogoutCallback
-
Failure Callback with the exception.
- onFailure(MessagingServiceException) - Method in interface com.kony.sdk.callback.MessageContentCallback
-
Failure Callback with the exception.
- onFailure(MessagingServiceException) - Method in interface com.kony.sdk.callback.MessagingCallback
-
Failure Callback with the exception.
- onFailure(ObjectServiceException) - Method in interface com.kony.sdk.callback.ObjectServiceCallback
-
Failure Callback with the exception.
- onFailure(IdentityServiceException) - Method in interface com.kony.sdk.callback.WebViewCallback
-
Failure Callback with the exception.
- onFailure(KonyException) - Method in interface com.kony.sdk.services.sync.callback.BaseCallback
-
Implement this method with the code which you want to execute when there an error.
- onFileDownloadCompleted(Object) - Method in interface com.kony.sdk.callback.KNYBinaryDownloadCallback
-
User defined method to handle the completion of file download
- onFileDownloadStarted(Object) - Method in interface com.kony.sdk.callback.KNYBinaryDownloadCallback
-
User-defined method to handle the starting of download
- onIsSchemaUpgradeRequiredError(SyncErrorContext) - Method in interface com.kony.sdk.services.sync.listener.SyncListener
-
This method will be invoked when there is an error during the isSchemaUpgradeRequired process
- onIsSchemaUpgradeRequiredStart(SyncContext) - Method in interface com.kony.sdk.services.sync.listener.SyncListener
-
This method will be invoked during the start of isSchemaUpgradeRequired process
- onIsSchemaUpgradeRequiredSuccess(SyncContext) - Method in interface com.kony.sdk.services.sync.listener.SyncListener
-
This method will be invoked if onIsSchemaUpgradeRequired process successful
- onPerformUpgradeError(SyncErrorContext) - Method in interface com.kony.sdk.services.sync.listener.SyncListener
-
This method will be invoked when there is an error during perform upgrade process
- onPerformUpgradeStart(SyncContext) - Method in interface com.kony.sdk.services.sync.listener.SyncListener
-
This method will be invoked during the start of perform upgrade process
- onPerformUpgradeSuccess(SyncSummaryContext) - Method in interface com.kony.sdk.services.sync.listener.SyncListener
-
This method will be invoked if the perform upgrade process is successful
- onProgress(Object) - Method in interface com.kony.sdk.callback.KNYProgressCallback
-
Sync progress event notification.
- onRegisterDeviceError(SyncErrorContext) - Method in interface com.kony.sdk.services.sync.listener.SyncListener
-
This method will be invoked when there is an error during the device registration process
- onRegisterDeviceStart(SyncContext) - Method in interface com.kony.sdk.services.sync.listener.SyncListener
-
This method will be invoked before device registration starts
- onRegisterDeviceSuccess(SyncContext) - Method in interface com.kony.sdk.services.sync.listener.SyncListener
-
This method will be invoked after device registration completes successfully
- onRetry(RetryContext) - Method in interface com.kony.sdk.client.listener.RetryListener
-
Represents listener which will be called before making each retry call for network failure scenarios
- onStreamDownloadCompleted(Object) - Method in interface com.kony.sdk.callback.KNYBinaryDownloadCallback
-
User-defined method to handle completion of stream download
- onSuccess(JSONObject) - Method in interface com.kony.sdk.callback.AttributesCallback
-
Success Callback with the JSONObject as response.
- onSuccess(JSONObject) - Method in interface com.kony.sdk.callback.InitCallback
-
Success Callback with the JSONObject as response.
- onSuccess(JSONObject) - Method in interface com.kony.sdk.callback.IntegrationServiceCallback
-
Success Callback with the the JSONObject as response
- onSuccess(Object) - Method in interface com.kony.sdk.callback.KNYCallback
-
Success Callback with JSObject response.
- onSuccess() - Method in interface com.kony.sdk.callback.LoginCallback
-
Success Callback with the the KonyUser object as response
- onSuccess(boolean) - Method in interface com.kony.sdk.callback.LogoutCallback
-
Success Callback with the the boolean object as response
- onSuccess(JSONObject) - Method in interface com.kony.sdk.callback.MessageContentCallback
-
Success Callback with the the JSONObject as response
- onSuccess(JSONObject) - Method in interface com.kony.sdk.callback.MessagingCallback
-
Success Callback with the the boolean object as response
- onSuccess(JSONObject) - Method in interface com.kony.sdk.callback.ObjectServiceCallback
-
Success Callback with the the JSONObject as response
- onSuccess(KonyUser) - Method in interface com.kony.sdk.callback.WebViewCallback
-
Success Callback with the the KonyUser object as response
- onSuccess() - Method in interface com.kony.sdk.services.sync.callback.SyncCallback
-
Implement this method with the code which you want to execute when background operation is completed.
- onSuccess(T) - Method in interface com.kony.sdk.services.sync.callback.SyncObjectCallback
-
Implement this method with the code which you want to execute when background operation is completed.
- onSuccess(List<T>) - Method in interface com.kony.sdk.services.sync.callback.SyncObjectListCallback
-
Implement this method with the code which you want to execute when background operation is completed.
- onSyncError(SyncErrorContext) - Method in interface com.kony.sdk.services.sync.listener.SyncListener
-
This method will be invoked when there is an error during the synchronization process
- onSyncStart(SyncContext) - Method in interface com.kony.sdk.services.sync.listener.SyncListener
-
This method will be invoked before synchronization starts
- onSyncSuccess(SyncSummaryContext) - Method in interface com.kony.sdk.services.sync.listener.SyncListener
-
This method will be invoked after synchronization ends successfully
- onUpgradeScriptsDownloadError(SyncErrorContext) - Method in interface com.kony.sdk.services.sync.listener.SyncListener
-
This method will be invoked when there is an error during download of alter scripts, if there is a schema upgrade Required from server
- onUpgradeScriptsDownloadStart(SyncContext) - Method in interface com.kony.sdk.services.sync.listener.SyncListener
-
This method will be invoked before the alter scripts get download from the server,
- onUpgradeScriptsDownloadSuccess(SyncUpgradeScriptsContext) - Method in interface com.kony.sdk.services.sync.listener.SyncListener
-
This method will be invoked if the alter scripts are downloaded successfully
- onUpgradeScriptsExecutionError(SyncErrorContext) - Method in interface com.kony.sdk.services.sync.listener.SyncListener
-
This method will be invoked when there is an error during the execution of alter scripts, if there is a schema upgrade Required from server
- onUpgradeScriptsExecutionStart(SyncUpgradeScriptsContext) - Method in interface com.kony.sdk.services.sync.listener.SyncListener
-
This method will be invoked before the execution of alter scripts
- onUpgradeScriptsExecutionSuccess(SyncUpgradeScriptsContext) - Method in interface com.kony.sdk.services.sync.listener.SyncListener
-
This method will be invoked if the execution of alter scripts successed
- onUploadBatchError(SyncErrorContext) - Method in interface com.kony.sdk.services.sync.listener.SyncListener
-
This method will be invoked when there is an error during the upload batch process
- onUploadBatchStart(SyncContext) - Method in interface com.kony.sdk.services.sync.listener.SyncListener
-
This method will be invoked before each upload batch starts
- onUploadBatchSuccess(SyncBatchContext) - Method in interface com.kony.sdk.services.sync.listener.SyncListener
-
This method will be invoked after each upload batch completes successfully
- onUploadError(SyncErrorContext) - Method in interface com.kony.sdk.services.sync.listener.SyncListener
-
This method will be invoked when there is an error during the upload process
- onUploadStart(SyncContext) - Method in interface com.kony.sdk.services.sync.listener.SyncListener
-
This method will be invoked before upload starts
- onUploadSuccess(SyncSummaryContext) - Method in interface com.kony.sdk.services.sync.listener.SyncListener
-
This method will be invoked after upload completes successfully
- ReconciledPK - Interface in com.kony.sdk.services.sync.listener
-
- registerInBackground(String, String, String, MessagingCallback) - Method in interface com.kony.sdk.services.messaging.MessagingService
-
Register to messaging service
- registerInBackgroundWithAuthToken(String, String, String, String, MessagingCallback) - Method in interface com.kony.sdk.services.messaging.MessagingService
-
Register to messaging service
- removeDeviceInstance(T) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Deletes sync object from local database.
- removeDeviceInstance(Class<T>, PrimaryKey) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Deletes sync object using class and primary key from local database.
- removeDeviceInstance(String, PrimaryKey) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Deletes sync object using objectname and primary key from local database.
- removeDeviceInstanceInBackground(T, SyncCallback) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Deletes sync object from local database in background
- removeDeviceInstanceInBackground(Class<T>, PrimaryKey, SyncCallback) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Deletes sync object using class and primary key from local database in background.
- removeDeviceInstanceInBackground(String, PrimaryKey, SyncCallback) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Deletes sync object using objectname and primary key from local database in background
- removeGlobalRequestParam(String, String) - Method in class com.kony.sdk.client.KonyClient
-
- removeItem(Object) - Method in interface com.kony.sdk.client.StorageManager
-
This Method used to remove the item with the given key.
- REQUEST_FAILED_ERROR_CODE - Static variable in exception com.kony.sdk.common.KonyException
-
- REQUEST_FAILED_ERROR_MESSAGE - Static variable in exception com.kony.sdk.common.KonyException
-
- reset(HashMap<String, Object>, KNYCallback) - Method in interface com.kony.sdk.services.syncV2.IKonyApplicationSync
-
Application level reset
Invokes the drop followed by setup action at application level
- resetGlobalRequestParams() - Method in class com.kony.sdk.client.KonyClient
-
- resetSync() - Method in interface com.kony.sdk.services.sync.Sync
-
Reset the local device database.
- resetSyncInBackground(SyncCallback) - Method in interface com.kony.sdk.services.sync.Sync
-
Reset the local device database in the background thread.
- resetSyncOptions() - Method in interface com.kony.sdk.services.sync.Sync
-
Resets all sync options to default values
- RetryContext - Class in com.kony.sdk.client.listener
-
- RetryContext() - Constructor for class com.kony.sdk.client.listener.RetryContext
-
- RetryListener - Interface in com.kony.sdk.client.listener
-
- rollback(Map<String, Object>, KNYCallback) - Method in class com.kony.sdk.client.KNYObj
-
Rollback on Object
- rollback(KNYCallback) - Method in class com.kony.sdk.client.KNYObjSvc
-
Rollback on ObjectService
- rollback(KNYCallback) - Method in interface com.kony.sdk.services.syncV2.IKonyApplicationSync
-
Rollback on Application
- rollback(KNYCallback) - Method in interface com.kony.sdk.services.syncV2.IKonyObjectServiceSync
-
Rollback on ObjectService
- rollback(Map<String, Object>, KNYCallback) - Method in interface com.kony.sdk.services.syncV2.IKonyObjectSync
-
Rollback on Object
- rollbackPendingLocalChanges() - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Resets the data to last synchronized state and undo all the client side changes
- rollbackPendingLocalChangesByPK(String, PrimaryKey) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Resets the data to last synchronized state and undo all the client side changes at syncobject level using primary key
- rollbackPendingLocalChangesByPK(Class<T>, PrimaryKey) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Resets the data to last synchronized state and undo all the client side changes at syncobject level using primary key
- rollbackPendingLocalChangesByPKInBackground(String, PrimaryKey, SyncCallback) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Resets the data to last synchronized state and undo all the client side changes at syncobject level using primary key in background.
- rollbackPendingLocalChangesByPKInBackground(Class<T>, PrimaryKey, SyncCallback) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Resets the data to last synchronized state and undo all the client side changes at syncobject level using primary key in background.
- rollbackPendingLocalChangesForObject(String) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Resets the data to last synchronized state and undo all the client side changes at object level
- rollbackPendingLocalChangesForObject(Class<T>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Resets the data to last synchronized state and undo all the client side changes at object level
- rollbackPendingLocalChangesForObjectInBackground(String, SyncCallback) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Resets the data to last synchronized state and undo all the client side changes at object level
- rollbackPendingLocalChangesForObjectInBackground(Class<T>, SyncCallback) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Resets the data to last synchronized state and undo all the client side changes at object level
- rollbackPendingLocalChangesForScope(String) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Resets the data to last synchronized state and undo all the client side changes at scope level
- rollbackPendingLocalChangesForScopeInBackground(String, SyncCallback) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Resets the data to last synchronized state and undo all the client side changes at scope level in background
- rollbackPendingLocalChangesInBackground(SyncCallback) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Resets the data to last synchronized state and undo all the client side changes in background
- rollbackTransaction() - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Rollback the database transaction
- save(T) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Saves the row into the corresponding database table.
- saveInBackground(T, SyncObjectCallback<T>) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Saves the row into the corresponding database table.
- SDKLoggerConstants - Class in com.kony.sdk.common
-
Created by KH2078 on 10/25/2017.
- SDKLoggerConstants() - Constructor for class com.kony.sdk.common.SDKLoggerConstants
-
- SECURITYEXCEPTION_ERROR_CODE - Static variable in exception com.kony.sdk.common.KonyException
-
- ServerDetails - Interface in com.kony.sdk.services.sync.listener
-
- ServiceDoc - Interface in com.kony.sdk.client
-
- setAppId(String) - Method in class com.kony.sdk.services.sync.model.metadata.SyncConfigMetaData
-
- setAttribute(String, Object) - Method in interface com.kony.sdk.services.sync.model.PrimaryKey
-
- setAuthToken(String) - Method in interface com.kony.sdk.services.sync.Sync
-
Sets the auth token for the synchronization
- setAutogenerated(boolean) - Method in class com.kony.sdk.services.sync.model.metadata.SyncFieldMetaData
-
- setBoolean(String, Boolean) - Method in class com.kony.sdk.services.sync.model.SyncObject
-
- setBusyTimeout(double) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Sets a busy handler that sleeps until database is unlocked or timeout expires
- setByte(String, Byte) - Method in class com.kony.sdk.services.sync.model.SyncObject
-
- setChar(String, Character) - Method in class com.kony.sdk.services.sync.model.SyncObject
-
- setCharacter(String, Character) - Method in class com.kony.sdk.services.sync.model.SyncObject
-
- setClientParams(Hashtable<String, Object>) - Method in class com.kony.sdk.client.KonyClient
-
- setContext(Context) - Static method in class com.kony.sdk.client.KonyClient
-
- setContextVariable(String, String) - Method in class com.kony.sdk.services.sync.SyncOptions
-
Sets context variable
- SetDistinct(boolean) - Method in interface com.kony.sdk.services.sync.query.Query
-
Sets the distinct clause to the query
- setDouble(String, Double) - Method in class com.kony.sdk.services.sync.model.SyncObject
-
- setDownloadBatchSize(int) - Method in interface com.kony.sdk.services.sync.Sync
-
Sets download batch size, default value is 500
- setEmail(String) - Method in class com.kony.sdk.client.KonyUser
-
- setErrorCode(String) - Method in exception com.kony.sdk.common.KonyException
-
- setErrorDetails(String) - Method in exception com.kony.sdk.common.KonyException
-
- setErrorResponse(String) - Method in class com.kony.sdk.client.listener.RetryContext
-
- setFields(ArrayList<SyncFieldMetaData>) - Method in class com.kony.sdk.services.sync.model.metadata.SyncObjectMetaData
-
- setFirstName(String) - Method in class com.kony.sdk.client.KonyUser
-
- setFloat(String, Float) - Method in class com.kony.sdk.services.sync.model.SyncObject
-
- setGlobalRequestParam(String, String, String) - Method in class com.kony.sdk.client.KonyClient
-
- setHavingClause(String) - Method in interface com.kony.sdk.services.sync.query.Query
-
Sets the having clause to the query
- setIdentyServiceProviderEndpoint(String, String) - Static method in class com.kony.sdk.client.KonyClient
-
Deprecated.
- setIdentyServiceProviderEndpoint(String, String) - Method in interface com.kony.sdk.client.ServiceDoc
-
This method sets the Identity Service EndPoint for the application.
- setInt(String, Integer) - Method in class com.kony.sdk.services.sync.model.SyncObject
-
- setIntegrationServiceEndpoint(String, String) - Static method in class com.kony.sdk.client.KonyClient
-
Deprecated.
- setIntegrationServiceEndpoint(String, String) - Method in interface com.kony.sdk.client.ServiceDoc
-
This method sets the Integration Service EndPoint for the application.
- setIntermediateUpdates(boolean) - Method in interface com.kony.sdk.services.sync.SyncDataStore
-
Sets intermediate update tracking on/off
- setLastName(String) - Method in class com.kony.sdk.client.KonyUser
-
- setLimit(int) - Method in interface com.kony.sdk.services.sync.query.Query
-
Sets the limit to the query
- setLogLevel(String) - Method in class com.kony.sdk.client.KonyLogger
-
- setLong(String, Long) - Method in class com.kony.sdk.services.sync.model.SyncObject
-
- setMessagingServiceEndpoint(String) - Static method in class com.kony.sdk.client.KonyClient
-
Deprecated.
- setMessagingServiceEndpoint(String) - Method in interface com.kony.sdk.client.ServiceDoc
-
This method sets the Messaging Service EndPoint for the application.
- setMFCode(String) - Method in exception com.kony.sdk.common.KonyException
-
- setName(String) - Method in class com.kony.sdk.services.sync.model.metadata.SyncFieldMetaData
-
- setName(String) - Method in class com.kony.sdk.services.sync.model.metadata.SyncObjectMetaData
-
- setName(String) - Method in class com.kony.sdk.services.sync.model.metadata.SyncScopeMetaData
-
- setName(String) - Method in class com.kony.sdk.services.sync.model.SyncMetaObject
-
- setNetworkOptions(NetworkOptions) - Static method in class com.kony.sdk.client.KonyClient
-
Deprecated.
- setNullable(boolean) - Method in class com.kony.sdk.services.sync.model.metadata.SyncFieldMetaData
-
- setNWOptions(NetworkOptions) - Method in class com.kony.sdk.client.KonyClient
-
- setObjContext(HashMap<String, Map<String, String>>) - Method in interface com.kony.sdk.services.syncV2.IKonyApplicationSync
-
- setObjectName(String) - Method in class com.kony.sdk.services.object.DataObject
-
- setObjPtr(long) - Method in class com.kony.sdk.services.sync.model.SyncObject
-
- setODataUrl(String) - Method in class com.kony.sdk.services.object.DataObject
-
- setOffset(int) - Method in interface com.kony.sdk.services.sync.query.Query
-
Sets the offset to the query
- setPassPhrase(String) - Method in class com.kony.sdk.client.KonyFactoryOptions
-
This method sets the passphrase in KonyFactoryOptions Object.
- setPassword(String) - Method in interface com.kony.sdk.services.sync.Sync
-
Sets the password for authenticating during synchronization.
- setPrimaryKey(boolean) - Method in class com.kony.sdk.services.sync.model.metadata.SyncFieldMetaData
-
- setPrimaryKeys(ArrayList<SyncFieldMetaData>) - Method in class com.kony.sdk.services.sync.model.metadata.SyncObjectMetaData
-
- setRecord(JSONObject) - Method in class com.kony.sdk.services.object.DataObject
-
- setRemoveAfterUpload(boolean) - Method in class com.kony.sdk.services.sync.SyncOptions
-
This method enables/disables remove after upload policy for all objects in all scopes.
- setRemoveAfterUploadForObject(String, boolean) - Method in class com.kony.sdk.services.sync.SyncOptions
-
This method enables/disables remove after upload policy for given object in given scope.
- setRemoveAfterUploadForScope(String, boolean) - Method in class com.kony.sdk.services.sync.SyncOptions
-
This method enables/disables remove after upload policy for all objects in given scope.
- setRetriesLeft(int) - Method in class com.kony.sdk.client.listener.RetryContext
-
- setRetryCount(int) - Method in class com.kony.sdk.client.NetworkOptions
-
Default value is 5
- setRetryListener(RetryListener) - Method in class com.kony.sdk.client.NetworkOptions
-
- setRetryWaitTime(int) - Method in class com.kony.sdk.client.NetworkOptions
-
Default value is 5 seconds
- setSchema(String[]) - Method in interface com.kony.sdk.services.sync.Sync
-
Used to set the schema dynamically
- setSchemaUpgradePolicy(SyncOptions.SchemaUpgradePolicy) - Method in class com.kony.sdk.services.sync.SyncOptions
-
Sets schemaUpgrade policy, if there is any schema upgrade from server.
- setScopeDownload(String, boolean) - Method in class com.kony.sdk.services.sync.SyncOptions
-
Sets scope to download or not to download.
- setScopeUpload(String, boolean) - Method in class com.kony.sdk.services.sync.SyncOptions
-
Sets scope to upload or not to upload.
- setSelfLink(String) - Method in interface com.kony.sdk.client.ServiceDoc
-
- setServerURL(String) - Method in interface com.kony.sdk.services.sync.Sync
-
Sets the sync server URL without the port
- setServerURL(String, int) - Method in interface com.kony.sdk.services.sync.Sync
-
Sets the sync server URL and port
- setServerURL(String, int, boolean) - Method in interface com.kony.sdk.services.sync.Sync
-
Sets the sync server URL and port
- setShort(String, Short) - Method in class com.kony.sdk.services.sync.model.SyncObject
-
- setStorageManager(StorageManager) - Static method in class com.kony.sdk.client.KonyClient
-
Deprecated.
- setStorageMgr(StorageManager) - Method in class com.kony.sdk.client.KonyClient
-
This method will be used by Client-SDK-Developer, to override the
KonyStorageManager instance with custom storage implementation where
Client-SDK-Developer can write the storage code by taking care of his own
encryption logic.
- setString(String, String) - Method in class com.kony.sdk.services.sync.model.SyncObject
-
Setter method to set the column data of type String
- setSyncAttributesMap(Map<String, SyncObjectMetaData>) - Static method in class com.kony.sdk.services.sync.model.metadata.SyncConfigMetaData
-
- setSyncOptions(SyncOptions) - Method in interface com.kony.sdk.services.sync.Sync
-
Sets various sync options
- setSyncServiceEndpoint(String) - Static method in class com.kony.sdk.client.KonyClient
-
Deprecated.
- setSyncServiceEndpoint(String) - Method in interface com.kony.sdk.client.ServiceDoc
-
This method sets the Sync Service EndPoint for the application.
- setSyncStrategy(String) - Method in class com.kony.sdk.services.sync.model.metadata.SyncScopeMetaData
-
- setTimeout(int) - Method in class com.kony.sdk.client.NetworkOptions
-
Default value is 60 seconds
- setType(String) - Method in class com.kony.sdk.services.sync.model.metadata.SyncFieldMetaData
-
- setup(HashMap<String, Object>, KNYCallback) - Method in interface com.kony.sdk.services.syncV2.IKonyApplicationSync
-
Application Level Start sync.
- setUploadBatchSize(int) - Method in interface com.kony.sdk.services.sync.Sync
-
Sets upload batch size, default value is 50
- setUploadErrorPolicy(String, SyncOptions.UploadErrorPolicy) - Method in class com.kony.sdk.services.sync.SyncOptions
-
Sets scope to upload or not to upload.
- setUserId(String) - Method in class com.kony.sdk.client.KonyUser
-
- setUserId(String) - Method in interface com.kony.sdk.services.sync.Sync
-
Sets the userid for authenticating during synchronization.
- setVersion(String) - Method in class com.kony.sdk.services.sync.model.metadata.SyncConfigMetaData
-
- startSessionInBackground() - Method in interface com.kony.sdk.services.sync.Sync
-
Start the sync in background thread
- startSync(Map<String, Object>, KNYCallback, KNYProgressCallback) - Method in class com.kony.sdk.client.KNYObj
-
Object Level Start Sync Session.
- startSync(Map<String, Object>, KNYCallback, KNYProgressCallback) - Method in class com.kony.sdk.client.KNYObjSvc
-
Object Service Level Start Sync Session.
- startSync(HashMap<String, Object>, KNYCallback, KNYProgressCallback) - Method in interface com.kony.sdk.services.syncV2.IKonyApplicationSync
-
Application Sync
Syncs all the object services under an application
- startSync(Map<String, Object>, KNYCallback, KNYProgressCallback) - Method in interface com.kony.sdk.services.syncV2.IKonyObjectServiceSync
-
Object Service Level Start Sync Session
- startSync(Map<String, Object>, KNYCallback, KNYProgressCallback) - Method in interface com.kony.sdk.services.syncV2.IKonyObjectSync
-
Object Level Start Sync Session
- StorageManager - Interface in com.kony.sdk.client
-
StorageManager interface used to store , get and remove the items.
- storeItem(Object, Object) - Method in interface com.kony.sdk.client.StorageManager
-
This Method used to store the item in key-value pairs.
- Sync - Interface in com.kony.sdk.services.sync
-
Containing the methods of the sync life cycle.
- syncAttributeLookUpMap - Static variable in class com.kony.sdk.services.sync.model.metadata.SyncConfigMetaData
-
- SyncBatchContext - Interface in com.kony.sdk.services.sync.listener
-
- SyncCallback - Interface in com.kony.sdk.services.sync.callback
-
Callback interface for operations involving sync APIs.
- SyncConfigMetaData - Class in com.kony.sdk.services.sync.model.metadata
-
- SyncConfigMetaData() - Constructor for class com.kony.sdk.services.sync.model.metadata.SyncConfigMetaData
-
- SyncContext - Interface in com.kony.sdk.services.sync.listener
-
Base Class for all the context objects passed to various listeners
- SyncDataStore - Interface in com.kony.sdk.services.sync
-
Methods to persist and retrieve the data from the local device database.
- SyncErrorContext - Interface in com.kony.sdk.services.sync.listener
-
- SyncEventContext - Interface in com.kony.sdk.services.sync.listener
-
- SyncFactory - Class in com.kony.sdk.services.sync
-
Factory class to get the instance of Sync and SyncDataStore instances.
- SyncFactory() - Constructor for class com.kony.sdk.services.sync.SyncFactory
-
- SyncFieldMetaData - Class in com.kony.sdk.services.sync.model.metadata
-
- SyncFieldMetaData() - Constructor for class com.kony.sdk.services.sync.model.metadata.SyncFieldMetaData
-
- SyncFilter - Class in com.kony.sdk.services.sync
-
- SyncFilter(String, String, String) - Constructor for class com.kony.sdk.services.sync.SyncFilter
-
Create a filter on Sync Object, with attribute and value
- SyncFilter(String, String, String, String) - Constructor for class com.kony.sdk.services.sync.SyncFilter
-
Create a filter on Sync Object, with attribute and two values; value1 and value2.
- SyncListener - Interface in com.kony.sdk.services.sync.listener
-
Sync listener interface which has to be implemented to handle the sync events during the synchronization
- SyncMetaObject - Class in com.kony.sdk.services.sync.model
-
Meta object for creating the database tables in the local device database.
- SyncMetaObject() - Constructor for class com.kony.sdk.services.sync.model.SyncMetaObject
-
- SyncMetaObject(String) - Constructor for class com.kony.sdk.services.sync.model.SyncMetaObject
-
- SyncMetaObject.DATA_TYPE - Enum in com.kony.sdk.services.sync.model
-
- SyncObject - Class in com.kony.sdk.services.sync.model
-
- SyncObject(String) - Constructor for class com.kony.sdk.services.sync.model.SyncObject
-
Constructor to create an instance with the specified sync object name
- SyncObject(long) - Constructor for class com.kony.sdk.services.sync.model.SyncObject
-
Constructor to create an instance with the specified sync object ptr
- SyncObject(Parcel) - Constructor for class com.kony.sdk.services.sync.model.SyncObject
-
Constructor to create an instance with the specified parcelable source
- SyncObjectCallback<T> - Interface in com.kony.sdk.services.sync.callback
-
Callback interface for a single sync object row operations.
- SyncObjectListCallback<T> - Interface in com.kony.sdk.services.sync.callback
-
Callback interface for operations involving multiple sync object rows.
- SyncObjectMetaData - Class in com.kony.sdk.services.sync.model.metadata
-
- SyncObjectMetaData() - Constructor for class com.kony.sdk.services.sync.model.metadata.SyncObjectMetaData
-
- SyncOptions - Class in com.kony.sdk.services.sync
-
This can be used to create various options for sync
- SyncOptions() - Constructor for class com.kony.sdk.services.sync.SyncOptions
-
- SyncOptions.SchemaUpgradePolicy - Enum in com.kony.sdk.services.sync
-
Represents schema upgrade policies
- SyncOptions.UploadErrorPolicy - Enum in com.kony.sdk.services.sync
-
Represents policies for upload
- SyncRowContext - Interface in com.kony.sdk.services.sync.listener
-
- SyncScopeMetaData - Class in com.kony.sdk.services.sync.model.metadata
-
- SyncScopeMetaData() - Constructor for class com.kony.sdk.services.sync.model.metadata.SyncScopeMetaData
-
- SyncServiceCallback - Class in com.kony.sdk.client
-
- SyncServiceCallback() - Constructor for class com.kony.sdk.client.SyncServiceCallback
-
- SyncSummaryContext - Interface in com.kony.sdk.services.sync.listener
-
- SyncUpgradeScriptsContext - Interface in com.kony.sdk.services.sync.listener
-