com.microstrategy.webapi.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.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | DssXmlConflictAll | Rule applies to all objects | |||||||||
int | DssXmlConflictApplication | Rule applies to all application level objects (filters, report definitions etc.) | |||||||||
int | DssXmlConflictConfiguration | Rule applies to all configuration level objects (users, user groups etc.) | |||||||||
int | DssXmlConflictExplicitObject | Rule applies to a specific object | |||||||||
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. | |||||||||
int | DssXmlConflictObjectType | Rule applies to all objects of a specific type or subtype | |||||||||
int | DssXmlConflictReserved | Not a conflict domain | |||||||||
int | DssXmlConflictSchema | Rule applies to all schema level objects (attributes, facts, tables etc.) |
Rule applies to all objects
Rule applies to all application level objects (filters, report definitions etc.)
Rule applies to all configuration level objects (users, user groups etc.)
Rule applies to a specific object
Rule applies to all the objects in a specific folder More specifically, the folder that contains the object in the source project is used.
Rule applies to all objects of a specific type or subtype
Not a conflict domain
Rule applies to all schema level objects (attributes, facts, tables etc.)