Uses of Class
com.silverpeas.pdc.model.PdcPosition

Packages that use PdcPosition
com.silverpeas.pdc.model   
com.silverpeas.pdc.model.constraints   
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 PdcPosition in com.silverpeas.pdc.model
 

Methods in com.silverpeas.pdc.model that return PdcPosition
protected  PdcPosition PdcPosition.clone()
           
 PdcPosition PdcPosition.withId(String id)
          Sets the specified identifier to this position.
 PdcPosition PdcPosition.withValue(PdcAxisValue value)
          Adds the specified value for this position.
 PdcPosition PdcPosition.withValues(Collection<PdcAxisValue> values)
          Adds the specified collection of values for this position.
 

Methods in com.silverpeas.pdc.model that return types with arguments of type PdcPosition
 Set<PdcPosition> PdcClassification.getPositions()
          Gets the positions on the PdC's axis with which the content is classified.
 

Methods in com.silverpeas.pdc.model with parameters of type PdcPosition
 PdcClassification PdcClassification.withPosition(PdcPosition aPosition)
          Adds the specified position on the PdC in this classification.
 

Method parameters in com.silverpeas.pdc.model with type arguments of type PdcPosition
 PdcClassification PdcClassification.withPositions(Collection<PdcPosition> thePositions)
          Sets the positions on the PdC for this classification.
 

Uses of PdcPosition in com.silverpeas.pdc.model.constraints
 

Method parameters in com.silverpeas.pdc.model.constraints with type arguments of type PdcPosition
 boolean UniquePositionsValidator.isValid(Set<PdcPosition> pdcPositions, javax.validation.ConstraintValidatorContext context)
           
 

Uses of PdcPosition in com.silverpeas.pdc.web
 

Methods in com.silverpeas.pdc.web that return PdcPosition
 PdcPosition PdcPositionEntity.toPdcPosition()
           
 

Methods in com.silverpeas.pdc.web that return types with arguments of type PdcPosition
 List<PdcPosition> PdcClassificationEntity.getPdcPositions()
          Gets all the positions on the PdC axis that defines this resource classification as PdcPosition instances.
 

Methods in com.silverpeas.pdc.web with parameters of type PdcPosition
static PdcPositionEntity PdcPositionEntity.fromPdcPosition(PdcPosition position, String inLanguage, URI inClassificationByURI)
          Creates a Web entity representing a position on the PdC from the specified business classification position.
 



Copyright © 2016 Silverpeas. All Rights Reserved.