Package | Description |
---|---|
com.hp.ucmdb.api.topology |
This package contains services for defining and running TQL queries and processing the results.
|
com.hp.ucmdb.api.topology.queryparameter |
Modifier and Type | Method and Description |
---|---|
static PropertiesConditionOperand |
PropertiesConditionOperand.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertiesConditionOperand[] |
PropertiesConditionOperand.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ConditionExpression<CompletePropertyCondition,PropertiesConditionOperand> |
PropertyConditionBuilder.not(CompletePropertyCondition singleCondition)
Returns a negation of the given complete condition, wrapping it first in a ConditionExpression
This method is equivalent to calling:
|
ConditionExpression<CompletePropertyCondition,PropertiesConditionOperand> |
PropertyConditionBuilder.not(ConditionExpression<CompletePropertyCondition,PropertiesConditionOperand> subExpression)
Returns the negated given sub expression.
|
ConditionExpression<CompletePropertyCondition,PropertiesConditionOperand> |
PropertiesConditionable.propertiesCondition()
Returns the properties condition defined on this element.
|
ConditionExpressionBuilder<CompletePropertyCondition,PropertiesConditionOperand> |
PropertyConditionBuilder.property(String propertyName,
Operator operator,
Object value)
Defines that the expression continuation will use the given property condition as its "left side" (or single
leaf).
|
ConditionExpressionBuilder<CompletePropertyCondition,PropertiesConditionOperand> |
PropertyConditionBuilder.property(String propertyName,
Operator operator,
Object value,
String conditionName)
Defines that the expression continuation will use the given property condition as its "left side" (or single
leaf).
|
ConditionExpressionBuilder<CompletePropertyCondition,PropertiesConditionOperand> |
PropertyConditionBuilder.use(CompletePropertyCondition completeProperty)
Uses a previously defined complete property as its "left side" (or single leaf).
|
ConditionExpressionBuilder<CompletePropertyCondition,PropertiesConditionOperand> |
PropertyConditionBuilder.use(ConditionExpression<CompletePropertyCondition,PropertiesConditionOperand> propertyConditionExpression)
Uses a previously defined condition expression as its "left side".
|
Modifier and Type | Method and Description |
---|---|
ConditionExpression<CompletePropertyCondition,PropertiesConditionOperand> |
PropertyConditionBuilder.not(ConditionExpression<CompletePropertyCondition,PropertiesConditionOperand> subExpression)
Returns the negated given sub expression.
|
ConditionExpressionBuilder<CompletePropertyCondition,PropertiesConditionOperand> |
PropertyConditionBuilder.use(ConditionExpression<CompletePropertyCondition,PropertiesConditionOperand> propertyConditionExpression)
Uses a previously defined condition expression as its "left side".
|
E |
PropertiesConditionable.withPropertiesConditions(ConditionExpression<CompletePropertyCondition,PropertiesConditionOperand> propertiesConditionExpression)
Sets the properties condition of this element to the specified condition.
|
Modifier and Type | Method and Description |
---|---|
ConditionExpression<CompletePropertyCondition,PropertiesConditionOperand> |
ConditionQueryParameter.condition() |
Modifier and Type | Method and Description |
---|---|
QueryParameters |
QueryParameters.addConditionReplacement(String name,
ConditionExpression<CompletePropertyCondition,PropertiesConditionOperand> condition)
Adds a condition expression to replace the named condition.
|
Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.