|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PdcClassificationEntity | |
---|---|
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 PdcClassificationEntity in com.silverpeas.pdc.web |
---|
Methods in com.silverpeas.pdc.web that return PdcClassificationEntity | |
---|---|
static PdcClassificationEntity |
PdcClassificationEntity.aPdcClassificationEntity(List<ClassifyPosition> fromPositions,
String inLanguage,
URI atURI)
Creates a web entity from the specified positions on the PdC in the specified language and identified by the specified URI. |
static PdcClassificationEntity |
PdcClassificationEntity.aPdcClassificationEntity(PdcClassification classification,
String inLanguage,
URI atURI)
Creates a web entity of the specified classification on the PdC in the specified language and identified by the specified URI. |
static PdcClassificationEntity |
PdcClassificationEntity.fromJSON(String classification)
Converts the specified JSON representation of a classification on the PdC into an instance of a classification entity. |
PdcClassificationEntity |
PdcClassificationResource.getPdCClassification()
Gets classification on the PdC of the resource identified by the requested URI. |
PdcClassificationEntity |
PdcPredefinedClassificationResource.getPredefinedPdCClassificationForContentsInNode(String nodeId)
Gets the predefined classification on the PdC that is set for the contents in the node identified by the query part of the request URI. |
static PdcClassificationEntity |
PdcClassificationEntity.undefinedClassification()
Creates a non-defined PdC classification. |
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. |
PdcClassificationEntity |
PdcPredefinedClassificationResource.updatePredefinedPdcClassification(String nodeId,
PdcClassificationEntity classification)
Updates the predefined classification for the specified node. |
PdcClassificationEntity |
PdcClassificationEntity.withSynonymsFrom(UserThesaurusHolder userThesaurus)
Sets this classification entity with the synonyms of each position value that are present in the specified user thesaurus. |
Methods in com.silverpeas.pdc.web with parameters of type PdcClassificationEntity | |
---|---|
javax.ws.rs.core.Response |
PdcPredefinedClassificationResource.createPredefinedPdcClassification(String nodeId,
PdcClassificationEntity classification)
Creates a new predefined classification for the specified node. |
PdcClassificationEntity |
PdcPredefinedClassificationResource.updatePredefinedPdcClassification(String nodeId,
PdcClassificationEntity classification)
Updates the predefined classification for the specified node. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |