Uses of Class
org.silverpeas.core.selection.SelectionEntry
-
Packages that use SelectionEntry Package Description org.silverpeas.core.selection Provides an API to select resources managed in Silverpeas in order to be used later in some operations on them.org.silverpeas.core.webapi.selection Defines the REST based web service dedicated to manage the basket of selected resources for web clients. -
-
Uses of SelectionEntry in org.silverpeas.core.selection
Methods in org.silverpeas.core.selection that return types with arguments of type SelectionEntry Modifier and Type Method Description <T extends SilverpeasResource>
Optional<SelectionEntry<T>>SelectionBasket. getAt(int index)
Gets the resource that is at the specified position in this basket.Stream<SelectionEntry<SilverpeasResource>>
SelectionBasket. getSelectedResources()
Gets a functional stream on the selected resources this basket contains.<T extends SilverpeasResource>
Optional<SelectionEntry<T>>SelectionBasket. pop()
Pops the last resource put in the basket; the resource atop of the basket.<T extends SilverpeasResource>
Optional<SelectionEntry<T>>SelectionBasket. removeAt(int index)
Removes the resource that is at the specified position in the basket. -
Uses of SelectionEntry in org.silverpeas.core.webapi.selection
Methods in org.silverpeas.core.webapi.selection with parameters of type SelectionEntry Modifier and Type Method Description static SelectionBasketEntry
SelectionBasketEntry. from(SelectionEntry<SilverpeasResource> entry)
-