public interface WorkflowEngineAdaptor
| Modifier and Type | Method and Description |
|---|---|
Object |
getExecutionPlan(gr.uoa.di.madgik.workflow.adaptor.search.searchsystemplan.PlanNode plan)
create an execution plan for the search plan provided.
|
String |
getExecutionResult(gr.uoa.di.madgik.workflow.adaptor.search.searchsystemplan.PlanNode plan)
execute a search plan and return a resultSet epr containing the final
outcome of the search operation.
|
void |
setSids(Set<String> sids) |
String getExecutionResult(gr.uoa.di.madgik.workflow.adaptor.search.searchsystemplan.PlanNode plan) throws Exception
plan - - the search planException - in case of an error during the creation of the
Execution plan, or in case of an error during the executionObject getExecutionPlan(gr.uoa.di.madgik.workflow.adaptor.search.searchsystemplan.PlanNode plan) throws Exception
plan - - the search planException - in case of an error during the creation of the
Execution plan.Copyright © 2015. All Rights Reserved.