Uses of Class
org.silverpeas.core.webapi.pdc.PdcAxisValueEntity
-
Packages that use PdcAxisValueEntity 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 PdcAxisValueEntity in org.silverpeas.core.webapi.pdc
Methods in org.silverpeas.core.webapi.pdc that return PdcAxisValueEntity Modifier and Type Method Description static PdcAxisValueEntity
PdcAxisValueEntity. fromValue(Value value, String inLanguage)
Creates a new value of a PdC axis from the specified business PdC value and expressed in the specified language.Methods in org.silverpeas.core.webapi.pdc that return types with arguments of type PdcAxisValueEntity Modifier and Type Method Description List<PdcAxisValueEntity>
PdcAxis. getValues()
Gets the values that made up this axis.Method parameters in org.silverpeas.core.webapi.pdc with type arguments of type PdcAxisValueEntity Modifier and Type Method Description 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.
-