public class DefaultRuleManagerProxy extends Object implements RuleManagerProxy
| Constructor and Description |
|---|
DefaultRuleManagerProxy(org.gcube.common.clients.delegates.ProxyDelegate<org.gcube.data.analysis.tabulardata.commons.webservice.RuleManager> config) |
| Modifier and Type | Method and Description |
|---|---|
List<org.gcube.data.analysis.tabulardata.commons.rules.Rule> |
getRules() |
List<org.gcube.data.analysis.tabulardata.commons.rules.Rule> |
getRulesByScope(org.gcube.data.analysis.tabulardata.commons.rules.RuleScope scope) |
long |
saveRule(String name,
String description,
org.gcube.data.analysis.tabulardata.commons.rules.Rule rule) |
public DefaultRuleManagerProxy(org.gcube.common.clients.delegates.ProxyDelegate<org.gcube.data.analysis.tabulardata.commons.webservice.RuleManager> config)
public long saveRule(String name, String description, org.gcube.data.analysis.tabulardata.commons.rules.Rule rule)
saveRule in interface org.gcube.data.analysis.tabulardata.commons.webservice.RuleManagerpublic List<org.gcube.data.analysis.tabulardata.commons.rules.Rule> getRules()
getRules in interface org.gcube.data.analysis.tabulardata.commons.webservice.RuleManagerpublic List<org.gcube.data.analysis.tabulardata.commons.rules.Rule> getRulesByScope(org.gcube.data.analysis.tabulardata.commons.rules.RuleScope scope)
getRulesByScope in interface org.gcube.data.analysis.tabulardata.commons.webservice.RuleManagerCopyright © 2014. All Rights Reserved.