| Modifier and Type | Method and Description |
|---|---|
ArrayList<RuleDescriptionData> |
ExpressionService.getRules(RuleScopeType scope) |
void |
ExpressionServiceAsync.getRules(RuleScopeType scope,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<RuleDescriptionData>> callback) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<RuleDescriptionData> |
ExpressionServiceImpl.getRules(RuleScopeType scope) |
| Modifier and Type | Method and Description |
|---|---|
static RuleScopeType |
RuleScopeMap.map(org.gcube.data.analysis.tabulardata.commons.rules.RuleScope ruleScope) |
| Modifier and Type | Method and Description |
|---|---|
static org.gcube.data.analysis.tabulardata.commons.rules.RuleScope |
RuleScopeMap.map(RuleScopeType ruleScopeType) |
| Modifier and Type | Method and Description |
|---|---|
static RuleScopeType |
RuleScopeType.get(String ruleScopeType) |
RuleScopeType |
RuleDescriptionData.getScope() |
static RuleScopeType |
RuleScopeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuleScopeType[] |
RuleScopeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RuleDescriptionData.setScope(RuleScopeType scope) |
| Constructor and Description |
|---|
RuleDescriptionData(long id,
String name,
String description,
RuleScopeType scope,
org.gcube.portlets.user.td.widgetcommonevent.shared.expression.C_Expression expression) |
RuleDescriptionData(long id,
String name,
String description,
RuleScopeType scope,
TDRuleColumnType tdRuleColumnType,
org.gcube.portlets.user.td.widgetcommonevent.shared.expression.C_Expression expression) |
Copyright © 2015. All Rights Reserved.