com.ibm.portal.pcm.dialog.model
Interface TransitionModel<T extends Transition>

Type Parameters:
T -
All Superinterfaces:
Invalidatable, InvalidatableListModel<T>, java.lang.Iterable<T>, IterableListModel<T>, ListModel<T>, LocatorProvider<T>, SearchableListModel<T>

public interface TransitionModel<T extends Transition>
extends SearchableListModel<T>, InvalidatableListModel<T>, IterableListModel<T>

Interface for a transition model. This list model provides Transitions.

The transition model is searchable. This means it provides a Locator. This allows to search elements of the transition model by ObjectID. This model may provide other locators as well such as the TransitionLocator.

Since:
8.0.0
See Also:
Transition, TransitionLocator, TransitionModelProvider

Method Summary
 
Methods inherited from interface com.ibm.portal.LocatorProvider
getLocator
 
Methods inherited from interface com.ibm.portal.Invalidatable
invalidate, invalidate
 
Methods inherited from interface com.ibm.portal.IterableListModel
iterator