Class SecuredInformationExpressionConflictResolver
java.lang.Object
wt.ixb.conflictFramework.conflictResolution.resolver.IXAbstractConflictResolver
wt.ixb.conflictFramework.conflictResolution.resolver.SecuredInformationExpressionConflictResolver
- All Implemented Interfaces:
IXConflictResolverIfc
The Expression conflict resolver.
Supported API: true
Extendable: true
- Default resolution:
- Skip attribute import.
- Available resolution:
- Skip attribute import.
- Skip object import.
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionprotected ObjectskipObjectImportResolution(IxbElement fileXML, Importer importer, Object[] arguments) Skips the object for import.
-
Method Details
-
skipObjectImportResolution
protected Object skipObjectImportResolution(IxbElement fileXML, Importer importer, Object[] arguments) throws WTException Skips the object for import.
Supported API: true- Parameters:
fileXML- The IxbElement.importer- Importer context.arguments- Object[], arguments for resolver.- Returns:
- TRUE if resolved successfully, else FALSE.
- Throws:
WTException
-