Package wt.vc.wip

Class WorkInProgressState

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

@GenAsEnumeratedType(supportedAPI=PUBLIC) public class WorkInProgressState extends _WorkInProgressState
The valid set of work-in-progress states that a workable object can exist within.

Supported API: true

Extendable: false
See Also:
  • Field Details

    • CHECKED_IN

      public static final WorkInProgressState CHECKED_IN
      A constant that predefines a WIP state of being checked in.

      Supported API: true
    • CHECKED_OUT

      public static final WorkInProgressState CHECKED_OUT
      A constant that predefines a WIP state of being checked out.

      Supported API: true
    • WORKING

      public static final WorkInProgressState WORKING
      A constant that predefines a WIP state of being in work.

      Supported API: true
    • PRIVATE_WORKING

      public static final WorkInProgressState PRIVATE_WORKING
      A constant that predefines a WIP state of being in work on a private checkout.

      Supported API: true
    • CHECKED_OUT_TO_SANDBOX

      public static final WorkInProgressState CHECKED_OUT_TO_SANDBOX
      A constant that predefines a WIP state of being checked out to an sandbox project. This state is now obsolete, but may still exist in customer databases.

      Supported API: true
    • TERMINAL

      public static final WorkInProgressState TERMINAL
      A constant that predefines a WIP state of being a terminal iteration, i.e. one upon which no further WIP is to be allowed (similar to, but different than, a released lifecycle state). This state is now obsolete, but may still exist in customer databases.

      Supported API: true