Package 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. Currently, two web resources are published: one to manage
the classification of a content and another one to handle the axis used for the classification in
a given component instance.
-
Interface Summary Interface Description LocalizedValue A value of a PdC's axis either used in a position of a classification the PdC or in as a axis value. -
Class Summary Class Description FilteredPdcResource A REST Web resource that represents the classification plan (named PdC) filtered by some criteria.LocalizedClassifyValue A decorator of a classify value by adding to it additional methods required to compute information to render in a view.LocalizedPdcAxisValue A decorator of a Pdc axis value by adding to it additional methods required to compute information to render in a view.PdcAxis An axis of the classification plan (named PdC).PdcAxisValueEntity A value of a PdC's axis.PdcClassificationEntity The PdC classification entity represents the web entity of the classification of a Silverpeas's resource on the classification plan (PdC).PdcClassificationResource A REST Web resource that represents the classification of a Silverpeas's resource on the classification plan (named PdC).PdcEntity A web entity representing the classification plan (named PdC).PdcFilterCriteria Criteria used to filter some parts of a PdC.PdcPositionEntity The Web representation of the position of a Silverpeas's resource in the classification plan (PdC).PdcPositionValueEntity A PdC position value is a value of a position of a resource content on a given axis of the PdC.PdcPredefinedClassificationResource A REST Web resource that represents the predefined classifications on the PdC to classify the contents that are published into a given node of a given component instance or in a whole component instance.PdcResource A REST Web resource that represents the classification plan (named PdC).PdcServiceProvider A provider of services on the classification plan (named PdC).PdcValueEntity A value in the classification plan (named PdC).UserThesaurusHolder A holder of the thesaurus for a given user. -
Exception Summary Exception Description PdcPositionDeletionException An exception that is thrown when a position onto a PdC cannot be deleted within a given context (for example, the PdC contains some mandatory axis and the position is the only one in the classification of a resource onto the PdC).