|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISyncConflictContext
Interface for the Conflict context. This conflict context will be created by the sync services and will be passed to the methods while invoking the interceptor implementations.
| Method Summary | |
|---|---|
IEntity |
getClientChange()
Returns the client change as a Entity |
Enums.ConflictResolutionPolicy |
getConflictPolicy()
Returns the current conflict policy defined for the scope |
Enums.ConflictType |
getConflictType()
Returns the conflict type |
IEntity |
getServerChange()
Returns the server change as a Entity |
void |
setConflictPolicy(Enums.ConflictResolutionPolicy policy)
Method is used to set the conflict policy |
| Methods inherited from interface com.hcl.voltmx.sync.services.interceptor.ISyncOperationContext |
|---|
getSyncScope, getValue, setValue |
| Method Detail |
|---|
IEntity getClientChange()
IEntity getServerChange()
void setConflictPolicy(Enums.ConflictResolutionPolicy policy)
policy - Enums.ConflictResolutionPolicy getConflictPolicy()
Enums.ConflictType getConflictType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||