| Package | Description |
|---|---|
| org.gcube.data.analysis.tabulardata.service.rules |
| Modifier and Type | Method and Description |
|---|---|
RuleId |
RuleInterface.saveRule(String name,
String description,
org.gcube.data.analysis.tabulardata.expression.Expression rule,
org.gcube.data.analysis.tabulardata.commons.rules.types.RuleType type) |
| Modifier and Type | Method and Description |
|---|---|
Task |
RuleInterface.applyTableRule(TabularResourceId tabularResourceId,
Map<String,String> mappingPlacelhoderIdColumnId,
RuleId ruleId) |
void |
RuleInterface.removeRuleById(RuleId id) |
org.gcube.data.analysis.tabulardata.commons.webservice.types.RuleDescription |
RuleInterface.share(RuleId ruleId,
org.gcube.data.analysis.tabulardata.commons.utils.SharingEntity... entities) |
org.gcube.data.analysis.tabulardata.commons.webservice.types.RuleDescription |
RuleInterface.unshare(RuleId ruleId,
org.gcube.data.analysis.tabulardata.commons.utils.SharingEntity... entities) |
| Modifier and Type | Method and Description |
|---|---|
Task |
RuleInterface.applyColumnRule(TabularResourceId tabularResourceId,
org.gcube.data.analysis.tabulardata.model.column.ColumnLocalId columnId,
List<RuleId> ruleIds) |
void |
RuleInterface.detachColumnRules(TabularResourceId tabularResourceId,
org.gcube.data.analysis.tabulardata.model.column.ColumnLocalId columnId,
List<RuleId> ruleIds) |
void |
RuleInterface.detachTableRules(TabularResourceId tabularResourceId,
List<RuleId> ruleIds) |
Copyright © 2016. All Rights Reserved.