Package wt.change2

Class ChangeStatusCalculator

java.lang.Object
wt.change2.ChangeStatusCalculator
All Implemented Interfaces:
Serializable, RemoteAccess

public class ChangeStatusCalculator extends Object implements RemoteAccess, Serializable
This is a stand-alone tool to update the pending change indicator, pending variance indicator and hanging change indicator.
    Usage : wt.change2.ChangeStatusCalculator
 
Options :
  1. --help, --h - Help
  2. --preview - Change Status Calculator Tool would be executed in PREVIEW mode
  3. --onlyResultingChanges - Updates changeable objects that are resulting changes in the resulting change state. This option can be used along with the --preview option.
This tool would do the following -
  1. Call getChangeablesToSetIndicator and getChangeablesToResetIndicator and perform the batch update.
  2. The change management indicators migrator would call the API updateAllIndicators()for migration.


Supported API: true

Extendable: false
See Also:
  • Method Details

    • main

      public static void main(String[] args)
      Main method to execute the tool.

      Supported API: true
      Parameters:
      args - - arguments
    • findObjectsToChangeStatusIndicator

      protected ArrayList<String> findObjectsToChangeStatusIndicator()
      Checks if changeable objects exist in the system whose pending and/or resulting change status indicator requires update. Currently used by CheckChangeStatusIndicatorDT WINDU

      Supported API: true
      Extendable: false
      Returns:
      List of messages
      Throws:
      WTException