Package wt.productfamily
Interface StatusTransitionInterface
- All Known Implementing Classes:
StatusTransitionDelegate
public interface StatusTransitionInterface
To customize the Status Transitions Value. User Can implement this interface and returns the Customize Valid state of
Status attribute.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptiongetValidStatus(List<FloatingBaselineMember> floatingBaselineMembers) Returns a map of valid Status for each Floating Baseline Member object, where key is Floating Baseline Member oid, and value is map of valid Status.
-
Method Details
-
getValidStatus
Map<String,Map<String, getValidStatusString>> (List<FloatingBaselineMember> floatingBaselineMembers) throws WTException Returns a map of valid Status for each Floating Baseline Member object, where key is Floating Baseline Member oid, and value is map of valid Status. For a new Floating Baseline Member object, the valid status is stored with a null key.
Supported API: true- Parameters:
floatingBaselineMembers-- Returns:
- Map<String, Map<String, String>>
- Throws:
WTException
-