|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Operator in org.gcube.portlets.user.occurrencemanagement.client.event |
---|
Methods in org.gcube.portlets.user.occurrencemanagement.client.event that return Operator | |
---|---|
Operator |
NewComputationEvent.getOperator()
|
Operator |
AddComputationPanelEvent.getOperator()
|
Constructors in org.gcube.portlets.user.occurrencemanagement.client.event with parameters of type Operator | |
---|---|
AddComputationPanelEvent(Operator operator)
|
|
NewComputationEvent(Operator operator)
|
Uses of Operator in org.gcube.portlets.user.occurrencemanagement.client.rpc |
---|
Methods in org.gcube.portlets.user.occurrencemanagement.client.rpc that return types with arguments of type Operator | |
---|---|
List<Operator> |
OccurrenceManagementService.getListOperator()
|
Methods in org.gcube.portlets.user.occurrencemanagement.client.rpc with parameters of type Operator | |
---|---|
String |
OccurrenceManagementService.startComputation(Operator operator,
String computationTitle,
String computationDescription)
|
void |
OccurrenceManagementServiceAsync.startComputation(Operator operator,
String computationTitle,
String computationDescription,
com.google.gwt.user.client.rpc.AsyncCallback<String> asyncCallback)
|
Method parameters in org.gcube.portlets.user.occurrencemanagement.client.rpc with type arguments of type Operator | |
---|---|
void |
OccurrenceManagementServiceAsync.getListOperator(com.google.gwt.user.client.rpc.AsyncCallback<List<Operator>> callback)
|
Uses of Operator in org.gcube.portlets.user.occurrencemanagement.client.statistical |
---|
Methods in org.gcube.portlets.user.occurrencemanagement.client.statistical that return Operator | |
---|---|
Operator |
WorkflowOperatorPanel.getOperator()
|
Constructors in org.gcube.portlets.user.occurrencemanagement.client.statistical with parameters of type Operator | |
---|---|
WorkflowOperatorPanel(OccurrenceManagementServiceAsync service,
Operator operator,
List<JobOccurrencesModel> listTable)
|
|
WorkflowOperatorPanel(OccurrenceManagementServiceAsync service,
Operator operator,
WorkflowOperatorPanel.WorkflowOperatorPanelHandler handler,
List<JobOccurrencesModel> listTable)
|
Uses of Operator in org.gcube.portlets.user.occurrencemanagement.client.view.panel.operation |
---|
Method parameters in org.gcube.portlets.user.occurrencemanagement.client.view.panel.operation with type arguments of type Operator | |
---|---|
void |
GridAlgorithmAvailablePanel.loadListOperator(List<Operator> result)
|
Uses of Operator in org.gcube.portlets.user.occurrencemanagement.server |
---|
Methods in org.gcube.portlets.user.occurrencemanagement.server that return types with arguments of type Operator | |
---|---|
List<Operator> |
OccurrenceManagementServiceImpl.getListOperator()
|
Methods in org.gcube.portlets.user.occurrencemanagement.server with parameters of type Operator | |
---|---|
String |
OccurrenceManagementServiceImpl.startComputation(Operator operator,
String computationTitle,
String computationDescription)
|
Uses of Operator in org.gcube.portlets.user.occurrencemanagement.shared.statisticalparameter |
---|
Methods in org.gcube.portlets.user.occurrencemanagement.shared.statisticalparameter that return Operator | |
---|---|
Operator |
Operator.clone()
|
Operator |
OperatorsClassification.getOperatorById(String id)
|
Methods in org.gcube.portlets.user.occurrencemanagement.shared.statisticalparameter that return types with arguments of type Operator | |
---|---|
List<Operator> |
OperatorCategory.getOperators()
|
List<Operator> |
OperatorsClassification.getOperators()
|
Methods in org.gcube.portlets.user.occurrencemanagement.shared.statisticalparameter with parameters of type Operator | |
---|---|
void |
OperatorCategory.addOperator(Operator operator)
|
Method parameters in org.gcube.portlets.user.occurrencemanagement.shared.statisticalparameter with type arguments of type Operator | |
---|---|
void |
OperatorCategory.setOperators(List<Operator> operators)
|
void |
OperatorsClassification.setOperators(List<Operator> operators)
|
Constructor parameters in org.gcube.portlets.user.occurrencemanagement.shared.statisticalparameter with type arguments of type Operator | |
---|---|
OperatorCategory(String id,
String briefDescription,
String description,
List<Operator> operators)
|
|
OperatorCategory(String id,
String name,
String briefDescription,
String description,
List<Operator> operators)
|
|
OperatorsClassification(List<OperatorCategory> operatorCategories,
List<Operator> operators)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |