Uses of Class
org.silverpeas.core.webapi.pdc.PdcAxis
-
Packages that use PdcAxis Package Description org.silverpeas.core.webapi.pdc Provides the REST web services to perform some operations onto the classification plan (named PdC) for a Silverpeas component instance. -
-
Uses of PdcAxis in org.silverpeas.core.webapi.pdc
Methods in org.silverpeas.core.webapi.pdc that return PdcAxis Modifier and Type Method Description 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 org.silverpeas.core.webapi.pdc that return types with arguments of type PdcAxis Modifier and Type Method Description List<PdcAxis>
PdcEntity. getAxis()
Gets the axis of this PdC.Method parameters in org.silverpeas.core.webapi.pdc with type arguments of type PdcAxis Modifier and Type Method Description PdcEntity
PdcEntity. withAsAxis(List<PdcAxis> axis)
Adds the specified PdC axis among the others axis of this PdC.
-