|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PdcPositionEntity | |
|---|---|
| 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 PdcPositionEntity in com.silverpeas.pdc.web |
|---|
| Methods in com.silverpeas.pdc.web that return PdcPositionEntity | |
|---|---|
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. |
static PdcPositionEntity |
PdcPositionEntity.fromClassifyPosition(ClassifyPosition position,
String inLanguage,
URI inClassificationByURI)
Creates a Web entity representing a position on the PdC from the specified business classification position. |
static PdcPositionEntity |
PdcPositionEntity.fromPdcPosition(PdcPosition position,
String inLanguage,
URI inClassificationByURI)
Creates a Web entity representing a position on the PdC from the specified business classification position. |
| Methods in com.silverpeas.pdc.web that return types with arguments of type PdcPositionEntity | |
|---|---|
List<PdcPositionEntity> |
PdcClassificationEntity.getClassificationPositions()
Gets all the positions on the PdC axis that defines this resource classification. |
| Methods in com.silverpeas.pdc.web with parameters of type PdcPositionEntity | |
|---|---|
javax.ws.rs.core.Response |
PdcClassificationResource.addPdcPosition(PdcPositionEntity newPosition)
Adds a new position on the PdC into the classification of the resource identified by the requested URI. |
PdcClassificationEntity |
PdcClassificationResource.updatePdcPosition(String positionId,
PdcPositionEntity modifiedPosition)
Updates an existing position on the PdC into the classification of the resource identified by the requested URI. |
| Method parameters in com.silverpeas.pdc.web with type arguments of type PdcPositionEntity | |
|---|---|
void |
PdcClassificationEntity.setClassificationPositions(List<PdcPositionEntity> positions)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||