Package wt.conflict

Class ConflictServerHelper

java.lang.Object
wt.conflict.ConflictServerHelper
All Implemented Interfaces:
Externalizable, Serializable

public class ConflictServerHelper extends Object implements Externalizable
Provider for server-only callable APIs.

Supported API: true

Extendable: true
See Also:
  • Method Details

    • setInputConflictResolutions

      public static void setInputConflictResolutions(ConflictResolution[] allResolutions)
      To set the conflict resolution information, provided by the conflict-enabled client, into the context.

      Supported API: true
      Parameters:
      allResolutions - Passed Conflict resolutions.
    • getResolution

      public static ResolutionType getResolution(Object targetObj, ConflictType conflictCode)
      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