Enum Class PromoteConflictType
java.lang.Object
java.lang.Enum<PromoteConflictType>
com.ptc.windchill.enterprise.maturity.validators.PromoteConflictType
- All Implemented Interfaces:
Serializable,Comparable<PromoteConflictType>,Constable
Provides a way to determine if a validation message can be updated on the
client or is only managed on the server.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
-
Enum Constant Details
-
CLIENT
The validation conflict type is can be updated on the client
Supported API: true -
SERVER
The validation conflict is only managed by the server
Supported API: true
-