|
||||||||||
| 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(java.lang.String scope)
creates a new WorkflowEngine adaptor for PE2ng |
|
| Method Summary | |
|---|---|
java.lang.Object |
getExecutionPlan(gr.uoa.di.madgik.workflow.adaptor.search.searchsystemplan.PlanNode plan)
create an execution plan for the search plan provided. |
java.lang.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 |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PE2ngWorkflowAdaptor(java.lang.String scope)
throws java.lang.Exception
scope - - the working scope of the adaptor
java.lang.Exception| Method Detail |
|---|
public java.lang.String getExecutionResult(gr.uoa.di.madgik.workflow.adaptor.search.searchsystemplan.PlanNode plan)
throws java.lang.Exception
WorkflowEngineAdaptor
getExecutionResult in interface WorkflowEngineAdaptorplan - - the search plan
java.lang.Exception - in case of an error during the creation of the
Execution plan, or in case of an error during the execution
public java.lang.Object getExecutionPlan(gr.uoa.di.madgik.workflow.adaptor.search.searchsystemplan.PlanNode plan)
throws java.lang.Exception
WorkflowEngineAdaptor
getExecutionPlan in interface WorkflowEngineAdaptorplan - - the search plan
java.lang.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 | |||||||||