Uses of Class
org.silverpeas.core.pdc.pdc.model.PdcClassification
-
Packages that use PdcClassification Package Description org.silverpeas.core.pdc.pdc.importexport org.silverpeas.core.pdc.pdc.model org.silverpeas.core.pdc.pdc.service 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. -
-
Uses of PdcClassification in org.silverpeas.core.pdc.pdc.importexport
Methods in org.silverpeas.core.pdc.pdc.importexport that return PdcClassification Modifier and Type Method Description PdcClassification
PdcImportExport. getPredefinedClassification(String nodeId, String componentId)
Gets the predefined positions on the PdC with which a content that belongs to the specified node of the specified component instance should be classified. -
Uses of PdcClassification in org.silverpeas.core.pdc.pdc.model
Fields in org.silverpeas.core.pdc.pdc.model declared as PdcClassification Modifier and Type Field Description static PdcClassification
PdcClassification. NONE_CLASSIFICATION
Represents an empty classification (id est no classification on the PdC).Methods in org.silverpeas.core.pdc.pdc.model that return PdcClassification Modifier and Type Method Description static PdcClassification
PdcClassification. aPdcClassificationOfContent(String contentId, String inComponentInstanceId)
Creates an empty classification on the PdC of the specified content published in the specified component instance.static PdcClassification
PdcClassification. aPdcClassificationOfContent(Contribution contribution)
Creates an empty classification on the PdC of the specified content represented by the givenContribution
.static PdcClassification
PdcClassification. aPredefinedPdcClassificationForComponentInstance(String instanceId)
Creates an empty predefined classification for the contents that will published in the specified component instance.PdcClassification
PdcClassification. copy()
Copies this classification on the PdC.PdcClassification
PdcClassification. forNode(String nodeId)
PdcClassification
PdcClassification. inComponentInstance(String instanceId)
PdcClassification
PdcClassification. modifiable()
Sets this PdC classification as modifiable.PdcClassification
PdcClassification. unmodifiable()
Sets this PdC classification as unmodifiable.PdcClassification
PdcClassification. withPosition(PdcPosition aPosition)
Adds the specified position on the PdC in this classification.PdcClassification
PdcClassification. withPositions(Collection<PdcPosition> thePositions)
Sets the positions on the PdC for this classification. -
Uses of PdcClassification in org.silverpeas.core.pdc.pdc.service
Methods in org.silverpeas.core.pdc.pdc.service that return PdcClassification Modifier and Type Method Description PdcClassification
DefaultPdcClassificationService. findAPreDefinedClassification(String nodeId, String instanceId)
Finds a predefined classification on the PdC that was set for any new contents in the specified node of the specified component instance.PdcClassification
PdcClassificationService. findAPreDefinedClassification(String nodeId, String instanceId)
Finds a predefined classification on the PdC that was set for any new contents in the specified node of the specified component instance.PdcClassification
PdcClassificationRepository. findPredefinedClassificationByComponentInstanceId(String instanceId)
Finds the predefined classification on the PdC that is set for the whole specified component instance.PdcClassification
PdcClassificationRepository. findPredefinedClassificationByNodeId(String nodeId, String instanceId)
Finds the predefined classification on the PdC that is set for the contents in the specified node of the specified component instance.PdcClassification
DefaultPdcClassificationService. getPreDefinedClassification(String instanceId)
Gets the predefined classification on the PdC that was set for any new contents managed in the specified component instance.PdcClassification
DefaultPdcClassificationService. getPreDefinedClassification(String nodeId, String instanceId)
Gets the predefined classification on the PdC that was set for any new contents in the specified node of the specified component instance.PdcClassification
PdcClassificationService. getPreDefinedClassification(String instanceId)
Gets the predefined classification on the PdC that was set for any new contents managed in the specified component instance.PdcClassification
PdcClassificationService. getPreDefinedClassification(String nodeId, String instanceId)
Gets the predefined classification on the PdC that was set for any new contents in the specified node of the specified component instance.PdcClassification
DefaultPdcClassificationService. savePreDefinedClassification(PdcClassification classification)
Saves the specified predefined classification on the PdC.PdcClassification
PdcClassificationService. savePreDefinedClassification(PdcClassification classification)
Saves the specified predefined classification on the PdC.Methods in org.silverpeas.core.pdc.pdc.service that return types with arguments of type PdcClassification Modifier and Type Method Description List<PdcClassification>
PdcClassificationRepository. findClassificationsByPdcAxisValues(List<PdcAxisValue> values)
Finds all classifications on the PdC that have at least one position with the one or more of the specified axis values.Methods in org.silverpeas.core.pdc.pdc.service with parameters of type PdcClassification Modifier and Type Method Description void
DefaultPdcClassificationService. classifyContent(Contribution contribution, PdcClassification withClassification, boolean alertSubscribers)
Classifies the specified contribution on the PdC with the specified classification.void
PdcClassificationService. classifyContent(Contribution content, PdcClassification withClassification, boolean alertSubscribers)
Classifies the specified content on the PdC with the specified classification.PdcClassification
DefaultPdcClassificationService. savePreDefinedClassification(PdcClassification classification)
Saves the specified predefined classification on the PdC.PdcClassification
PdcClassificationService. savePreDefinedClassification(PdcClassification classification)
Saves the specified predefined classification on the PdC. -
Uses of PdcClassification in org.silverpeas.core.webapi.pdc
Methods in org.silverpeas.core.webapi.pdc that return PdcClassification Modifier and Type Method Description static PdcClassification
PdcClassificationEntity. fromPdcClassification(PdcClassification classification)
A convenient method to enhance the readability of creators.Methods in org.silverpeas.core.webapi.pdc with parameters of type PdcClassification Modifier and Type Method Description 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 PdcClassification
PdcClassificationEntity. fromPdcClassification(PdcClassification classification)
A convenient method to enhance the readability of creators.
-