com.ibm.portal.cp.resources
Interface ResourceModel<R extends Resource>

All Superinterfaces:
Countable, CountableListModel<R>, Invalidatable, InvalidatableListModel<R>, ListModel<R>, LocatorProvider<R>, PagedListModel<R>, SearchableListModel<R>
All Known Subinterfaces:
ResourceModelController<R,M>

public interface ResourceModel<R extends Resource>
extends SearchableListModel<R>, InvalidatableListModel<R>, CountableListModel<R>, PagedListModel<R>

ResourceModel: Interface for a resource model. This model describes the structure of a resource. The Locator exposed by this model optionally implements the ResourceModelLocator interface.

Since:
7.0.0

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.Countable
size
 
Methods inherited from interface com.ibm.portal.PagedListModel
pagedIterator
 
Methods inherited from interface com.ibm.portal.ListModel
iterator