wt.conflict
Class ConflictResolution

java.lang.Object
  extended by wt.conflict.ConflictResolution
All Implemented Interfaces:
Serializable

public class ConflictResolution
extends Object
implements Serializable

ConflictResolution to contain resolution code for given conflict code and object. It is created by client to address conflicts occurred or conflicts foreseen.

Supported API: true

Extendable: false

See Also:
Serialized Form

Constructor Summary
ConflictResolution(ConflictType conflictCode, ResolutionType resolverCode)
          

Supported API: true
ConflictResolution(ConflictType conflictCode, ResolutionType resolverCode, WTCollection objectCollection)
          

Supported API: true
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConflictResolution

public ConflictResolution(ConflictType conflictCode,
                          ResolutionType resolverCode,
                          WTCollection objectCollection)


Supported API: true

Parameters:
conflictCode -
resolverCode -
objectCollection -

ConflictResolution

public ConflictResolution(ConflictType conflictCode,
                          ResolutionType resolverCode)


Supported API: true

Parameters:
conflictCode -
resolverCode -