A B C D E F G H I O P R S T V

A

add(String, Object) - Method in interface com.kony.sync.services.entityframework.IEntity
Adds the attribute name and attribute value
add(String) - Method in class com.kony.sync.services.entityframework.metadata.PrimaryKeyType
Adds the specified field to the primary key
add(String, Object) - Method in class com.kony.sync.services.entityframework.SyncEntity
 
add(PrimaryKey) - Method in class com.kony.sync.services.entityframework.SyncEntity
 
addColumn(AttributeType) - Method in class com.kony.sync.services.entityframework.metadata.EntityType
 
AddPrimaryKey(String) - Method in class com.kony.sync.services.entityframework.metadata.EntityType
 
addRelatedEntity(AttributeType, SyncEntity) - Method in class com.kony.sync.services.entityframework.SyncEntity
 
addSimpleFilter(String, OP, String, String) - Method in class com.kony.sync.services.entityframework.metadata.EntityType
Adds the filter to the entity type
AttributeType - Class in com.kony.sync.services.entityframework.metadata
The AttributeType class describes the properties of the attribute such as name, type, length etc
AttributeType() - Constructor for class com.kony.sync.services.entityframework.metadata.AttributeType
 
AttributeType(String) - Constructor for class com.kony.sync.services.entityframework.metadata.AttributeType
Creates the new AttributeType

B

BLOB_TYPE - Static variable in class com.kony.sync.services.entityframework.metadata.EntityType
 

C

changeTracking - Variable in class com.kony.sync.services.syncruntime.config.SyncScope
 
childColumns - Variable in class com.kony.sync.services.entityframework.metadata.EntityType
Map instance which holds the related syn entity information
clone() - Method in class com.kony.sync.services.entityframework.metadata.AttributeType
 
clone() - Method in class com.kony.sync.services.entityframework.metadata.EntityType
 
clone() - Method in class com.kony.sync.services.entityframework.metadata.PrimaryKeyType
 
clone() - Method in class com.kony.sync.services.syncruntime.config.SyncScope
 
com.kony.sync.services.entityframework - package com.kony.sync.services.entityframework
 
com.kony.sync.services.entityframework.metadata - package com.kony.sync.services.entityframework.metadata
 
com.kony.sync.services.interceptor - package com.kony.sync.services.interceptor
 
com.kony.sync.services.syncruntime.config - package com.kony.sync.services.syncruntime.config
 
com.kony.sync.services.syncruntime.conflicts - package com.kony.sync.services.syncruntime.conflicts
 
compile() - Method in class com.kony.sync.services.syncruntime.config.SyncScope
 
compiledFilters - Variable in class com.kony.sync.services.entityframework.metadata.EntityType
List of compiled filters for the corresponding sync entity as defined in the sync configuration file.
compileFilters() - Method in class com.kony.sync.services.syncruntime.config.SyncScope
Propagate filters to related entities.
compileRelatedFilters(EntityType, AttributeType, List<QueryCondition>, List<String>) - Method in class com.kony.sync.services.entityframework.metadata.EntityType
Process the filters based on relationships defined in the sync configuration
ConflictResolutionResult - Class in com.kony.sync.services.syncruntime.conflicts
The ConflictResolutionResult holds the resolved entity after the conflict resolution.
ConflictResolutionResult() - Constructor for class com.kony.sync.services.syncruntime.conflicts.ConflictResolutionResult
Creates the ConflictResolutionResult instance
ConflictResolutionResult(IEntity, SyncEntity.ChangeType, Boolean) - Constructor for class com.kony.sync.services.syncruntime.conflicts.ConflictResolutionResult
Creates the ConflictResolutionResult instance with the resolved entity, change type

D

data - Variable in class com.kony.sync.services.entityframework.SyncEntity
 

E

EntityType - Class in com.kony.sync.services.entityframework.metadata
The EntityType class describes the meta information of the SyncEntity class It holds the column names and primary key information.
EntityType() - Constructor for class com.kony.sync.services.entityframework.metadata.EntityType
 
Enums - Class in com.kony.sync.services.syncruntime.config
Various Enums used in the sync
Enums() - Constructor for class com.kony.sync.services.syncruntime.config.Enums
 
Enums.ChangeTracking - Enum in com.kony.sync.services.syncruntime.config
Enumeration types for change tracking.
Enums.ConflictResolutionPolicy - Enum in com.kony.sync.services.syncruntime.config
Enumeration types for the conflict resolution policy
Enums.ConflictType - Enum in com.kony.sync.services.syncruntime.config
Enumeration types for the conflict type.
Enums.RequestEntityStatus - Enum in com.kony.sync.services.syncruntime.config
Enumeration types for the entity status
Enums.RequestStatus - Enum in com.kony.sync.services.syncruntime.config
Enumeration types for the request status
Enums.SyncStrategy - Enum in com.kony.sync.services.syncruntime.config
Enumeration types for the synchronization strategy.
Enums.TransactionType - Enum in com.kony.sync.services.syncruntime.config
Enumeration types for the database transaction type.

F

FillData(Map<String, Object>) - Method in class com.kony.sync.services.entityframework.SyncEntity
 
filterEntities - Variable in class com.kony.sync.services.entityframework.metadata.EntityType
List of related entities by which inherited filters are imported.
formatNotification(ISyncNotificationContext) - Method in interface com.kony.sync.services.interceptor.ISyncNotificationInterceptor
This method will be invoked by the sync services when there a RCT notification from the data source

G

getChangeType() - Method in interface com.kony.sync.services.entityframework.IEntity
Returns the change type of the entity.
getChangeType() - Method in class com.kony.sync.services.entityframework.SyncEntity
 
getChangeType() - Method in class com.kony.sync.services.syncruntime.conflicts.ConflictResolutionResult
 
getClientChange() - Method in interface com.kony.sync.services.interceptor.ISyncConflictContext
Returns the client change as a Entity
getCol_PrimaryKeys() - Method in class com.kony.sync.services.entityframework.metadata.EntityType
 
getColumn_map() - Method in class com.kony.sync.services.entityframework.metadata.EntityType
 
getColumnNames() - Method in class com.kony.sync.services.entityframework.metadata.PrimaryKeyType
Returns the list of columns in a primary key
getColumns() - Method in class com.kony.sync.services.entityframework.metadata.EntityType
 
getConflictInterceptor() - Method in class com.kony.sync.services.syncruntime.config.SyncScope
Returns the conflict interceptor
getConflictPolicy() - Method in interface com.kony.sync.services.interceptor.ISyncConflictContext
Returns the current conflict policy defined for the scope
getConflictPolicy() - Method in class com.kony.sync.services.syncruntime.config.SyncScope
 
getConflictType() - Method in interface com.kony.sync.services.interceptor.ISyncConflictContext
Returns the conflict type
getData() - Method in interface com.kony.sync.services.entityframework.IEntity
Returns the entity data in a map, where keys are the attribute names and values are corresponding attribute values
getData() - Method in class com.kony.sync.services.entityframework.SyncEntity
 
getDatasourceName() - Method in class com.kony.sync.services.syncruntime.config.SyncScope
 
getDataType() - Method in class com.kony.sync.services.entityframework.metadata.AttributeType
 
getDataType(String) - Method in class com.kony.sync.services.entityframework.metadata.EntityType
Returns the data type of the specified attribute name as defined in the sync configuration file
getEntities() - Method in class com.kony.sync.services.syncruntime.config.SyncScope
 
getEntityMap() - Method in class com.kony.sync.services.syncruntime.config.SyncScope
 
getEntityName() - Method in class com.kony.sync.services.entityframework.SyncEntity
 
getEntityStatus(int) - Static method in class com.kony.sync.services.syncruntime.config.Enums
 
getEntityStatusNumber(Enums.RequestEntityStatus) - Static method in class com.kony.sync.services.syncruntime.config.Enums
 
GetFieldValueInt(String) - Method in class com.kony.sync.services.entityframework.SyncEntity
 
GetFieldValueLong(String) - Method in class com.kony.sync.services.entityframework.SyncEntity
 
getFilteredQuery(IQueryBuilder) - Method in class com.kony.sync.services.entityframework.metadata.EntityType
Appends the filer conditions to the query
getFirstChild(String) - Method in class com.kony.sync.services.entityframework.metadata.EntityType
 
getHttpContext() - Method in interface com.kony.sync.services.interceptor.ISyncClientContext
Returns the http context
getHttpContext() - Method in interface com.kony.sync.services.interceptor.ISyncNotificationContext
Returns the http context
getID() - Method in interface com.kony.sync.services.entityframework.IEntity
 
getID() - Method in class com.kony.sync.services.entityframework.SyncEntity
 
getIgnore() - Method in class com.kony.sync.services.syncruntime.conflicts.ConflictResolutionResult
 
getIncomingChanges() - Method in interface com.kony.sync.services.interceptor.ISyncRequestContext
Returns the incoming changes from the client.
getIntPk() - Method in class com.kony.sync.services.entityframework.SyncEntity
 
getKeys() - Method in interface com.kony.sync.services.entityframework.IEntity
Returns the primary key information of the entity
getKeys() - Method in class com.kony.sync.services.entityframework.SyncEntity
 
getName() - Method in class com.kony.sync.services.entityframework.metadata.AttributeType
Returns the name of the attribute
getName() - Method in class com.kony.sync.services.entityframework.metadata.EntityType
 
getObjectPk() - Method in class com.kony.sync.services.entityframework.SyncEntity
 
getOriginalConfig() - Method in class com.kony.sync.services.syncruntime.config.SyncScope
 
getOutgoingChanges() - Method in interface com.kony.sync.services.interceptor.ISyncResponseContext
Returns the list of entities which will be sent to the client
getParentColumn() - Method in class com.kony.sync.services.entityframework.metadata.AttributeType
 
getParentTable() - Method in class com.kony.sync.services.entityframework.metadata.AttributeType
 
getPk() - Method in class com.kony.sync.services.entityframework.SyncEntity
 
getRelated(String) - Method in class com.kony.sync.services.entityframework.SyncEntity
 
getRequestString() - Method in interface com.kony.sync.services.interceptor.ISyncClientContext
Returns the request which is received from the device
getRequestString() - Method in interface com.kony.sync.services.interceptor.ISyncNotificationContext
Returns the request as a string
getResolvedEntity() - Method in class com.kony.sync.services.syncruntime.conflicts.ConflictResolutionResult
 
getResponseString() - Method in interface com.kony.sync.services.interceptor.ISyncClientContext
Returns the response which is about to send to client.
getSchemaName() - Method in class com.kony.sync.services.entityframework.metadata.EntityType
 
getScopeName() - Method in class com.kony.sync.services.syncruntime.config.SyncScope
 
getServerChange() - Method in interface com.kony.sync.services.interceptor.ISyncConflictContext
Returns the server change as a Entity
getServerHashsum() - Method in class com.kony.sync.services.entityframework.SyncEntity
Method to calculate Hashsum for actual data columns.
getstatus(int) - Static method in class com.kony.sync.services.syncruntime.config.Enums
 
getStatusNumber(Enums.RequestStatus) - Static method in class com.kony.sync.services.syncruntime.config.Enums
 
getStrategy() - Method in class com.kony.sync.services.syncruntime.config.SyncScope
Returns the sync strategy
getSyncScope() - Method in interface com.kony.sync.services.interceptor.ISyncOperationContext
Returns the current sync scope object
getTimeformat() - Method in class com.kony.sync.services.syncruntime.config.SyncScope
Returns the time format defined in the sync configuration
getType() - Method in interface com.kony.sync.services.entityframework.IEntity
Returns the EntityType object, which will have the meta information of the entity
getType() - Method in class com.kony.sync.services.entityframework.SyncEntity
 
getURI() - Method in interface com.kony.sync.services.entityframework.IEntity
 
getURI() - Method in class com.kony.sync.services.entityframework.SyncEntity
 
getValue(String) - Method in interface com.kony.sync.services.entityframework.IEntity
Returns the attribute value for a specified attribute
getValue(String) - Method in class com.kony.sync.services.entityframework.SyncEntity
 
getValue(String) - Method in interface com.kony.sync.services.interceptor.ISyncOperationContext
Returns the value of the parameters
GetValueAsBoolean(String) - Method in class com.kony.sync.services.entityframework.SyncEntity
 
GetValueAsObject(String) - Method in class com.kony.sync.services.entityframework.SyncEntity
 
GetValueAsString(String) - Method in class com.kony.sync.services.entityframework.SyncEntity
 

H

hasAutogeneratedPk() - Method in class com.kony.sync.services.entityframework.metadata.EntityType
Returns true if the primary key is mentioned as auto-generated in the sync configuration
hasForeignKey() - Method in class com.kony.sync.services.entityframework.metadata.EntityType
Returns true if there are any relationships with the current sync entity
hasRelatedData - Variable in class com.kony.sync.services.entityframework.metadata.AttributeType
 

I

IEntity - Interface in com.kony.sync.services.entityframework
It is an interface for the entities which stores a row of data
IMAGE_TYPE - Static variable in class com.kony.sync.services.entityframework.metadata.EntityType
 
isClientOnly() - Method in class com.kony.sync.services.entityframework.metadata.AttributeType
 
isDataColumn() - Method in class com.kony.sync.services.entityframework.metadata.AttributeType
 
isHashGenRequired() - Method in class com.kony.sync.services.entityframework.metadata.EntityType
 
isIsReference() - Method in class com.kony.sync.services.entityframework.metadata.AttributeType
 
isPrimaryKey() - Method in class com.kony.sync.services.entityframework.metadata.AttributeType
 
isReadonly() - Method in class com.kony.sync.services.entityframework.metadata.AttributeType
Returns the read only property of the attribute
ISyncClientContext - Interface in com.kony.sync.services.interceptor
Interface for the client context
ISyncConflictContext - Interface in com.kony.sync.services.interceptor
Interface for the Conflict context.
ISyncConflictResolutionInterceptor - Interface in com.kony.sync.services.interceptor
The interceptor interface for conflict resolution.
ISyncDownloadInterceptor - Interface in com.kony.sync.services.interceptor
The interceptor interface for client download requests.
ISyncMergeInterceptor - Interface in com.kony.sync.services.interceptor
The interceptor interface for Merge service.
ISyncMergeInterceptor.MergeEvent - Enum in com.kony.sync.services.interceptor
Enumeration type for the event of the merge
ISyncNotificationContext - Interface in com.kony.sync.services.interceptor
Interface for the Notification context.
ISyncNotificationInterceptor - Interface in com.kony.sync.services.interceptor
The interceptor interface for notifications.
ISyncOperationContext - Interface in com.kony.sync.services.interceptor
Basic interface for the interceptor context.
ISyncReplicaInterceptor - Interface in com.kony.sync.services.interceptor
The interceptor interface for Replica service.
ISyncReplicaInterceptor.ReplicaEvent - Enum in com.kony.sync.services.interceptor
Enumeration type for event of the replica service
ISyncRequestContext - Interface in com.kony.sync.services.interceptor
Interface for the Request context.
ISyncResponseContext - Interface in com.kony.sync.services.interceptor
Interface for the Response context.
ISyncUploadInterceptor - Interface in com.kony.sync.services.interceptor
The interceptor interface for Upload service.

O

originalConfig - Variable in class com.kony.sync.services.syncruntime.config.SyncScope
 
originalSyncScope - Variable in class com.kony.sync.services.syncruntime.config.SyncScope
 

P

parent - Variable in class com.kony.sync.services.entityframework.SyncEntity
 
parentedTypes - Variable in class com.kony.sync.services.entityframework.SyncEntity
 
parseOP(String) - Static method in class com.kony.sync.services.syncruntime.config.Enums
 
PrimaryKeyType - Class in com.kony.sync.services.entityframework.metadata
The PrimaryKeyType class describes the primary key information of a Entity
PrimaryKeyType() - Constructor for class com.kony.sync.services.entityframework.metadata.PrimaryKeyType
 
processEvent(ISyncMergeInterceptor.MergeEvent, ISyncOperationContext, List<IEntity>) - Method in interface com.kony.sync.services.interceptor.ISyncMergeInterceptor
This method will be invoked by the Merge service at various phases while applying the changes to data source
processEvent(ISyncReplicaInterceptor.ReplicaEvent, ISyncOperationContext, List<IEntity>) - Method in interface com.kony.sync.services.interceptor.ISyncReplicaInterceptor
This method will be invoked by the replica service at two places.
processRequest(ISyncRequestContext) - Method in interface com.kony.sync.services.interceptor.ISyncDownloadInterceptor
This method will be invoked by the sync services for each request from the client
processRequest(ISyncRequestContext) - Method in interface com.kony.sync.services.interceptor.ISyncUploadInterceptor
This method will be invoked by the sync services for each request from the client
processReseponse(ISyncResponseContext) - Method in interface com.kony.sync.services.interceptor.ISyncDownloadInterceptor
This method will be invoked by the sync services before sending the response to the client
processReseponse(ISyncResponseContext) - Method in interface com.kony.sync.services.interceptor.ISyncUploadInterceptor
This method will be invoked by the sync services before sending the response to the client

R

relatedEntites - Variable in class com.kony.sync.services.entityframework.SyncEntity
 
remove(String) - Method in class com.kony.sync.services.entityframework.metadata.PrimaryKeyType
 
removeColumn(String) - Method in class com.kony.sync.services.entityframework.metadata.EntityType
 
RemoveField(String) - Method in class com.kony.sync.services.entityframework.SyncEntity
 
resolveConflict(ISyncConflictContext) - Method in interface com.kony.sync.services.interceptor.ISyncConflictResolutionInterceptor
Method to resolve the conflict.

S

setChangeType(SyncEntity.ChangeType) - Method in interface com.kony.sync.services.entityframework.IEntity
Sets the change type of the entity
setChangeType(SyncEntity.ChangeType) - Method in class com.kony.sync.services.entityframework.SyncEntity
 
setChangeType(SyncEntity.ChangeType) - Method in class com.kony.sync.services.syncruntime.conflicts.ConflictResolutionResult
 
setClientOnly(boolean) - Method in class com.kony.sync.services.entityframework.metadata.AttributeType
 
setCol_PrimaryKeys(PrimaryKeyType) - Method in class com.kony.sync.services.entityframework.metadata.EntityType
 
setColumn_map(Map<String, AttributeType>) - Method in class com.kony.sync.services.entityframework.metadata.EntityType
 
setColumnNames(ArrayList<String>) - Method in class com.kony.sync.services.entityframework.metadata.PrimaryKeyType
Set the list column names as primary key
setColumns(List<AttributeType>) - Method in class com.kony.sync.services.entityframework.metadata.EntityType
 
setConflictInterceptor(InterceptorType) - Method in class com.kony.sync.services.syncruntime.config.SyncScope
Set the conflict interceptor implementation class in to the sync scope
setConflictPolicy(Enums.ConflictResolutionPolicy) - Method in interface com.kony.sync.services.interceptor.ISyncConflictContext
Method is used to set the conflict policy
setConflictPolicy(Enums.ConflictResolutionPolicy) - Method in class com.kony.sync.services.syncruntime.config.SyncScope
 
setDataColumn(boolean) - Method in class com.kony.sync.services.entityframework.metadata.AttributeType
 
setDatasourceName(String) - Method in class com.kony.sync.services.syncruntime.config.SyncScope
 
setDataType(String) - Method in class com.kony.sync.services.entityframework.metadata.AttributeType
 
setEntities(List<SyncObject>) - Method in class com.kony.sync.services.syncruntime.config.SyncScope
 
setEntityMap(Map<String, SyncObject>) - Method in class com.kony.sync.services.syncruntime.config.SyncScope
 
setHashGenRequired(boolean) - Method in class com.kony.sync.services.entityframework.metadata.EntityType
 
setIgnore(Boolean) - Method in class com.kony.sync.services.syncruntime.conflicts.ConflictResolutionResult
 
setIntPk(Long) - Method in class com.kony.sync.services.entityframework.SyncEntity
 
setIsReference(boolean) - Method in class com.kony.sync.services.entityframework.metadata.AttributeType
 
setName(String) - Method in class com.kony.sync.services.entityframework.metadata.AttributeType
Sets the name of the attribute
setName(String) - Method in class com.kony.sync.services.entityframework.metadata.EntityType
 
setOriginalConfig(SyncConfiguration) - Method in class com.kony.sync.services.syncruntime.config.SyncScope
 
setParentColumn(AttributeType) - Method in class com.kony.sync.services.entityframework.metadata.AttributeType
 
setParentTable(EntityType) - Method in class com.kony.sync.services.entityframework.metadata.AttributeType
 
setPk(PrimaryKey) - Method in class com.kony.sync.services.entityframework.SyncEntity
 
setPrimaryKey(boolean) - Method in class com.kony.sync.services.entityframework.metadata.AttributeType
 
setReadonly(boolean) - Method in class com.kony.sync.services.entityframework.metadata.AttributeType
Sets the read only property for the attribute
setRequestString(String) - Method in interface com.kony.sync.services.interceptor.ISyncNotificationContext
Set the request to the context.
setResolvedEntity(IEntity) - Method in class com.kony.sync.services.syncruntime.conflicts.ConflictResolutionResult
 
setResponseString(String) - Method in interface com.kony.sync.services.interceptor.ISyncResponseContext
Set the response which is about to send to client.
setSchemaName(String) - Method in class com.kony.sync.services.entityframework.metadata.EntityType
 
setScopeName(String) - Method in class com.kony.sync.services.syncruntime.config.SyncScope
 
setStrategy(Enums.SyncStrategy) - Method in class com.kony.sync.services.syncruntime.config.SyncScope
Set the sync strategy to the sync scope
setType(EntityType) - Method in class com.kony.sync.services.entityframework.SyncEntity
 
setValue(String, Object) - Method in interface com.kony.sync.services.interceptor.ISyncOperationContext
Sets the value of the parameter
supportsLastUpdateTimeStamp - Variable in class com.kony.sync.services.syncruntime.config.SyncScope
 
supportsSoftDelete - Variable in class com.kony.sync.services.syncruntime.config.SyncScope
 
supportsUserid - Variable in class com.kony.sync.services.syncruntime.config.SyncScope
 
SyncDataProviderName - Variable in class com.kony.sync.services.syncruntime.config.SyncScope
 
SyncEntity - Class in com.kony.sync.services.entityframework
Weakly typed base class for storing table rows.
SyncEntity(EntityType) - Constructor for class com.kony.sync.services.entityframework.SyncEntity
 
SyncEntity.ChangeType - Enum in com.kony.sync.services.entityframework
Enumeration type for the change type
SyncScope - Class in com.kony.sync.services.syncruntime.config
This class describes the meta information of the sync scope as defined in the sync configuration
SyncScope() - Constructor for class com.kony.sync.services.syncruntime.config.SyncScope
 

T

toString() - Method in class com.kony.sync.services.entityframework.metadata.AttributeType
 
toString() - Method in class com.kony.sync.services.entityframework.metadata.EntityType
 
toString() - Method in class com.kony.sync.services.entityframework.metadata.PrimaryKeyType
 
toString() - Method in class com.kony.sync.services.entityframework.SyncEntity
 

V

valueOf(String) - Static method in enum com.kony.sync.services.entityframework.SyncEntity.ChangeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.kony.sync.services.interceptor.ISyncMergeInterceptor.MergeEvent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.kony.sync.services.interceptor.ISyncReplicaInterceptor.ReplicaEvent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.kony.sync.services.syncruntime.config.Enums.ChangeTracking
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.kony.sync.services.syncruntime.config.Enums.ConflictResolutionPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.kony.sync.services.syncruntime.config.Enums.ConflictType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.kony.sync.services.syncruntime.config.Enums.RequestEntityStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.kony.sync.services.syncruntime.config.Enums.RequestStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.kony.sync.services.syncruntime.config.Enums.SyncStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.kony.sync.services.syncruntime.config.Enums.TransactionType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.kony.sync.services.entityframework.SyncEntity.ChangeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.kony.sync.services.interceptor.ISyncMergeInterceptor.MergeEvent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.kony.sync.services.interceptor.ISyncReplicaInterceptor.ReplicaEvent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.kony.sync.services.syncruntime.config.Enums.ChangeTracking
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.kony.sync.services.syncruntime.config.Enums.ConflictResolutionPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.kony.sync.services.syncruntime.config.Enums.ConflictType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.kony.sync.services.syncruntime.config.Enums.RequestEntityStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.kony.sync.services.syncruntime.config.Enums.RequestStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.kony.sync.services.syncruntime.config.Enums.SyncStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.kony.sync.services.syncruntime.config.Enums.TransactionType
Returns an array containing the constants of this enum type, in the order they are declared.

A B C D E F G H I O P R S T V