@RemoteServiceRelativePath(value="ExpressionService")
public interface ExpressionService
extends com.google.gwt.user.client.rpc.RemoteService
| Modifier and Type | Method and Description |
|---|---|
org.gcube.portlets.user.td.gwtservice.shared.rule.AppliedRulesResponseData |
getActiveRulesByTabularResourceId(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) |
ArrayList<org.gcube.portlets.user.td.gwtservice.shared.rule.description.RuleDescriptionData> |
getApplicableBaseColumnRules(org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData columnData) |
ArrayList<org.gcube.portlets.user.td.gwtservice.shared.rule.description.RuleDescriptionData> |
getRules() |
ArrayList<org.gcube.portlets.user.td.gwtservice.shared.rule.description.RuleDescriptionData> |
getRules(org.gcube.portlets.user.td.gwtservice.shared.rule.RuleScopeType scope) |
void |
removeRulesById(ArrayList<org.gcube.portlets.user.td.gwtservice.shared.rule.description.RuleDescriptionData> rules) |
String |
saveRule(org.gcube.portlets.user.td.gwtservice.shared.rule.description.RuleDescriptionData ruleDescriptionData) |
void |
setDetachColumnRules(org.gcube.portlets.user.td.gwtservice.shared.rule.DetachColumnRulesSession detachColumnRulesSession) |
void |
setDetachTableRules(org.gcube.portlets.user.td.gwtservice.shared.rule.DetachTableRulesSession detachTableRulesSession) |
String |
startAddColumn(org.gcube.portlets.user.td.gwtservice.shared.tr.column.AddColumnSession addColumnSession) |
String |
startApplyAndDetachColumnRules(org.gcube.portlets.user.td.gwtservice.shared.rule.ApplyAndDetachColumnRulesSession applyColumnRulesSession) |
String |
startApplyTableRule(org.gcube.portlets.user.td.gwtservice.shared.rule.ApplyTableRuleSession applyTableRuleSession) |
String |
startFilterColumn(org.gcube.portlets.user.td.gwtservice.shared.tr.column.FilterColumnSession filterColumnSession) |
String |
startReplaceColumnByExpression(org.gcube.portlets.user.td.gwtservice.shared.tr.column.ReplaceColumnByExpressionSession replaceColumnByExpressionColumnSession) |
void |
updateColumnRule(org.gcube.portlets.user.td.gwtservice.shared.rule.description.RuleDescriptionData ruleDescriptionData) |
String startFilterColumn(org.gcube.portlets.user.td.gwtservice.shared.tr.column.FilterColumnSession filterColumnSession) throws org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTServiceException
org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTServiceExceptionString startReplaceColumnByExpression(org.gcube.portlets.user.td.gwtservice.shared.tr.column.ReplaceColumnByExpressionSession replaceColumnByExpressionColumnSession) throws org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTServiceException
org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTServiceExceptionString startAddColumn(org.gcube.portlets.user.td.gwtservice.shared.tr.column.AddColumnSession addColumnSession) throws org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTServiceException
org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTServiceExceptionArrayList<org.gcube.portlets.user.td.gwtservice.shared.rule.description.RuleDescriptionData> getRules() throws org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTServiceException
org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTServiceExceptionArrayList<org.gcube.portlets.user.td.gwtservice.shared.rule.description.RuleDescriptionData> getRules(org.gcube.portlets.user.td.gwtservice.shared.rule.RuleScopeType scope) throws org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTServiceException
org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTServiceExceptionArrayList<org.gcube.portlets.user.td.gwtservice.shared.rule.description.RuleDescriptionData> getApplicableBaseColumnRules(org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData columnData) throws org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTServiceException
org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTServiceExceptionString saveRule(org.gcube.portlets.user.td.gwtservice.shared.rule.description.RuleDescriptionData ruleDescriptionData) throws org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTServiceException
org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTServiceExceptionvoid updateColumnRule(org.gcube.portlets.user.td.gwtservice.shared.rule.description.RuleDescriptionData ruleDescriptionData)
throws org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTServiceException
org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTServiceExceptionvoid removeRulesById(ArrayList<org.gcube.portlets.user.td.gwtservice.shared.rule.description.RuleDescriptionData> rules) throws org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTServiceException
org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTServiceExceptionString startApplyAndDetachColumnRules(org.gcube.portlets.user.td.gwtservice.shared.rule.ApplyAndDetachColumnRulesSession applyColumnRulesSession) throws org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTServiceException
org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTServiceExceptionvoid setDetachColumnRules(org.gcube.portlets.user.td.gwtservice.shared.rule.DetachColumnRulesSession detachColumnRulesSession)
throws org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTServiceException
org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTServiceExceptionvoid setDetachTableRules(org.gcube.portlets.user.td.gwtservice.shared.rule.DetachTableRulesSession detachTableRulesSession)
throws org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTServiceException
org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTServiceExceptionString startApplyTableRule(org.gcube.portlets.user.td.gwtservice.shared.rule.ApplyTableRuleSession applyTableRuleSession) throws org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTServiceException
org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTServiceExceptionorg.gcube.portlets.user.td.gwtservice.shared.rule.AppliedRulesResponseData getActiveRulesByTabularResourceId(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
throws org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTServiceException
org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTServiceExceptionCopyright © 2018. All Rights Reserved.