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.
|