Uses of Class
com.silverpeas.pdc.web.PdcEntity

Packages that use PdcEntity
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 PdcEntity in com.silverpeas.pdc.web
 

Methods in com.silverpeas.pdc.web that return PdcEntity
static PdcEntity PdcEntity.aPdcEntityWithAxis(List<Axis> usedAxis, String inLanguage, URI atURI, UserThesaurusHolder withThesaurus)
           
static PdcEntity PdcEntity.aPdcEntityWithUsedAxis(List<UsedAxis> usedAxis, String inLanguage, URI atURI, UserThesaurusHolder withThesaurus)
          Creates a new web entity of a PdC containing the specified axis whose terms are expressed in the specified language and with the specified user thesaurus.
 PdcEntity PdcResource.getPdc()
          Gets the PdC.
 PdcEntity FilteredPdcResource.getPdcFilteredByClassifiedContents(String workspaceId, String componentId, boolean withSecondaryAxis, String axisValues)
          Gets a PdC containing only the axis and the axis's value that were used in the classification of the contents in Silverpeas.
 PdcEntity PdcResource.getPdcForClassification(String component, String content)
          Gets the PdC configured for the Silverpeas component instance identified by the requested URI.
 PdcEntity PdcEntity.withAsAxis(List<PdcAxis> axis)
          Adds the specified PdC axis among the others axis of this PdC.
 



Copyright © 2016 Silverpeas. All Rights Reserved.