Package wt.conflict
Class ConflictServerHelper
java.lang.Object
wt.conflict.ConflictServerHelper
- All Implemented Interfaces:
Externalizable,Serializable
Provider for server-only callable APIs.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic ResolutionTypegetResolution(Object targetObj, ConflictType conflictCode) Fetch the resolution code for the given conflicting object and the given conflict type.static voidsetInputConflictResolutions(ConflictResolution[] allResolutions) To set the conflict resolution information, provided by the conflict-enabled client, into the context.
-
Method Details
-
setInputConflictResolutions
To set the conflict resolution information, provided by the conflict-enabled client, into the context.
Supported API: true- Parameters:
allResolutions- Passed Conflict resolutions.
-
getResolution
Fetch the resolution code for the given conflicting object and the given conflict type. It would first check whether any resolution is present for the object, otherwise whether there is any blanket resolution provided.
Supported API: true- Parameters:
targetObj-conflictCode-- Returns:
- ResolutionType
-