Uses of Interface
com.polarion.alm.shared.api.utils.collections.ReadOnlyStrictMap
Packages that use ReadOnlyStrictMap
Package
Description
-
Uses of ReadOnlyStrictMap in com.polarion.alm.shared.api.model.rp.parameter
Methods in com.polarion.alm.shared.api.model.rp.parameter that return ReadOnlyStrictMapModifier and TypeMethodDescriptionRichPageParameters.get
(ReadOnlyStrictMap<String, String> urlParameters) Methods in com.polarion.alm.shared.api.model.rp.parameter with parameters of type ReadOnlyStrictMapModifier and TypeMethodDescriptionRichPageParameters.get
(ReadOnlyStrictMap<String, String> urlParameters) -
Uses of ReadOnlyStrictMap in com.polarion.alm.shared.api.model.rp.widget
Methods in com.polarion.alm.shared.api.model.rp.widget that return ReadOnlyStrictMapModifier and TypeMethodDescriptionabstract ReadOnlyStrictMap<String,
RichPageParameter> RichPageWidget.getParametersDefinition
(ParameterFactory factory) Returned map defines the parameters for this widget. The parameter IDs (the keys in the map) must not contain the dot ('.') character. The parameters are cloned before they are used for the concrete widget instance when it is either used of the first time or before the parameters are initialized from persistence The returned parameters can already contain default values.RichPageParametersContext.pageParameters()
RichPageParametersContext.urlParameters()
Methods in com.polarion.alm.shared.api.model.rp.widget with parameters of type ReadOnlyStrictMapModifier and TypeMethodDescriptionRichPageWidgetRenderer.pageParameters
(ReadOnlyStrictMap<String, RichPageParameter> pageParameters) RichPageWidgetRenderer.parameters
(ReadOnlyStrictMap<String, RichPageParameter> parameters) RichPageWidgetRenderer.urlParameters
(ReadOnlyStrictMap<String, String> urlParameters) -
Uses of ReadOnlyStrictMap in com.polarion.alm.shared.api.model.wiki
Methods in com.polarion.alm.shared.api.model.wiki with parameters of type ReadOnlyStrictMapModifier and TypeMethodDescriptionWikiPageRenderer.additionalUrlParameters
(ReadOnlyStrictMap<String, String> parameters) -
Uses of ReadOnlyStrictMap in com.polarion.alm.shared.api.utils.collections
Subinterfaces of ReadOnlyStrictMap in com.polarion.alm.shared.api.utils.collectionsClasses in com.polarion.alm.shared.api.utils.collections that implement ReadOnlyStrictMapModifier and TypeClassDescriptionfinal class
ImmutableStrictMap<K,
V> Map backed byLinkedHashMap
.final class
StrictMapImpl<K,
V> Map backed byLinkedHashMap
.Methods in com.polarion.alm.shared.api.utils.collections with parameters of type ReadOnlyStrictMapModifier and TypeMethodDescriptionvoid
StrictMap.putAll
(ReadOnlyStrictMap<? extends K, ? extends V> m) void
StrictMapImpl.putAll
(ReadOnlyStrictMap<? extends K, ? extends V> m) Constructors in com.polarion.alm.shared.api.utils.collections with parameters of type ReadOnlyStrictMap -
Uses of ReadOnlyStrictMap in com.polarion.alm.shared.api.utils.links
Methods in com.polarion.alm.shared.api.utils.links with parameters of type ReadOnlyStrictMapModifier and TypeMethodDescriptionWikiPageLinkBuilder.additionalParameters
(ReadOnlyStrictMap<String, String> parameters)