| Package | Description |
|---|---|
| com.sap.netweaver.bc.rf.common.namespace |
Contains repository framework common interface for namespace maintenance.
|
| Modifier and Type | Field and Description |
|---|---|
protected IQueryExpression |
AdvancedChildrenFindResourcesDescriptor.queryExpression |
| Modifier and Type | Method and Description |
|---|---|
IQueryExpression |
IQueryExpression.and(IQueryExpression other)
Create a new AND expression which concatenates this expression with other
(this and other).
|
IQueryExpression |
IQueryBuilder.constFalse() |
IQueryExpression |
IQueryBuilder.constTrue() |
IQueryExpression |
IQueryBuilder.eq(IName name,
Object value)
Returns a new expression which tests property == value.
|
IQueryExpression |
IQueryBuilder.eq(IName name,
String value)
Returns a new expression which tests property == value.
|
IQueryExpression |
IQueryBuilder.eqIgnoreCase(IName name,
String value)
Returns a new expression which tests property == value, ignoring case.
|
IQueryExpression |
IAdvancedChildrenFindResourcesDescriptor.getQueryExpression()
Get query expression to be used to narrow the list of returned resources.
|
IQueryExpression |
AdvancedChildrenFindResourcesDescriptor.getQueryExpression()
Get query expression to be used to narrow the list of returned resources.
|
IQueryExpression |
IQueryBuilder.greater(IName name,
Object value)
Returns a new expression which tests property value.
|
IQueryExpression |
IQueryBuilder.greater(IName name,
String value)
Returns a new expression which tests property value.
|
IQueryExpression |
IQueryBuilder.greaterEq(IName name,
Object value)
Returns a new expression which tests property value.
|
IQueryExpression |
IQueryBuilder.greaterEq(IName name,
String value)
Returns a new expression which tests property value.
|
IQueryExpression |
IQueryBuilder.greaterEqIgnoreCase(IName name,
String value)
Returns a new expression which tests property value, ignoring case.
|
IQueryExpression |
IQueryBuilder.greaterIgnoreCase(IName name,
String value)
Returns a new expression which tests property value, ignoring case.
|
IQueryExpression |
IQueryBuilder.isCollection()
Returns a new expression which tests if the resource is a collection
|
IQueryExpression |
IQueryBuilder.isDefined(IName name)
Returns a new expression which tests for the properties existence.
|
IQueryExpression |
IQueryBuilder.less(IName name,
Object value)
Returns a new expression which tests property value.
|
IQueryExpression |
IQueryBuilder.less(IName name,
String value)
Returns a new expression which tests property value.
|
IQueryExpression |
IQueryBuilder.lessEq(IName name,
Object value)
Returns a new expression which tests property value.
|
IQueryExpression |
IQueryBuilder.lessEq(IName name,
String value)
Returns a new expression which tests property value.
|
IQueryExpression |
IQueryBuilder.lessEqIgnoreCase(IName name,
String value)
Returns a new expression which tests property value, ignoring case.
|
IQueryExpression |
IQueryBuilder.lessIgnoreCase(IName name,
String value)
Returns a new expression which tests property value, ignoring case.
|
IQueryExpression |
IQueryBuilder.like(IName name,
String value)
Returns a new expression which tests property is like value, where value is
a wildcard expression.
|
IQueryExpression |
IQueryBuilder.likeIgnoreCase(IName name,
String value)
Returns a new expression which tests property is like value, where value is
a wildcard expression.
|
IQueryExpression |
IQueryExpression.not()
Create a new NOT expression which negates this expression.
|
IQueryExpression |
IQueryBuilder.not(IQueryExpression expression)
Returns a new expression which is the complement of the given expression.
|
IQueryExpression |
IQueryBuilder.notEq(IName name,
Object value)
Returns a new expression which tests property !
|
IQueryExpression |
IQueryBuilder.notEq(IName name,
String value)
Returns a new expression which tests property !
|
IQueryExpression |
IQueryBuilder.notEqIgnoreCase(IName name,
String value)
Returns a new expression which tests property !
|
IQueryExpression |
IQueryExpression.or(IQueryExpression other)
Create a new OR expression which concatenates this expression with other
(this or other).
|
| Modifier and Type | Method and Description |
|---|---|
IQueryExpression |
IQueryExpression.and(IQueryExpression other)
Create a new AND expression which concatenates this expression with other
(this and other).
|
IQueryExpression |
IQueryBuilder.not(IQueryExpression expression)
Returns a new expression which is the complement of the given expression.
|
IQueryExpression |
IQueryExpression.or(IQueryExpression other)
Create a new OR expression which concatenates this expression with other
(this or other).
|
| Constructor and Description |
|---|
AdvancedChildrenFindResourcesDescriptor(IQueryExpression queryExpression,
ICollator collator)
Construct object of class FindAdvancedChildrenResourcesDescriptor.
|
AdvancedDeepFindResourcesDescriptor(IQueryExpression queryExpression,
ICollator collator,
int depth)
Construct object of class FindAdvancedDeepResourcesDescriptor.
|
AdvancedDeepVersionedFindResourcesDescriptor(IQueryExpression queryExpression,
ICollator collator,
int depth)
Construct object of class FindAdvancedDeepVersionedResourcesDescriptor.
|
Copyright 2021 SAP SE Complete Copyright Notice