Uses of Class
lumis.service.thesaurus.TermRelationConfig

Packages that use TermRelationConfig
lumis.service.thesaurus   
 

Uses of TermRelationConfig in lumis.service.thesaurus
 

Methods in lumis.service.thesaurus that return TermRelationConfig
 TermRelationConfig TermRelationConfig.clone()
           
 TermRelationConfig TermRelationConfig.invert()
           
 

Methods in lumis.service.thesaurus that return types with arguments of type TermRelationConfig
 Collection<TermRelationConfig> ThesaurusManager.getTermRelationsByTermId(SessionConfig sessionConfig, String termId, ITransaction transaction)
           
 Collection<TermRelationConfig> IThesaurusManager.getTermRelationsByTermId(SessionConfig sessionConfig, String termId, ITransaction transaction)
          Get all relations in which the specified term participates.
 

Method parameters in lumis.service.thesaurus with type arguments of type TermRelationConfig
 void ThesaurusManager.addOrUpdateTermRelations(SessionConfig sessionConfig, String termId, Collection<TermRelationConfig> relations, ITransaction transaction)
           
 void IThesaurusManager.addOrUpdateTermRelations(SessionConfig sessionConfig, String termId, Collection<TermRelationConfig> relations, ITransaction transaction)
          Persist the relation set of a term, adding or updating each relation in the set.
 



Lumisportal  4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.