|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.searchsystem.workflow.PE2ngWorkflowAdaptor
public class PE2ngWorkflowAdaptor
| Constructor Summary | |
|---|---|
PE2ngWorkflowAdaptor(gr.uoa.di.madgik.workflow.adaptor.search.utils.wrappers.datasource.DataSourceWrapperFactoryConfig cfg,
gr.uoa.di.madgik.environment.hint.EnvHintCollection hints)
creates a new WorkflowEngine adaptor for PE2ng |
|
PE2ngWorkflowAdaptor(gr.uoa.di.madgik.environment.hint.EnvHintCollection hints)
creates a new WorkflowEngine adaptor for PE2ng |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PE2ngWorkflowAdaptor(gr.uoa.di.madgik.environment.hint.EnvHintCollection hints)
throws Exception
scope - - the working scope of the adaptor
Exception
public PE2ngWorkflowAdaptor(gr.uoa.di.madgik.workflow.adaptor.search.utils.wrappers.datasource.DataSourceWrapperFactoryConfig cfg,
gr.uoa.di.madgik.environment.hint.EnvHintCollection hints)
throws Exception
cfg - - the configuration for the data source wrapper factoryscope - - the working scope of the adaptor
Exception| Method Detail |
|---|
public String getExecutionResult(gr.uoa.di.madgik.workflow.adaptor.search.searchsystemplan.PlanNode plan)
throws Exception
WorkflowEngineAdaptor
getExecutionResult in interface WorkflowEngineAdaptorplan - - the search plan
Exception - in case of an error during the creation of the
Execution plan, or in case of an error during the execution
public Object getExecutionPlan(gr.uoa.di.madgik.workflow.adaptor.search.searchsystemplan.PlanNode plan)
throws Exception
WorkflowEngineAdaptor
getExecutionPlan in interface WorkflowEngineAdaptorplan - - the search plan
Exception - in case of an error during the creation of the
Execution plan.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||