Uses of Class
com.hcl.voltmx.sync.services.syncruntime.config.Enums.ConflictResolutionPolicy

Packages that use Enums.ConflictResolutionPolicy
com.hcl.voltmx.sync.services.interceptor   
com.hcl.voltmx.sync.services.syncruntime.config   
 

Uses of Enums.ConflictResolutionPolicy in com.hcl.voltmx.sync.services.interceptor
 

Methods in com.hcl.voltmx.sync.services.interceptor that return Enums.ConflictResolutionPolicy
 Enums.ConflictResolutionPolicy ISyncConflictContext.getConflictPolicy()
          Returns the current conflict policy defined for the scope
 

Methods in com.hcl.voltmx.sync.services.interceptor with parameters of type Enums.ConflictResolutionPolicy
 void ISyncConflictContext.setConflictPolicy(Enums.ConflictResolutionPolicy policy)
          Method is used to set the conflict policy
 

Uses of Enums.ConflictResolutionPolicy in com.hcl.voltmx.sync.services.syncruntime.config
 

Methods in com.hcl.voltmx.sync.services.syncruntime.config that return Enums.ConflictResolutionPolicy
 Enums.ConflictResolutionPolicy SyncScope.getConflictPolicy()
           
static Enums.ConflictResolutionPolicy Enums.ConflictResolutionPolicy.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Enums.ConflictResolutionPolicy[] Enums.ConflictResolutionPolicy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.hcl.voltmx.sync.services.syncruntime.config with parameters of type Enums.ConflictResolutionPolicy
 void SyncScope.setConflictPolicy(Enums.ConflictResolutionPolicy conflictPolicy)