wt.query.specification
Interface CriteriaSpecification

All Known Implementing Classes:
DefaultCriteriaSpecification, ExtendedCriteriaSpecification

public interface CriteriaSpecification

Identifies the criteria for a search. This identifies the information being searched for (the business information classes) and the criteria if the attributes for that information. All the criteria is "and-ed" together during the search.

Supported API: false

Extendable: false


Method Summary
 void addSelectionSearchSpec(SelectionSearchSpec a_parent_selection, SelectionSearchSpec a_selection)
          

Supported API: false
 Enumeration findSelectionSearchSpec(SelectionSearchSpec a_parent_specification)
          

Supported API: false
 SelectionSearchSpec getRootSelectionSearchSpec()
          

Supported API: false
 boolean isLeaf(SelectionSearchSpec a_selection)
          

Supported API: false
 boolean isRoot(SelectionSearchSpec a_selection)
          

Supported API: false
 

Method Detail

addSelectionSearchSpec

public void addSelectionSearchSpec(SelectionSearchSpec a_parent_selection,
                                   SelectionSearchSpec a_selection)


Supported API: false

Parameters:
a_parent_selection -
a_selection -

findSelectionSearchSpec

public Enumeration findSelectionSearchSpec(SelectionSearchSpec a_parent_specification)


Supported API: false

Parameters:
a_parent_specification -
Returns:
Enumeration

getRootSelectionSearchSpec

public SelectionSearchSpec getRootSelectionSearchSpec()


Supported API: false

Returns:
SelectionSearchSpec

isRoot

public boolean isRoot(SelectionSearchSpec a_selection)


Supported API: false

Parameters:
a_selection -
Returns:
boolean

isLeaf

public boolean isLeaf(SelectionSearchSpec a_selection)


Supported API: false

Parameters:
a_selection -
Returns:
boolean