Class NumberConflictResolver
java.lang.Object
wt.ixb.conflictFramework.conflictResolution.resolver.IXAbstractConflictResolver
wt.ixb.conflictFramework.conflictResolution.resolver.IXGenericConflictResolver
wt.ixb.conflictFramework.conflictResolution.resolver.IXDefaultConflictResolver
wt.ixb.conflictFramework.conflictResolution.resolver.IXMultiObjectConflictResolver
wt.ixb.conflictFramework.conflictResolution.resolver.NumberConflictResolver
- All Implemented Interfaces:
IXConflictResolverIfc
The Number conflict resolver. It handles all the conflicts related to a Number.
Supported API: true
Extendable: true
- 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 Summary
Modifier and TypeMethodDescriptionprotected ObjectresolveNumberConflictWithPreviousIterationOrOIR(IxbElement fileXML, Importer importer, Object[] arguments) Carry forward number from previous iteration on the same version.Methods inherited from class wt.ixb.conflictFramework.conflictResolution.resolver.IXGenericConflictResolver
skipObjectImportResolution
-
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
-