Uses of Class
org.silverpeas.core.webapi.pdc.PdcPositionValueEntity
-
Packages that use PdcPositionValueEntity 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 PdcPositionValueEntity in org.silverpeas.core.webapi.pdc
Methods in org.silverpeas.core.webapi.pdc that return PdcPositionValueEntity Modifier and Type Method Description static PdcPositionValueEntity
PdcPositionValueEntity. aPositionValue(int axisId, String valueId)
Gets a value of a position in the PdC by specifying both the axis to which the value belongs and its identifier.static PdcPositionValueEntity
PdcPositionValueEntity. fromClassifiyValue(ClassifyValue value, String inLanguage)
Creates a new PdC position value fom the specified PdC classification value.Methods in org.silverpeas.core.webapi.pdc that return types with arguments of type PdcPositionValueEntity Modifier and Type Method Description List<PdcPositionValueEntity>
PdcPositionEntity. getPositionValues()
Gets the values of this position.Method parameters in org.silverpeas.core.webapi.pdc with type arguments of type PdcPositionValueEntity Modifier and Type Method Description static PdcPositionEntity
PdcPositionEntity. createNewPositionWith(List<PdcPositionValueEntity> values)
Creates a web entity representing a new position on the Pdc and that is valued with the specified PdC axis values.Constructor parameters in org.silverpeas.core.webapi.pdc with type arguments of type PdcPositionValueEntity Constructor Description PdcPositionEntity(List<PdcPositionValueEntity> values)
-