|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SearchExpression | |
wt.csm.query | |
wt.query | Provides generic support for defining SQL queries
(see
QuerySpec and the various things
that can be appended to it) in a database
inedependent manner that should be used with the
PersistenceManager . |
wt.query.specification |
Uses of SearchExpression in wt.csm.query |
Methods in wt.csm.query with parameters of type SearchExpression | |
static void |
AbstractCSMQueryContainer.printSearchExpression(SearchExpression exp,
String prefix)
|
Uses of SearchExpression in wt.query |
Methods in wt.query that return SearchExpression | |
private SearchExpression |
WindchillSearchService.createInstanceSearchExpression(AttributeDefDefaultView def,
OperatorType oper,
AttributeValueCriteria value)
This method will create a SearchExpression object for the given instance based AttributeDefDefaultView object, OperatorType, and AttributeValueCriteria. |
static SearchExpression |
AttributeSearchSpecification.getSearchExpression(SearchCondition a_searchCondition,
boolean a_falseSearch)
|
Methods in wt.query with parameters of type SearchExpression | |
private void |
SearchTask.convertWildcardExpression(SearchExpression a_searchExpression)
|
Uses of SearchExpression in wt.query.specification |
Subinterfaces of SearchExpression in wt.query.specification | |
interface |
AttributeSearchExp
Supported API: false Extendable: false |
interface |
DependentAttrSearchExp
Supplies the crtieria for a dependent attribute. |
interface |
IndependentAttrSearchExp
Supported API: false Extendable: false |
Classes in wt.query.specification that implement SearchExpression | |
class |
AbstractAttributeSearchExp
Supported API: false Extendable: false |
class |
DefaultDependentAttrSearchExp
Supported API: false Extendable: false |
class |
DefaultIndependentAttrSearchExp
Supported API: false Extendable: false |
class |
LatestIterationExp
Supported API: false Extendable: false |
class |
OperatorSearchExp
Supported API: false Extendable: false |
Fields in wt.query.specification declared as SearchExpression | |
private SearchExpression |
ExtendedClassSearchSpec.rootSearchExpression
|
private SearchExpression |
DefaultClassSearchSpec.rootSearchExpression
|
Methods in wt.query.specification that return SearchExpression | |
SearchExpression |
ExtendedClassSearchSpec.getRootSearchExpression()
Gets the value of the attribute: rootSearchExpression. |
SearchExpression |
DefaultClassSearchSpec.getRootSearchExpression()
Gets the value of the attribute: rootSearchExpression. |
SearchExpression |
ClassSearchSpec.getRootSearchExpression()
Supported API: false |
Methods in wt.query.specification with parameters of type SearchExpression | |
void |
QueryWriter.writeFirstSearchExpression(SelectionSearchSpec a_selection,
SearchExpression an_expression)
Supported API: false |
void |
QueryWriter.writeIntermediateSearchExpression(SelectionSearchSpec a_selection,
SearchExpression an_expression)
Supported API: false |
void |
QueryWriter.writeLastSearchExpression(SelectionSearchSpec a_selection,
SearchExpression an_expression)
Supported API: false |
protected void |
QueryBuilder.processSearchExpression(ClassSearchSpec a_selection,
SearchExpression an_expression)
Supported API: false |
void |
ExtendedClassSearchSpec.setRootSearchExpression(SearchExpression a_RootSearchExpression)
Sets the value of the attribute: rootSearchExpression. |
void |
ExtendedClassSearchSpec.addSearchExpression(SearchExpression a_parent_expression,
SearchExpression an_expression)
Supported API: false |
Enumeration |
ExtendedClassSearchSpec.findSearchExpression(SearchExpression a_parent_expression)
Supported API: false |
boolean |
ExtendedClassSearchSpec.isRoot(SearchExpression an_expression)
Supported API: false |
boolean |
ExtendedClassSearchSpec.isLeaf(SearchExpression an_expression)
Supported API: false |
void |
DefaultQueryWriter.writeFirstSearchExpression(SelectionSearchSpec a_selection,
SearchExpression an_expression)
Supported API: false |
void |
DefaultQueryWriter.writeIntermediateSearchExpression(SelectionSearchSpec a_selection,
SearchExpression an_expression)
Supported API: false |
void |
DefaultQueryWriter.writeLastSearchExpression(SelectionSearchSpec a_selection,
SearchExpression an_expression)
Supported API: false |
void |
DefaultClassSearchSpec.setRootSearchExpression(SearchExpression a_RootSearchExpression)
Sets the value of the attribute: rootSearchExpression. |
void |
DefaultClassSearchSpec.addSearchExpression(SearchExpression an_expression)
Supported API: false |
void |
DefaultClassSearchSpec.addSearchExpression(SearchExpression a_parent_expression,
SearchExpression an_expression)
Supported API: false |
Enumeration |
DefaultClassSearchSpec.findSearchExpression(SearchExpression a_parent_expression)
Supported API: false |
boolean |
DefaultClassSearchSpec.isRoot(SearchExpression an_expression)
Supported API: false |
boolean |
DefaultClassSearchSpec.isLeaf(SearchExpression an_expression)
Supported API: false |
void |
ClassSearchSpec.addSearchExpression(SearchExpression a_parent_expression,
SearchExpression an_expression)
Supported API: false |
Enumeration |
ClassSearchSpec.findSearchExpression(SearchExpression a_parent_expression)
Supported API: false |
boolean |
ClassSearchSpec.isRoot(SearchExpression an_expression)
Supported API: false |
boolean |
ClassSearchSpec.isLeaf(SearchExpression an_expression)
Supported API: false |
Constructors in wt.query.specification with parameters of type SearchExpression | |
ExtendedClassSearchSpec(Class target_class,
SearchExpression an_expression)
Supported API: false |
|
DefaultClassSearchSpec(Class target_class,
SearchExpression an_expression)
Supported API: false |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |