com.ibm.portal.pcm.dialog.model
Interface TransitionModelProvider

All Known Subinterfaces:
DialogDefinition

public interface TransitionModelProvider

Interface that allows to retrieve the transitions declared within a dialog.

Since:
8.0.0

Method Summary
<T extends java.lang.Object & Transition>
TransitionModel<T>
getTransitionModel()
          Returns a transition model valid in the scope of this provider.
 

Method Detail

getTransitionModel

<T extends java.lang.Object & Transition> TransitionModel<T> getTransitionModel()
Returns a transition model valid in the scope of this provider.

Type Parameters:
T -
Returns:
The transition model for this provider, never null.