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
  • Method Details

    • getTargets

      protected QueryResult getTargets(Object contextObject) throws WTException
      Will get the changeables on which the transition will be applied

      Supported API:true
      Specified by:
      getTargets in class wt.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:
      populateStateMap in class wt.maturity.AbstractTransitionHandler
      Throws:
      WTException
      MaturityException