Uses of Class
org.silverpeas.core.pdc.pdc.model.Value
-
Packages that use Value Package Description 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.org.silverpeas.web.pdc.control org.silverpeas.web.pdcsubscription.control org.silverpeas.web.thesaurus.control -
-
Uses of Value in org.silverpeas.core.pdc.pdc.model
Methods in org.silverpeas.core.pdc.pdc.model that return types with arguments of type Value Modifier and Type Method Description List<Value>
ClassifyValue. getFullPath()
List<Value>
Value. getPathValues()
List<Value>
Axis. getValues()
Returns the sorted List containing values of a tree.List<Value>
SearchAxis. getValues()
Method parameters in org.silverpeas.core.pdc.pdc.model with type arguments of type Value Modifier and Type Method Description void
ClassifyValue. setFullPath(List<Value> fullPath)
void
Value. setPathValues(List<Value> pathValues)
void
SearchAxis. setValues(List<Value> list)
Constructor parameters in org.silverpeas.core.pdc.pdc.model with type arguments of type Value Constructor Description Axis(AxisHeader header, List<Value> values)
-
Uses of Value in org.silverpeas.core.pdc.pdc.service
Methods in org.silverpeas.core.pdc.pdc.service that return Value Modifier and Type Method Description Value
GlobalPdcManager. getAxisValue(String valueId, String treeId)
Returns a value from an axe.Value
PdcManager. getAxisValue(String valueId, String treeId)
Method declarationValue
GlobalPdcManager. getRoot(String axisId)
Return the Value corresponding to the axis doneValue
PdcManager. getRoot(String axisId)
Return the Value corresponding to the axis doneValue
GlobalPdcManager. getValue(String axisId, String valueId)
Returns a value from an axe.Value
PdcManager. getValue(String axisId, String valueId)
Methods in org.silverpeas.core.pdc.pdc.service that return types with arguments of type Value Modifier and Type Method Description List<Value>
GlobalPdcManager. getAxisValues(int treeId)
List<Value>
PdcManager. getAxisValues(int treeId)
List<Value>
GlobalPdcManager. getAxisValuesByName(String valueName)
Return a list of axis values having the value name in parameterList<Value>
PdcManager. getAxisValuesByName(String valueName)
Return a list of axis values having the value name in parameterList<Value>
GlobalPdcManager. getDaughters(String axisId, String valueId)
List<Value>
PdcManager. getDaughters(String refValue, String treeId)
List<Value>
GlobalPdcManager. getFirstLevelAxisValuesByInstanceId(SearchContext searchContext, String axisId, String instanceId)
List<Value>
PdcManager. getFirstLevelAxisValuesByInstanceId(SearchContext searchContext, String axisId, String instanceId)
List<Value>
GlobalPdcManager. getFirstLevelAxisValuesByInstanceIds(SearchContext searchContext, String axisId, List<String> instanceIds)
List<Value>
PdcManager. getFirstLevelAxisValuesByInstanceIds(SearchContext searchContext, String axisId, List<String> instanceIds)
List<Value>
GlobalPdcManager. getFullPath(String valueId, String treeId)
Returns the full path of the valueList<Value>
PdcManager. getFullPath(String valueId, String treeId)
Method declarationList<Value>
GlobalPdcManager. getPertinentDaughterValuesByInstanceId(SearchContext searchContext, String axisId, String valueId, String instanceId)
List<Value>
PdcManager. getPertinentDaughterValuesByInstanceId(SearchContext searchContext, String axisId, String valueId, String instanceId)
List<Value>
GlobalPdcManager. getPertinentDaughterValuesByInstanceIds(SearchContext searchContext, String axisId, String valueId, List<String> instanceIds)
List<Value>
PdcManager. getPertinentDaughterValuesByInstanceIds(SearchContext searchContext, String axisId, String valueId, List<String> instanceIds)
Methods in org.silverpeas.core.pdc.pdc.service with parameters of type Value Modifier and Type Method Description int
GlobalPdcManager. createDaughterValue(Value valueToInsert, String refValue, String treeId)
insert a value which is defined like a daughter valueint
PdcManager. createDaughterValue(Value valueToInsert, String refValue, String treeId)
Method declarationString
GlobalPdcManager. createDaughterValueWithId(Value valueToInsert, String refValue, String treeId)
insert a value which is defined like a daughter valueString
PdcManager. createDaughterValueWithId(Value valueToInsert, String refValue, String treeId)
Method declarationList<List<String>>
GlobalPdcManager. getInheritedManagers(Value value)
List<List<String>>
PdcManager. getInheritedManagers(Value value)
retourne les droits hérités sur la valeurint
GlobalPdcManager. insertMotherValue(Value valueToInsert, String refValue, String axisId)
insert a value which is defined like a mother valueint
PdcManager. insertMotherValue(Value valueToInsert, String refValue, String axisId)
Method declarationint
GlobalPdcManager. moveValueToNewFatherId(Axis axis, Value valueToMove, String newFatherId, int orderNumber)
Move a value under a new fatherint
PdcManager. moveValueToNewFatherId(Axis axis, Value valueToMove, String newFatherId, int orderNumber)
Déplace une valeur et ses sous-valeurs sous un nouveau pèreint
GlobalPdcManager. updateValue(Value value, String treeId)
Update the selected valueint
PdcManager. updateValue(Value value, String treeId)
Method declaration -
Uses of Value in org.silverpeas.core.webapi.pdc
Methods in org.silverpeas.core.webapi.pdc that return types with arguments of type Value Modifier and Type Method Description List<Value>
LocalizedClassifyValue. getFullPath()
Methods in org.silverpeas.core.webapi.pdc with parameters of type Value Modifier and Type Method Description static PdcAxisValueEntity
PdcAxisValueEntity. fromValue(Value value, String inLanguage)
Creates a new value of a PdC axis from the specified business PdC value and expressed in the specified language.Method parameters in org.silverpeas.core.webapi.pdc with type arguments of type Value Modifier and Type Method Description void
LocalizedClassifyValue. setFullPath(List<Value> fullPath)
-
Uses of Value in org.silverpeas.web.pdc.control
Methods in org.silverpeas.web.pdc.control that return Value Modifier and Type Method Description Value
PdcSessionController. getAxisValue(String valueId)
Value
PdcSessionController. getAxisValue(String valueId, boolean setAsCurrentValue)
Value
PdcSearchSessionController. getCurrentValue()
Value
PdcSessionController. getCurrentValue()
Value
PdcSessionController. getValue(String axisId, String valueId)
Methods in org.silverpeas.web.pdc.control with parameters of type Value Modifier and Type Method Description int
PdcSessionController. createDaughterValue(Value value)
List
PdcSessionController. getInheritedManagers(Value value)
get the inherited managers of the specified valueint
PdcSessionController. insertMotherValue(Value value)
int
PdcSessionController. updateValue(Value value)
-
Uses of Value in org.silverpeas.web.pdcsubscription.control
Methods in org.silverpeas.web.pdcsubscription.control that return types with arguments of type Value Modifier and Type Method Description List<Value>
PdcSubscriptionSessionController. getFullPath(String valueId, String treeId)
List<List<Value>>
PdcSubscriptionSessionController. getPathCriterias(List<? extends Criteria> searchCriterias)
-
Uses of Value in org.silverpeas.web.thesaurus.control
Methods in org.silverpeas.web.thesaurus.control that return Value Modifier and Type Method Description Value
ThesaurusSessionController. getTerm(String idTerm)
Retourne le détail d'un terme à partir d'un idTerm et du rootId de l'axe courant, met le terme en session (currentTerm)Methods in org.silverpeas.web.thesaurus.control that return types with arguments of type Value Modifier and Type Method Description Collection<Value>
ThesaurusSessionController. getAxisTerms()
Retourne la liste des termes de l'axe courant (getCurrentAxis().getValues())
-