public interface RuleManagerProxy extends org.gcube.data.analysis.tabulardata.commons.webservice.Sharable<Long,org.gcube.data.analysis.tabulardata.commons.webservice.types.RuleDescription,org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchRuleException>
| Modifier and Type | Method and Description |
|---|---|
org.gcube.data.analysis.tabulardata.commons.webservice.types.tasks.TaskInfo |
applyColumnRule(Long tabularResourceId,
String columnId,
List<Long> ruleIds) |
org.gcube.data.analysis.tabulardata.commons.webservice.types.tasks.TaskInfo |
applyTableRule(Long tabularResourceId,
Map<String,String> mappingPlacelhoderIdColumnId,
Long ruleId) |
void |
detachColumnRules(Long tabularResourceId,
String columnId,
List<Long> ruleIds) |
void |
detachTableRules(Long tabularResourceId,
List<Long> ruleIds) |
List<org.gcube.data.analysis.tabulardata.commons.webservice.types.RuleDescription> |
getApplicableBaseColumnRules(Class<? extends org.gcube.data.analysis.tabulardata.model.datatype.DataType> dataTypeClass) |
org.gcube.data.analysis.tabulardata.commons.webservice.types.AppliedRulesResponse |
getAppliedRulesByTabularResourceId(Long id) |
List<org.gcube.data.analysis.tabulardata.commons.webservice.types.RuleDescription> |
getRules() |
List<org.gcube.data.analysis.tabulardata.commons.webservice.types.RuleDescription> |
getRulesByScope(org.gcube.data.analysis.tabulardata.commons.rules.RuleScope scope) |
void |
remove(Long id) |
long |
saveRule(String name,
String description,
org.gcube.data.analysis.tabulardata.expression.Expression rule,
org.gcube.data.analysis.tabulardata.commons.rules.types.RuleType type) |
void |
updateColumnRule(org.gcube.data.analysis.tabulardata.commons.webservice.types.RuleDescription descriptor) |
long saveRule(String name, String description, org.gcube.data.analysis.tabulardata.expression.Expression rule, org.gcube.data.analysis.tabulardata.commons.rules.types.RuleType type)
List<org.gcube.data.analysis.tabulardata.commons.webservice.types.RuleDescription> getRules()
List<org.gcube.data.analysis.tabulardata.commons.webservice.types.RuleDescription> getRulesByScope(org.gcube.data.analysis.tabulardata.commons.rules.RuleScope scope)
void remove(Long id) throws org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchRuleException
org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchRuleExceptionvoid updateColumnRule(org.gcube.data.analysis.tabulardata.commons.webservice.types.RuleDescription descriptor)
throws org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchRuleException
org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchRuleExceptionList<org.gcube.data.analysis.tabulardata.commons.webservice.types.RuleDescription> getApplicableBaseColumnRules(Class<? extends org.gcube.data.analysis.tabulardata.model.datatype.DataType> dataTypeClass)
org.gcube.data.analysis.tabulardata.commons.webservice.types.tasks.TaskInfo applyColumnRule(Long tabularResourceId, String columnId, List<Long> ruleIds) throws org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchRuleException, org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTabularResourceException
org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchRuleExceptionorg.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTabularResourceExceptionorg.gcube.data.analysis.tabulardata.commons.webservice.types.AppliedRulesResponse getAppliedRulesByTabularResourceId(Long id) throws org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTabularResourceException
org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTabularResourceExceptionvoid detachColumnRules(Long tabularResourceId, String columnId, List<Long> ruleIds) throws org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTabularResourceException
org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTabularResourceExceptionvoid detachTableRules(Long tabularResourceId, List<Long> ruleIds) throws org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTabularResourceException
org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTabularResourceExceptionorg.gcube.data.analysis.tabulardata.commons.webservice.types.tasks.TaskInfo applyTableRule(Long tabularResourceId, Map<String,String> mappingPlacelhoderIdColumnId, Long ruleId) throws org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchRuleException, org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTabularResourceException
org.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchRuleExceptionorg.gcube.data.analysis.tabulardata.commons.webservice.exception.NoSuchTabularResourceExceptionCopyright © 2015. All Rights Reserved.