Class NumberConflictResolver

All Implemented Interfaces:
IXConflictResolverIfc

public class NumberConflictResolver extends IXMultiObjectConflictResolver
The Number conflict resolver. It handles all the conflicts related to a Number.
  • Available resolution:
    • Carry forward values from previous iteration on the same version OR Use the OIR and let the system choose an appropriate number.


Supported API: true

Extendable: true
  • Method Details

    • resolveNumberConflictWithPreviousIterationOrOIR

      protected Object resolveNumberConflictWithPreviousIterationOrOIR(IxbElement fileXML, Importer importer, Object[] arguments) throws WTException
      Carry forward number from previous iteration on the same version. Use the OIR and let the system choose an appropriate Number. Currently only supports to WTPart and WTDocument

      Supported API: true
      Parameters:
      fileXML - The IxbElement.
      importer - Importer context.
      arguments - Object[], arguments for resolver.
      Returns:
      TRUE if resolved successfully, else FALSE.
      Throws:
      WTException