|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LogicalOperatorType | |
com.sap.ip.me.api.persist.query | |
com.sap.ip.me.api.smartsync |
Uses of LogicalOperatorType in com.sap.ip.me.api.persist.query |
Fields in com.sap.ip.me.api.persist.query declared as LogicalOperatorType | |
static LogicalOperatorType |
LogicalOperatorType.AND
AND operator. |
static LogicalOperatorType |
LogicalOperatorType.OR
OR operator. |
static LogicalOperatorType |
LogicalOperatorType.NOT
NOT operator. |
Methods in com.sap.ip.me.api.persist.query that return LogicalOperatorType | |
LogicalOperatorType |
CompositeCondition.getLogicalOperator()
Gets the logicalOperator attribute of the CompositeCondition object |
Methods in com.sap.ip.me.api.persist.query with parameters of type LogicalOperatorType | |
Condition |
QueryRuntime.createCondition(Condition[] conditions,
LogicalOperatorType logicalOperator)
Creates a Condition which is used to create a Query. |
abstract JQueryCondition |
JQueryFactory.createCondition(JQueryCondition left,
LogicalOperatorType operator,
JQueryCondition right)
Construct binary logical operator. |
abstract JQueryCondition |
JQueryFactory.createCondition(JQueryCondition[] conditions,
LogicalOperatorType operator)
Construct n-ary logical operator. |
abstract JQueryCondition |
JQueryFactory.createCondition(LogicalOperatorType operator,
JQueryCondition right)
Construct unary logical operator. |
Condition |
InternalQueryRuntime.createCondition(Condition[] conditions,
LogicalOperatorType logicalOperator)
Creates a CompositeCondition |
Uses of LogicalOperatorType in com.sap.ip.me.api.smartsync |
Methods in com.sap.ip.me.api.smartsync with parameters of type LogicalOperatorType | |
Condition |
SmartSyncQueryFactory.createCondition(Condition[] conditions,
LogicalOperatorType logicalOperator)
Returns a Condition instance having a multiple Condition entities related with a corresponding logical operator. |
abstract JQueryCondition |
SmartSyncJQueryFactory.createCondition(JQueryCondition left,
LogicalOperatorType operator,
JQueryCondition right)
Construct binary logical operator. |
abstract JQueryCondition |
SmartSyncJQueryFactory.createCondition(JQueryCondition[] conditions,
LogicalOperatorType operator)
Construct n-ary logical operator. |
abstract JQueryCondition |
SmartSyncJQueryFactory.createCondition(LogicalOperatorType operator,
JQueryCondition right)
Construct unary logical operator. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |