Uses of Interface
com.polarion.alm.shared.api.model.rp.parameter.ObjectSelectorParameter.Setter
Packages that use ObjectSelectorParameter.Setter
-
Uses of ObjectSelectorParameter.Setter in com.polarion.alm.shared.api.model.rp.parameter
Subinterfaces of ObjectSelectorParameter.Setter in com.polarion.alm.shared.api.model.rp.parameterMethods in com.polarion.alm.shared.api.model.rp.parameter that return ObjectSelectorParameter.SetterModifier and TypeMethodDescriptionObjectSelectorParameter.Setter.addCurrentScopeToDefaultQuery
(boolean value) Configures if the scope of the current Rich Page (or Plan, etc.) should be automatically added to thedefaultQuery(String)
.ObjectSelectorParameter.Setter.allowedObjectsQuery
(String query) Sets query limiting the allowed items.ObjectSelectorParameter.Setter.allowedPrototypes
(PrototypeEnum firstAllowed, PrototypeEnum... otherAllowed) Sets which prototypes will be selectable by user, overrides values set byallowedPrototypes(Iterable)
If allowed prototypes does not contain target prototype then first allowed prototype is selected as target prototype automatically.ObjectSelectorParameter.Setter.allowedPrototypes
(Iterable<String> allowedPrototypes) Sets which prototypes will be selectable by user, overrides values set byallowedPrototypes(PrototypeEnum, PrototypeEnum...)
If allowed prototypes does not contain target prototype then first allowed prototype is selected as target prototype automatically.ObjectSelectorParameter.Setter.current()
Sets the selected object to theObjectSelectorParameter.CURRENT
, overrides value set byobjectPath(String)
ObjectSelectorParameter.Setter.defaultColumns
(Iterable<String> columns) Sets the default columns for object picker dialog.ObjectSelectorParameter.Setter.defaultQuery
(String query) Sets the default query for object picker dialog.ObjectSelectorParameter.Setter.defaultSort
(String sort) Sets the default sorting for object picker dialog.
The format is same as forModelObjectsSearch.sort(String)
ObjectSelectorParameter.Setter.objectPath
(String objectPath) Sets the selected object, overrides value set bycurrent()
ObjectSelectorParameter.Setter.selectTemplates
(boolean selectTemplates) Configures that only templates can be selected.ObjectSelectorParameter.set()
Methods in com.polarion.alm.shared.api.model.rp.parameter that return types with arguments of type ObjectSelectorParameter.SetterModifier and TypeMethodDescriptionPrototypeSelector<? extends ObjectSelectorParameter.Setter>
ObjectSelectorParameter.Setter.prototype()
Selects target prototype for selector.