com.informatica.powercenter.sdk.mapfwk.core
Class ConflictResolutionConstants

java.lang.Object
  extended by com.informatica.powercenter.sdk.mapfwk.core.ConflictResolutionConstants

public class ConflictResolutionConstants
extends java.lang.Object

Defines conflict resolution schemes

When a object is imported into a folder that contains an object with the same name, you can choose to replace or reuse the object, or skip the resolution by specifying approprating conflict resolution scheme using setConflictResolution method of various objects like Source, Target, Task, Mapping, Mapplet and Workflow

See Also:
MappBase.setConflictResolution(String), SourceTarget.setConflictResolution(String), Task.setConflictResolution(String), Workflow.setConflictResolution(String)

Field Summary
static java.lang.String REPLACE
          REPLACE resolution, i.e., replace the existing object with the object being imported
static java.lang.String REUSE
          REUSE resolution, i.e., reuse the existing object
static java.lang.String SKIP
          SKIP resolution
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REPLACE

public static final java.lang.String REPLACE
REPLACE resolution, i.e., replace the existing object with the object being imported

See Also:
Constant Field Values

REUSE

public static final java.lang.String REUSE
REUSE resolution, i.e., reuse the existing object

See Also:
Constant Field Values

SKIP

public static final java.lang.String SKIP
SKIP resolution

See Also:
Constant Field Values