wt.ixb.conflictFramework.conflictResolution
Interface IXConfiguredDelegateIfc

All Known Subinterfaces:
IXConflictResolverIfc
All Known Implementing Classes:
CreateBusinessEntityResolver, CreateCabinetResolver, CreateClassificationNodeResolver, CreateEPMAuthoringAppVersionResolver, createFolderResolver, CreateMeasurementSystemResolver, CreateQuantityOfMeasureResolver

public interface IXConfiguredDelegateIfc


Field Summary
static String CLASS
           
static String DELEGATE
           
static String DELEGATE_XPATH
           
static String DELEGATES
           
static String ID
           
static String INIT_PARAMS
           
static String NAME
           
static String PARAM
           
static String VALUE
           
 
Method Summary
 void init(Map config)
           
 

Field Detail

ID

public static final String ID
See Also:
Constant Field Values

DELEGATES

public static final String DELEGATES
See Also:
Constant Field Values

DELEGATE

public static final String DELEGATE
See Also:
Constant Field Values

NAME

public static final String NAME
See Also:
Constant Field Values

CLASS

public static final String CLASS
See Also:
Constant Field Values

INIT_PARAMS

public static final String INIT_PARAMS
See Also:
Constant Field Values

PARAM

public static final String PARAM
See Also:
Constant Field Values

VALUE

public static final String VALUE
See Also:
Constant Field Values

DELEGATE_XPATH

public static final String DELEGATE_XPATH
See Also:
Constant Field Values
Method Detail

init

public void init(Map config)
          throws Exception
Throws:
Exception