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

Packages that use PdcAxis
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 PdcAxis in com.silverpeas.pdc.web
 

Methods in com.silverpeas.pdc.web that return PdcAxis
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.
 PdcAxis PdcAxis.ofType(int axisType)
          Sets the type of the axis.
 PdcAxis PdcAxis.withAsPdcAxisValues(List<PdcAxisValueEntity> values, String originValueId)
          Adds the specified values into this axis and sets the value used as origin in this axis.
 

Methods in com.silverpeas.pdc.web that return types with arguments of type PdcAxis
 List<PdcAxis> PdcEntity.getAxis()
          Gets the axis of this PdC.
 

Method parameters in com.silverpeas.pdc.web with type arguments of type PdcAxis
 PdcEntity PdcEntity.withAsAxis(List<PdcAxis> axis)
          Adds the specified PdC axis among the others axis of this PdC.
 



Copyright © 2016 Silverpeas. All Rights Reserved.