Uses of Class
org.nuclos.api.businessobject.SearchExpression
Package
Description
-
Uses of SearchExpression in org.nuclos.api.businessobject
Modifier and TypeFieldDescription(package private) SearchExpression<T>
SearchExpression.parentSearchExpression
Modifier and TypeMethodDescriptionSearchExpression.and
(SearchExpression pSecondSearchExpression) This Constructor is used to join the current SearchExpression with a second SearchExpression using ANDSearchExpression.getParentSearchExpression()
SearchExpressionPair.getSearchExpression()
SearchExpression.or
(SearchExpression pSecondSearchExpression) This Constructor is used to join the current SearchExpression with a second SearchExpression using ORModifier and TypeMethodDescriptionQuery.and
(SearchExpression elm) SearchExpression.and
(SearchExpression pSecondSearchExpression) This Constructor is used to join the current SearchExpression with a second SearchExpression using ANDSearchExpression.or
(SearchExpression pSecondSearchExpression) This Constructor is used to join the current SearchExpression with a second SearchExpression using ORQuery.where
(SearchExpression elm) Add QueryExpressions for the searchModifierConstructorDescriptionSearchExpression
(SearchExpression<T> pParentSearchExpression, QueryOperation pOperator) SearchExpressionPair
(QueryOperation pOperator, SearchExpression<T> pSearchExp) -
Uses of SearchExpression in org.nuclos.api.businessobject.attribute
Modifier and TypeMethodDescriptionThis method enables the user to compare an attribute with a given value on being equalGreaterThan - comparison operationGreaterThanEqual - comparison operationAttribute.isNull()
This method enables the user to ensure that a value is nullLike - comparison operationLowerThan - comparison operationLowerThanEqual - comparison operationThis method enables the user to compare an attribute with a given value on being unequalAttribute.notNull()
This method enables the user to ensure that a value is not null -
Uses of SearchExpression in org.nuclos.api.rule
Modifier and TypeMethodDescriptiondefault Long
DatasourceRule.count
(SearchExpression se, Map<String, Object> params) default DatasourceResult
DatasourceRule.getAll
(SearchExpression se, Map<String, Object> params) DatasourceRule.getAllIds
(SearchExpression se, Map<String, Object> params)