Uses of Class
com.silverpeas.pdc.web.UserThesaurusHolder

Packages that use UserThesaurusHolder
com.silverpeas.pdc.web Provides the REST web services to perform some operations onto the classification plan (named PdC) for a Silverpeas component instance. 
 

Uses of UserThesaurusHolder in com.silverpeas.pdc.web
 

Fields in com.silverpeas.pdc.web declared as UserThesaurusHolder
static UserThesaurusHolder PdcEntity.NoThesaurus
          The value representing an absence of thesaurus.
 

Methods in com.silverpeas.pdc.web that return UserThesaurusHolder
 UserThesaurusHolder PdcServiceProvider.getThesaurusOfUser(UserDetail user)
          Gets a holder of the thesaurus for the specified user.
static UserThesaurusHolder UserThesaurusHolder.holdThesaurus(ThesaurusManager thesaurus, UserDetail user)
           
 

Methods in com.silverpeas.pdc.web with parameters of type UserThesaurusHolder
static PdcEntity PdcEntity.aPdcEntityWithAxis(List<Axis> usedAxis, String inLanguage, URI atURI, UserThesaurusHolder withThesaurus)
           
static PdcEntity PdcEntity.aPdcEntityWithUsedAxis(List<UsedAxis> usedAxis, String inLanguage, URI atURI, UserThesaurusHolder withThesaurus)
          Creates a new web entity of a PdC containing the specified axis whose terms are expressed in the specified language and with the specified user thesaurus.
static PdcAxis PdcAxis.fromTheAxis(Axis axis, String inLanguage, UserThesaurusHolder withThesaurus)
          Creates a PdC axis from the specified configured axis for a specific component instance and in which the terms are expressed in the specified language and whose synonyms are set with the specified user thesaurus.
static PdcAxis PdcAxis.fromTheUsedAxis(UsedAxis axis, String inLanguage, UserThesaurusHolder withThesaurus)
          Creates a PdC axis from the specified configured axis for a specific component instance and in which the terms are expressed in the specified language and whose synonyms are set with the specified user thesaurus.
protected  void PdcPositionEntity.setSynonymsFrom(UserThesaurusHolder userThesaurus)
          Sets the synonyms for each value of this position from the specified thesaurus.
 PdcClassificationEntity PdcClassificationEntity.withSynonymsFrom(UserThesaurusHolder userThesaurus)
          Sets this classification entity with the synonyms of each position value that are present in the specified user thesaurus.
 



Copyright © 2016 Silverpeas. All Rights Reserved.