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

All Known Subinterfaces:
DialogDefinition

public interface TransitionEndpointModelProvider

Interface that allows to retrieve the transition endpoints declared within a dialog.

Since:
8.0.0

Method Summary
<T extends java.lang.Object & TransitionEndpoint>
TransitionEndpointModel<T>
getTransitionEndpointModel()
          Returns a transition endpoint model valid in the scope of this provider.
 

Method Detail

getTransitionEndpointModel

<T extends java.lang.Object & TransitionEndpoint> TransitionEndpointModel<T> getTransitionEndpointModel()
Returns a transition endpoint model valid in the scope of this provider.

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