| Modifier and Type | Method and Description |
|---|---|
RuleScope |
TableRule.getScope() |
RuleScope |
ColumnRule.getScope() |
abstract RuleScope |
Rule.getScope() |
static RuleScope |
RuleScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuleScope[] |
RuleScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<RuleDescription> |
RuleManager.getRulesByScope(RuleScope scope) |
| Modifier and Type | Method and Description |
|---|---|
RuleScope |
RuleDescription.getScope() |
| Constructor and Description |
|---|
RuleDescription(long id,
String name,
String description,
Calendar creationDate,
org.gcube.data.analysis.tabulardata.expression.Expression rule,
RuleScope scope,
String owner,
RuleType ruleType,
List<String> sharedWith) |
Copyright © 2017. All Rights Reserved.