Interface EnumDSSXMLConflictDomain


  • public interface EnumDSSXMLConflictDomain
    This interface defines the enumeration of possible domains over which a merge conflict rule could operate. A merge conflict occurs when different instances of the same object exist in both source and destination object sources. The merge conflict rule describes how to handle a merge conflict. The enumeration lists different ways of identifying to which objects a merge conflict rule might apply.
    • Field Detail

      • DssXmlConflictReserved

        static final int DssXmlConflictReserved
        Not a conflict domain
        See Also:
        Constant Field Values
      • DssXmlConflictExplicitObject

        static final int DssXmlConflictExplicitObject
        Rule applies to a specific object
        See Also:
        Constant Field Values
      • DssXmlConflictFolder

        static final int DssXmlConflictFolder
        Rule applies to all the objects in a specific folder More specifically, the folder that contains the object in the source project is used.
        See Also:
        Constant Field Values
      • DssXmlConflictObjectType

        static final int DssXmlConflictObjectType
        Rule applies to all objects of a specific type or subtype
        See Also:
        Constant Field Values
      • DssXmlConflictApplication

        static final int DssXmlConflictApplication
        Rule applies to all application level objects (filters, report definitions etc.)
        See Also:
        Constant Field Values
      • DssXmlConflictSchema

        static final int DssXmlConflictSchema
        Rule applies to all schema level objects (attributes, facts, tables etc.)
        See Also:
        Constant Field Values
      • DssXmlConflictConfiguration

        static final int DssXmlConflictConfiguration
        Rule applies to all configuration level objects (users, user groups etc.)
        See Also:
        Constant Field Values
      • DssXmlConflictAll

        static final int DssXmlConflictAll
        Rule applies to all objects
        See Also:
        Constant Field Values