com.ibm.portal.pcm.dialog.model
Interface TransitionEndpointModel<T extends java.lang.Object & TransitionEndpoint>

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

public interface TransitionEndpointModel<T extends java.lang.Object & TransitionEndpoint>
extends SearchableListModel<T>, InvalidatableListModel<T>, IterableListModel<T>

Interface for a transition endpoint model. This list model provides TransitionEndpoints.

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

Since:
8.0.0
See Also:
TransitionEndpoint, TransitionEndpointLocator, TransitionEndpointModelProvider

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