Enum Class PromoteConflictType

java.lang.Object
java.lang.Enum<PromoteConflictType>
com.ptc.windchill.enterprise.maturity.validators.PromoteConflictType
All Implemented Interfaces:
Serializable, Comparable<PromoteConflictType>, Constable

public enum PromoteConflictType extends Enum<PromoteConflictType>
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
  • Enum Constant Details

    • CLIENT

      public static final PromoteConflictType CLIENT
      The validation conflict type is can be updated on the client

      Supported API: true
    • SERVER

      public static final PromoteConflictType SERVER
      The validation conflict is only managed by the server

      Supported API: true