Class MemberConflictResolver

All Implemented Interfaces:
IXConflictResolverIfc

public class MemberConflictResolver extends IXMultiObjectConflictResolver
The MemberConflictResolver resolver which handles all the conflicts related to a principal reference attribute. The default resolution and available resolutions for all conflict types is SKIP_OBJECT_IMPORT, unless overridden by the caller of checkConflictsForAttributesBatch method of ExpImpForWTPrincipalReferenceAttr.
  • Default resolution:
    • SKIP_OBJECT_IMPORT (unless set by caller in the Importer.generalContext)
  • Available resolution:
    • SKIP_OBJECT_IMPORT or whatever was set in the Importer.generalContext. Other resolution supported by this resolver include:
    • SKIP_OBJECT_IMPORT - Skip the import of the entire object


Supported API: true

Extendable: true
See Also:
  • ExpImpForWTPrincipalReferenceAttr