Package wt.productfamily
Class StatusTransitionDelegate
java.lang.Object
wt.productfamily.StatusTransitionDelegate
- All Implemented Interfaces:
StatusTransitionInterface
Default Implementation for the StatusTransitionsInterface. This provide map of Valid Baseline Member Status
attribute. This implementation will return all the status enumerations value as a Valid Values.New Baseline Member
status is stored against null value.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptiongetValidStatus(List<FloatingBaselineMember> floatingBaselineMembers)
Supported API: true
-
Method Details
-
getValidStatus
public Map<String,Map<String, getValidStatusString>> (List<FloatingBaselineMember> floatingBaselineMembers) throws WTException
Supported API: true- Specified by:
getValidStatusin interfaceStatusTransitionInterface- Returns:
- Map<String, Map<String, String>>
- Throws:
WTException
-