public interface GetConditionExpressionCmd extends TaskCommand
GetConditionExpressionCmd
is a interface used to get condition expressions.Current, There are 14 operator supported in OOB as following:
GetContainsStringSolrExpressionCmdImpl
,
GetEqualsNumberSolrExpressionCmdImpl
,
GetEqualsStringSolrExpressionCmdImpl
,
GetGreaterThanNumberSolrExpressionCmdImpl
,
GetInNumberSolrExpressionCmdImpl
,
GetInStringSolrExpressionCmdImpl
,
GetLessThanNumberSolrExpressionCmdImpl
,
GetNotContainsStringSolrExpressionCmdImpl
,
GetNotEqualsNumberSolrExpressionCmdImpl
,
GetNotEqualsStringSolrExpressionCmdImpl
,
GetNotGreaterThanNumberSolrExpressionCmdImpl
,
GetNotInNumberSolrExpressionCmdImpl
,
GetNotInStringSolrExpressionCmdImpl
,
GetNotLessThanNumberSolrExpressionCmdImpl
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
Copyright statement.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getExpression()
Get the expression result.
|
void |
setCondition(Condition condition)
Set condition for the command.
|
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
static final java.lang.String COPYRIGHT
void setCondition(Condition condition)
condition
- A condition.java.lang.String getExpression()