| Modifier and Type | Field and Description |
|---|---|
protected C_OperatorType |
Operation.operatorType |
| Modifier and Type | Method and Description |
|---|---|
C_OperatorType |
Operation.getOperatorType() |
| Modifier and Type | Method and Description |
|---|---|
void |
Operation.setOperatorType(C_OperatorType operatorType) |
| Constructor and Description |
|---|
Operation(Integer id,
String name,
String label,
C_OperatorType operatorType) |
| Modifier and Type | Method and Description |
|---|---|
org.gcube.portlets.user.td.widgetcommonevent.shared.expression.C_Expression |
ConditionOnMultiColumnTypeMap.map(org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData column,
C_OperatorType operatorType,
ArgType firstArgType,
org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData firstArgColumn,
String firstArg,
ArgType secondArgType,
org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData secondArgColumn,
String secondArg,
Threshold threshold) |
org.gcube.portlets.user.td.widgetcommonevent.shared.expression.C_Expression |
ConditionTypeMap.map(org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData column,
C_OperatorType operatorType,
String firstArg,
String secondArg,
Threshold threshold) |
org.gcube.portlets.user.td.widgetcommonevent.shared.expression.C_Expression |
ConditionOnMultiColumnTypeMap.mapPlaceHolder(org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData column,
C_OperatorType operatorType,
ArgType firstArgType,
org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData firstArgColumn,
String firstArg,
ArgType secondArgType,
org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData secondArgColumn,
String secondArg,
Threshold threshold) |
org.gcube.portlets.user.td.widgetcommonevent.shared.expression.C_Expression |
ConditionTypeMap.mapPlaceHolder(org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData column,
C_OperatorType operatorType,
String firstArg,
String secondArg,
Threshold threshold) |
org.gcube.portlets.user.td.widgetcommonevent.shared.expression.C_Expression |
ConditionOnMultiColumnTypeMap.mapTypedColumnReference(org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData column,
C_OperatorType operatorType,
ArgType firstArgType,
org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData firstArgColumn,
String firstArg,
ArgType secondArgType,
org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData secondArgColumn,
String secondArg,
Threshold threshold) |
org.gcube.portlets.user.td.widgetcommonevent.shared.expression.C_Expression |
ConditionTypeMap.mapTypedColumnReference(org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData column,
C_OperatorType operatorType,
String firstArg,
String secondArg,
Threshold threshold) |
| Modifier and Type | Method and Description |
|---|---|
static C_OperatorType |
C_OperatorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static C_OperatorType[] |
C_OperatorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
C_OperatorType |
C_Sum.getOperator() |
C_OperatorType |
C_ST_Extent.getOperator() |
C_OperatorType |
C_Max.getOperator() |
C_OperatorType |
C_Min.getOperator() |
C_OperatorType |
C_Count.getOperator() |
C_OperatorType |
C_Avg.getOperator() |
| Modifier and Type | Method and Description |
|---|---|
C_OperatorType |
C_Modulus.getOperator() |
C_OperatorType |
C_Addition.getOperator() |
C_OperatorType |
C_Subtraction.getOperator() |
C_OperatorType |
C_Multiplication.getOperator() |
C_OperatorType |
C_Exponentiation.getOperator() |
C_OperatorType |
C_Division.getOperator() |
| Modifier and Type | Method and Description |
|---|---|
C_OperatorType |
C_Equals.getOperator() |
C_OperatorType |
C_NotGreater.getOperator() |
C_OperatorType |
C_GreaterThan.getOperator() |
C_OperatorType |
C_NotEquals.getOperator() |
C_OperatorType |
C_NotLess.getOperator() |
C_OperatorType |
C_GreaterOrEquals.getOperator() |
C_OperatorType |
C_LessOrEquals.getOperator() |
C_OperatorType |
C_LessThan.getOperator() |
| Modifier and Type | Method and Description |
|---|---|
C_OperatorType |
C_Cast.getOperator() |
| Modifier and Type | Method and Description |
|---|---|
C_OperatorType |
C_MD5.getOperator() |
C_OperatorType |
C_Trim.getOperator() |
C_OperatorType |
C_SubstringByIndex.getOperator() |
C_OperatorType |
C_TextEndsWith.getOperator() |
C_OperatorType |
C_Similarity.getOperator() |
C_OperatorType |
C_Lower.getOperator() |
C_OperatorType |
C_Concat.getOperator() |
C_OperatorType |
C_Soundex.getOperator() |
C_OperatorType |
C_Upper.getOperator() |
C_OperatorType |
C_TextBeginsWith.getOperator() |
C_OperatorType |
C_Lenght.getOperator() |
C_OperatorType |
C_TextMatchSQLRegexp.getOperator() |
C_OperatorType |
C_SubstringPosition.getOperator() |
C_OperatorType |
C_TextReplaceMatchingRegex.getOperator() |
C_OperatorType |
C_SubstringByRegex.getOperator() |
C_OperatorType |
C_TextContains.getOperator() |
C_OperatorType |
C_Levenshtein.getOperator() |
| Modifier and Type | Method and Description |
|---|---|
C_OperatorType |
C_And.getOperator() |
C_OperatorType |
C_Not.getOperator() |
C_OperatorType |
C_ValueIsIn.getOperator() |
C_OperatorType |
C_IsNotNull.getOperator() |
C_OperatorType |
C_Or.getOperator() |
C_OperatorType |
C_Between.getOperator() |
C_OperatorType |
C_IsNull.getOperator() |
Copyright © 2018. All Rights Reserved.