Uses of Class
org.palo.api.subsets.filter.settings.ObjectParameter

Packages that use ObjectParameter
org.palo.api.subsets.filter.settings   
 

Uses of ObjectParameter in org.palo.api.subsets.filter.settings
 

Methods in org.palo.api.subsets.filter.settings that return ObjectParameter
 ObjectParameter TextFilterSetting.getExpressions()
          Returns the expression parameter which contains all added expressions.
 ObjectParameter AttributeFilterSetting.getFilterConstraints()
          Returns the currently used filter constraint parameter.
 ObjectParameter PicklistFilterSetting.getSelection()
          Returns the selection parameter of picked elements.
 ObjectParameter[] DataFilterSetting.getSliceParameters()
          Returns an ObjectParameter array which contains the currently used slice of the source cube.
 ObjectParameter DataFilterSetting.getSlicePart()
          internally used method
 ObjectParameter DataFilterSetting.getSlicePart(int index)
          Returns the slice part for the given dimension index.
 

Methods in org.palo.api.subsets.filter.settings with parameters of type ObjectParameter
 void DataFilterSetting.addSlicePart(ObjectParameter part)
          internally used method
 void TextFilterSetting.setExpressions(ObjectParameter expressions)
          Sets the new expression parameter.
 void AttributeFilterSetting.setFilterConstraints(ObjectParameter constraintsParam)
          Adds all filter constraints from the given parameter to this settings.
 void PicklistFilterSetting.setSelection(ObjectParameter selection)
          Sets the selection parameter.