|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PdcPositionValueEntity | |
---|---|
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 PdcPositionValueEntity in com.silverpeas.pdc.web |
---|
Methods in com.silverpeas.pdc.web that return PdcPositionValueEntity | |
---|---|
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 com.silverpeas.pdc.web that return types with arguments of type PdcPositionValueEntity | |
---|---|
List<PdcPositionValueEntity> |
PdcPositionEntity.getPositionValues()
Gets the values of this position. |
Method parameters in com.silverpeas.pdc.web with type arguments of type PdcPositionValueEntity | |
---|---|
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 com.silverpeas.pdc.web with type arguments of type PdcPositionValueEntity | |
---|---|
PdcPositionEntity(List<PdcPositionValueEntity> values)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |