Interface DataSetParameter
- All Superinterfaces:
CompositeParameter,RichPageParameter
- Since:
- 3.9.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interfaceNested classes/interfaces inherited from interface com.polarion.alm.shared.api.model.rp.parameter.CompositeParameter
CompositeParameter.BuilderBase<P extends CompositeParameter,B extends CompositeParameter.BuilderBase> Nested classes/interfaces inherited from interface com.polarion.alm.shared.api.model.rp.parameter.RichPageParameter
RichPageParameter.Tooltip, RichPageParameter.Visuals -
Method Summary
Modifier and TypeMethodDescriptioncountFor()Returns the accessor forDataCount, that contains the found object count.getFor()Returns the accessor forDataSet, that contains the found objects.com.polarion.alm.shared.api.model.rp.parameter.impl.dataset.WidgetContextScopescope()set()subtype()Methods inherited from interface com.polarion.alm.shared.api.model.rp.parameter.CompositeParameter
getMethods inherited from interface com.polarion.alm.shared.api.model.rp.parameter.RichPageParameter
label, tooltip, visuals
-
Method Details
-
scope
-
prototype
-
subtype
-
getFor
Returns the accessor forDataSet, that contains the found objects. If you are only interested in counting the objects, call the fastercountFor()method instead. -
set
- Returns:
- interface for setting the parameter configuration that can be used inside
RichPageWidget.processParameterDependencies(RichPageWidgetDependenciesContext)to change the parameter configuration depending on the values set by a user in the other parameters. - Throws:
UnsupportedOperationException- if this parameter is a page parameter.- Since:
- 3.9.2
-
countFor
DataCountAccessor countFor()Returns the accessor forDataCount, that contains the found object count. It is optimized to be faster than returning all the objects via thegetFor()method.- Since:
- 3.17.2
-
getWidgetContextScope
@NotNull com.polarion.alm.shared.api.model.rp.parameter.impl.dataset.WidgetContextScope getWidgetContextScope()- Since:
- 3.25.12
-
getCollectionReference
- Since:
- 3.25.12
-