Package com.businessobjects.query

The com.businessobjects.query package is a collection of classes, methods, and properties that allow you to work with queries.

See:
          Description

Interface Summary
CombinedQuery Provides the ability to group a number of Query and CombinedQuery instances into a single query.
CombinedQueryOperator Provides the operators that can be used in a CombinedQuery (such as "Union", "Intersect", "Minus"...).
ComparisonOperator The ComparisonOperator interface is used to compare objects
ConditionBase Provides the parent interface for the query condition sub-interfaces, PreCondition, Rank, SubQuery, Filter, and QueryCondition.
ConditionOperator The operator used between the filtered objects and the result objects in the subquery.
Filter Provides the functionality to create a filter query condition.
FilterOperator Provides the operators that can be used between the object being filtered (for example, a field representing Country) and the operand (for example, an object that represents the String "France").
ObjectComparison Provides the functionality to use a QueryObject as an Operand in a Filter condition.
Operand Operand is the parent interface for the operands used in a Filter.
Podium Specifies whether the "Top" n or "Bottom" n ranked results are returned.
PreCondition The PreCondition interface represents a PreConditionObject object in a query condition.
Prompt A prompt enables you to request further information from the user.
Query Provides access to a single query consisting of query result, query condition, and query scope objects from the Universe (data source).
QueryBase Provides the parent interface for the query sub-interfaces, Query and CombinedQuery.
QueryCondition Specifies the conditions to be added to a given query.
QueryConditionOperator Provides operators that are applied to QueryCondition instances.
QueryObject Represents a query result, or query scope object in the Universe (data source).
QueryObjectSort Represents a query object sort on a queryObject.
QueryProperty The QueryProperty interface specifies the name and value of a property for a query.
QueryScopeLevel Specifies the number of times the user can drill down without having to change the query.
QuerySpecification The actual query that you want to execute is specified using the QuerySpecification interface.
Rank Applying ranking to a query permits the results of the query to be filtered in such a way that only those results are returned which are related to the highest and lowest values of a defined data field.
SamplingMode SamplingMode defines the mode of data sampling
SubQuery The SubQuery interface is used to provide a set of results to the main query.
ValueFromLov The ValueFromLov interface represents a single value in a List Of Values(Lov).
Values The interface Values contains a set of values from a lov (ValueFromLov and plain String values, also called free values.
 

Class Summary
CombinedQuery.Factory A class with methods for creating instances of the CombinedQuery type.
CombinedQueryOperator.Enum Enumeration value class for com.businessobjects.query.CombinedQueryOperator.
CombinedQueryOperator.Factory A factory class with static methods for creating instances of this type.
ComparisonOperator.Enum Enumeration value class for com.businessobjects.query.ComparisonOperator.
ComparisonOperator.Factory A factory class with static methods for creating instances of this type.
ConditionBase.Factory A class with methods for creating instances of the ConditionBase type.
ConditionOperator.Enum Enumeration value class for com.businessobjects.query.ConditionOperator.
ConditionOperator.Factory A factory class with static methods for creating instances of this type.
Filter.Factory A class with methods for creating instances of the Filter type.
FilterOperator.Enum Enumeration value class for com.businessobjects.query.FilterOperator.
FilterOperator.Factory A factory class with static methods for creating instances of this type.
ObjectComparison.Factory A class with methods for creating instances of the ObjectComparison type.
Operand.Factory A class with methods for creating instances of the Operand type.
Podium.Enum Enumeration value class for com.businessobjects.query.Podium.
Podium.Factory A factory class with static methods for creating instances of this type.
PreCondition.Factory A class with methods for creating instances of the PreCondition type.
Prompt.Factory A class with methods for creating instances of the Prompt type.
Query.Factory A class with methods for creating instances of the Query type.
QueryBase.Factory A class with methods for creating instances of the QueryBase type.
QueryCondition.Factory A class with methods for creating instances of the QueryCondition type.
QueryConditionOperator.Enum Enumeration value class for com.businessobjects.query.QueryConditionOperator.
QueryConditionOperator.Factory A factory class with static methods for creating instances of this type.
QueryObject.Factory A class with methods for creating instances of the QueryObject type.
QueryObjectSort.Factory A class with methods for creating instances of the QueryObjectSort type.
QueryProperty.Factory A class with methods for creating instances of the QueryProperty type.
QueryScopeLevel.Enum Enumeration value class for com.businessobjects.query.QueryScopeLevel.
QueryScopeLevel.Factory A factory class with static methods for creating instances of this type.
QuerySpecification.Factory A class with methods for creating instances of the QuerySpecification type.
Rank.Factory A class with methods for creating instances of the Rank type.
SamplingMode.Enum Enumeration value class for com.businessobjects.query.SamplingMode.
SamplingMode.Factory A factory class with static methods for creating instances of this type.
SubQuery.Factory A class with methods for creating instances of the SubQuery type.
ValueFromLov.Factory A class with methods for creating instances of the ValueFromLov type.
Values.Factory A class with methods for creating instances of the Values type.
 

Package com.businessobjects.query Description

The com.businessobjects.query package is a collection of classes, methods, and properties that allow you to work with queries.