wt.ixb.conflictFramework.conflictResolution
Class IXResolutionConfigHelper
java.lang.Object
wt.ixb.conflictFramework.conflictResolution.IXResolutionConfigHelper
- public class IXResolutionConfigHelper
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RESOLUTION_TYPE_TO_RESOLVER_MAPPING
public static final String RESOLUTION_TYPE_TO_RESOLVER_MAPPING
- See Also:
- Constant Field Values
RESOLUTION_TYPE_TO_RESOLVER
public static final String RESOLUTION_TYPE_TO_RESOLVER
- See Also:
- Constant Field Values
RESOLUTION_TYPE
public static final String RESOLUTION_TYPE
- See Also:
- Constant Field Values
RESOLVER_ID
public static final String RESOLVER_ID
- See Also:
- Constant Field Values
RESOLUTION_CONTEXT
public static final String RESOLUTION_CONTEXT
- See Also:
- Constant Field Values
OBJECT_CRITERIA
public static final String OBJECT_CRITERIA
- See Also:
- Constant Field Values
OBJECT_TYPE
public static final String OBJECT_TYPE
- See Also:
- Constant Field Values
IXResolutionConfigHelper
public IXResolutionConfigHelper()
getResolverId
public static String getResolverId(String objectType,
IxbElement fileXML,
Importer importer,
String resolutionType)
throws Exception
- Throws:
Exception
isContextMatching
public static boolean isContextMatching(String objectType,
IxbElement fileXML,
Importer importer,
IxbElement configNode)
throws Exception
- Throws:
Exception
isTypeMatching
public static boolean isTypeMatching(String objectType,
IxbElement fileXML,
Importer importer,
IxbElement configNode)
throws Exception
- Throws:
Exception