| org.mmbase.module.corebuilders.InsRel org.mmbase.module.builders.PosRel
PosRel | public class PosRel extends InsRel (Code) | | Like InsRel, only with a GUIIndicator tailored for a relation with a 'pos' field.
author: Rico Jansen author: Michiel Meeuwissen. version: $Id: PosRel.java,v 1.8 2004/10/08 12:30:01 pierre Exp $ |
Constructor Summary | |
public | PosRel() |
Methods inherited from org.mmbase.module.corebuilders.InsRel | public void deleteRelationCache()(Code)(Java Doc) public void deleteRelationCache(int source)(Code)(Java Doc) public Vector<MMObjectNode> getAllRelationsVector(int source)(Code)(Java Doc) public Vector<MMObjectNode> getAllRelationsVector(int source, int role)(Code)(Java Doc) public String getGUIIndicator(MMObjectNode node)(Code)(Java Doc) public String getGUIIndicator(String field, MMObjectNode node)(Code)(Java Doc) public int getGuessedNumber(String name)(Code)(Java Doc) public Enumeration<MMObjectNode> getRelated(String sourceNode, String nodeType)(Code)(Java Doc) public Enumeration<MMObjectNode> getRelated(int source, String nodeType)(Code)(Java Doc) public Enumeration<MMObjectNode> getRelated(int source, int otype)(Code)(Java Doc) public Enumeration<MMObjectNode> getRelated(String sourceNode, String nodeType, String roleName)(Code)(Java Doc) public Enumeration<MMObjectNode> getRelated(int source, String nodeType, String roleName)(Code)(Java Doc) public Enumeration<MMObjectNode> getRelated(int source, int otype, int role)(Code)(Java Doc) public Vector<MMObjectNode> getRelatedVector(int source, int otype)(Code)(Java Doc) public Vector<MMObjectNode> getRelatedVector(int source, int otype, int role)(Code)(Java Doc) public MMObjectNode getRelation(int source, int destination, int role)(Code)(Java Doc) public MMObjectNode getRelationNode(int source, int destination, int role) throws SearchQueryException(Code)(Java Doc) public List<MMObjectNode> getRelationNodes(int source) throws SearchQueryException(Code)(Java Doc) public List<MMObjectNode> getRelationNodes(int source, int role) throws SearchQueryException(Code)(Java Doc) public List<MMObjectNode> getRelationNodes(int source, boolean useDirectionality) throws SearchQueryException(Code)(Java Doc) public List<MMObjectNode> getRelationNodes(int source, int role, boolean useDirectionality) throws SearchQueryException(Code)(Java Doc) public Enumeration<MMObjectNode> getRelations(int source)(Code)(Java Doc) public Enumeration<MMObjectNode> getRelations(int source, int role)(Code)(Java Doc) public Enumeration<MMObjectNode> getRelations(int source, int otype, int role)(Code)(Java Doc) public Enumeration<MMObjectNode> getRelations(int source, int otype, int role, boolean usedirectionality)(Code)(Java Doc) public Vector<MMObjectNode> getRelationsVector(int source)(Code)(Java Doc) public Vector<MMObjectNode> getRelationsVector(int source, int role)(Code)(Java Doc) public boolean hasRelations(int source)(Code)(Java Doc) public boolean init()(Code)(Java Doc) public int insert(String owner, int source, int destination, int role)(Code)(Java Doc) public int insert(String owner, MMObjectNode node)(Code)(Java Doc) public boolean reldefCorrect(int source, int destination, int role)(Code)(Java Doc) public void removeNode(MMObjectNode node)(Code)(Java Doc) public void setDefaults(MMObjectNode node)(Code)(Java Doc)
|
|
|