Package wt.maturity

Interface MaturityConfigurationService


@RemoteInterface public interface MaturityConfigurationService
The intent of the maturity configuration service is to handle service calls for UI configurations. Examples of UI configuration is preferences, or conditions that determine when to or not to display something in the UI.

Supported API: true

Extendable: false
  • Method Summary

    Modifier and Type
    Method
    Description
    Will get the life cycle states eligible for automatic revise on promotion request approval.
  • Method Details

    • getAutomaticReviseStates

      List<State> getAutomaticReviseStates(WTContainerRef containerRef) throws WTException
      Will get the life cycle states eligible for automatic revise on promotion request approval.

      Supported API: true
      Parameters:
      containerRef - The reference of the container
      Returns:
      automatic revision life cycle states
      Throws:
      WTException