Interface DataSetParameter
- All Superinterfaces:
CompositeParameter
,RichPageParameter
- Since:
- 3.9.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
static interface
Nested 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.Visuals
-
Method Summary
Methods inherited from interface com.polarion.alm.shared.api.model.rp.parameter.CompositeParameter
get
Methods inherited from interface com.polarion.alm.shared.api.model.rp.parameter.RichPageParameter
label, 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
-