org.mmbase.bridge
Interface RelationManagerList

All Superinterfaces:
BridgeList, java.util.Collection, java.util.List, NodeList, NodeManagerList
All Known Implementing Classes:
BasicRelationManagerList

public interface RelationManagerList
extends NodeManagerList

A list of Relation Managers

Version:
$Id: RelationManagerList.java,v 1.4 2003/03/04 13:44:41 nico Exp $
Author:
Pierre van Rooden

Field Summary
 
Fields inherited from interface org.mmbase.bridge.NodeList
QUERY_PROPERTY
 
Method Summary
 RelationManager getRelationManager(int index)
          Returns the RelationManager at the indicated postion in the list
 RelationManagerIterator relationManagerIterator()
          Returns an type-specific iterator for this list.
 
Methods inherited from interface org.mmbase.bridge.NodeManagerList
getNodeManager, nodeManagerIterator
 
Methods inherited from interface org.mmbase.bridge.NodeList
getNode, nodeIterator, subNodeList
 
Methods inherited from interface org.mmbase.bridge.BridgeList
getProperty, setProperty, sort, sort
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 

Method Detail

getRelationManager

public RelationManager getRelationManager(int index)
Returns the RelationManager at the indicated postion in the list

Parameters:
index - the position of the RelationManager to retrieve

relationManagerIterator

public RelationManagerIterator relationManagerIterator()
Returns an type-specific iterator for this list.



MMBase build 1.7.4.20050922