Modifier and Type | Method and Description |
---|---|
Operator |
NewComputationEvent.getOperator() |
Operator |
AddComputationPanelEvent.getOperator() |
Constructor and Description |
---|
AddComputationPanelEvent(Operator operator) |
NewComputationEvent(Operator operator) |
Modifier and Type | Method and Description |
---|---|
List<Operator> |
OccurrenceManagementService.getListOperator() |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
OccurrenceManagementServiceAsync.getListOperator(com.google.gwt.user.client.rpc.AsyncCallback<List<Operator>> callback) |
Modifier and Type | Method and Description |
---|---|
Operator |
WorkflowOperatorPanel.getOperator() |
Constructor and Description |
---|
WorkflowOperatorPanel(OccurrenceManagementServiceAsync service,
Operator operator,
List<JobOccurrencesModel> listTable) |
WorkflowOperatorPanel(OccurrenceManagementServiceAsync service,
Operator operator,
WorkflowOperatorPanel.WorkflowOperatorPanelHandler handler,
List<JobOccurrencesModel> listTable) |
Modifier and Type | Method and Description |
---|---|
void |
GridAlgorithmAvailablePanel.loadListOperator(List<Operator> result) |
Modifier and Type | Method and Description |
---|---|
List<Operator> |
OccurrenceManagementServiceImpl.getListOperator() |
Modifier and Type | Method and Description |
---|---|
String |
OccurrenceManagementServiceImpl.startComputation(Operator operator,
String computationTitle,
String computationDescription) |
Modifier and Type | Method and Description |
---|---|
Operator |
Operator.clone() |
Operator |
OperatorsClassification.getOperatorById(String id) |
Modifier and Type | Method and Description |
---|---|
List<Operator> |
OperatorCategory.getOperators() |
List<Operator> |
OperatorsClassification.getOperators() |
Modifier and Type | Method and Description |
---|---|
void |
OperatorCategory.addOperator(Operator operator) |
Modifier and Type | Method and Description |
---|---|
void |
OperatorCategory.setOperators(List<Operator> operators) |
void |
OperatorsClassification.setOperators(List<Operator> operators) |
Constructor and Description |
---|
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) |
Copyright © 2014. All Rights Reserved.