public class Orchestrator extends Object
| Constructor and Description |
|---|
Orchestrator() |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Preprocessor> |
getPreprocessors()
getter for the list of processors to apply before planning
|
ArrayList<String> |
getPriorities()
getter for the list of priorities for the planning stage
|
ArrayList<String> |
getWarnings()
getter for the list of warnings for the last search
|
String |
search(String cqlQuery,
EnvironmentAdaptor environmentAdaptor,
WorkflowEngineAdaptor workflowAdaptor,
PlanCache pCache)
receives a GCQL query and returns a ResultSet EPR containing the results
|
void |
setPreprocessors(ArrayList<Preprocessor> preprocessors)
setter for the list of processors to apply before planning
|
void |
setPriorities(ArrayList<String> priorities)
setter for the list of priorities for the planning stage
|
void |
setSids(Set<String> sids) |
public String search(String cqlQuery, EnvironmentAdaptor environmentAdaptor, WorkflowEngineAdaptor workflowAdaptor, PlanCache pCache) throws Exception
GCQL - queryenvironmentAdaptor - - the adaptor for the environment of this search operationworkflowAdaptor - - the adaptor for the workflow engine used for this search operationExceptionpublic void setPreprocessors(ArrayList<Preprocessor> preprocessors)
preprocessors - public ArrayList<Preprocessor> getPreprocessors()
preprocessors - public ArrayList<String> getPriorities()
public void setPriorities(ArrayList<String> priorities)
priorities - Copyright © 2015. All Rights Reserved.