wt.ixb.conflictFramework.conflictResolution
Class IXResolutionConfigHelper

java.lang.Object
  extended bywt.ixb.conflictFramework.conflictResolution.IXResolutionConfigHelper

public class IXResolutionConfigHelper
extends Object


Field Summary
static String OBJECT_CRITERIA
           
static String OBJECT_TYPE
           
static String RESOLUTION_CONTEXT
           
static String RESOLUTION_TYPE
           
static String RESOLUTION_TYPE_TO_RESOLVER
           
static String RESOLUTION_TYPE_TO_RESOLVER_MAPPING
           
static String RESOLVER_ID
           
 
Constructor Summary
IXResolutionConfigHelper()
           
 
Method Summary
static String getResolverId(String objectType, IxbElement fileXML, Importer importer, String resolutionType)
           
static boolean isContextMatching(String objectType, IxbElement fileXML, Importer importer, IxbElement configNode)
           
static boolean isTypeMatching(String objectType, IxbElement fileXML, Importer importer, IxbElement configNode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

IXResolutionConfigHelper

public IXResolutionConfigHelper()
Method Detail

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