Package wt.change2
Class ChangeStatusCalculator
java.lang.Object
wt.change2.ChangeStatusCalculator
- All Implemented Interfaces:
Serializable,RemoteAccess
This is a stand-alone tool to update the pending change indicator, pending
variance indicator and hanging change indicator.
Supported API: true
Extendable: false
Usage : wt.change2.ChangeStatusCalculator
Options :
- --help, --h - Help
- --preview - Change Status Calculator Tool would be executed in PREVIEW mode
- --onlyResultingChanges - Updates changeable objects that are resulting changes in the resulting change state. This option can be used along with the --preview option.
- Call
getChangeablesToSetIndicatorandgetChangeablesToResetIndicatorand perform the batch update. - The change management indicators migrator would call the API
updateAllIndicators()for migration.
Supported API: true
Extendable: false
- See Also:
-
Field Summary
Fields inherited from interface wt.method.RemoteAccess
versionID -
Method Summary
Modifier and TypeMethodDescriptionChecks if changeable objects exist in the system whose pending and/or resulting change status indicator requires update.static voidMain method to execute the tool.
-
Method Details
-
main
Main method to execute the tool.
Supported API: true- Parameters:
args- - arguments
-
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
-