Package wt.change2

Class Complexity

All Implemented Interfaces:
Serializable, Comparable, EnumeratedType, LocalizableMetadata, LocalizableMessage, Message

@GenAsEnumeratedType(supportedAPI=PUBLIC) public class Complexity extends _Complexity
Complexity indicates the complexity of the WTChangeRequest2 which is used in managing the lifecycle.

Supported API: true

Extendable: false
See Also:
  • Field Details

    • SIMPLE

      public static final Complexity SIMPLE
      Static final constant meaning the change is simple (requires a simple approval process).

      Supported API: true
    • COMPLEX

      public static final Complexity COMPLEX
      Static final constant meaning the change is complex (requires a complex approval process).

      Supported API: true