| Modifier and Type | Class and Description |
|---|---|
class |
BaseColumnRuleType |
class |
DimensionColumnRuleType |
| Modifier and Type | Method and Description |
|---|---|
long |
RuleManager.saveColumnRule(String name,
String description,
org.gcube.data.analysis.tabulardata.expression.Expression rule,
RuleColumnType columnType) |
void |
RuleManager.updateColumnRule(Long id,
String name,
String description,
org.gcube.data.analysis.tabulardata.expression.Expression rule,
RuleColumnType columnType) |
| Modifier and Type | Method and Description |
|---|---|
RuleColumnType |
RuleDescription.getRuleColumnType() |
| Constructor and Description |
|---|
RuleDescription(long id,
String name,
String description,
org.gcube.data.analysis.tabulardata.expression.Expression rule,
RuleScope scope,
String owner,
RuleColumnType ruleColumnType,
List<String> sharedWith) |
Copyright © 2015. All Rights Reserved.