@RemoteServiceRelativePath(value="ExpressionService")
public interface ExpressionService
extends com.google.gwt.user.client.rpc.RemoteService
Allows:
| Modifier and Type | Method and Description |
|---|---|
ArrayList<RuleDescriptionData> |
getRules() |
ArrayList<RuleDescriptionData> |
getRules(RuleScopeType scope) |
String |
saveColumnRule(RuleDescriptionData ruleDescriptionData) |
String |
startAddColumn(org.gcube.portlets.user.td.gwtservice.shared.tr.column.AddColumnSession addColumnSession) |
String |
startFilterColumn(org.gcube.portlets.user.td.gwtservice.shared.tr.column.FilterColumnSession filterColumnSession)
Submit Column Filter Operation
|
String |
startReplaceColumnByExpression(org.gcube.portlets.user.td.gwtservice.shared.tr.column.ReplaceColumnByExpressionSession replaceColumnByExpressionColumnSession) |
String startFilterColumn(org.gcube.portlets.user.td.gwtservice.shared.tr.column.FilterColumnSession filterColumnSession) throws org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTServiceException
columnFilterSession - ExpressionServiceExceptionorg.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<RuleDescriptionData> getRules() throws org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTServiceException
org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTServiceExceptionArrayList<RuleDescriptionData> getRules(RuleScopeType scope) throws org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTServiceException
org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTServiceExceptionString saveColumnRule(RuleDescriptionData ruleDescriptionData) throws org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTServiceException
org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTServiceExceptionCopyright © 2015. All Rights Reserved.