Package wt.change2.handler
Class DefaultChangeTransitionHandler
java.lang.Object
wt.maturity.AbstractTransitionHandler
wt.change2.handler.DefaultChangeTransitionHandler
- All Implemented Interfaces:
wt.maturity.TransitionHandler
public class DefaultChangeTransitionHandler
extends wt.maturity.AbstractTransitionHandler
The transition handler class for change objects.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionprotected QueryResultgetTargets(Object contextObject) Will get the changeables on which the transition will be applied
Supported API:trueprotected voidpopulateStateMap(WTSet changeRecord2s, WTSet changeable2s, WTKeyedMap ptStateMap) Will populate the given ptStateMap with the changeable and its current state
Supported API:true
-
Method Details
-
getTargets
Will get the changeables on which the transition will be applied
Supported API:true- Specified by:
getTargetsin classwt.maturity.AbstractTransitionHandler- Throws:
WTException
-
populateStateMap
protected void populateStateMap(WTSet changeRecord2s, WTSet changeable2s, WTKeyedMap ptStateMap) throws WTException, MaturityException Will populate the given ptStateMap with the changeable and its current state
Supported API:true- Specified by:
populateStateMapin classwt.maturity.AbstractTransitionHandler- Throws:
WTExceptionMaturityException
-