|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResumableEnactorProxy
Extends the EnactorProxy interface with the addition of methods to allow the location of and connection to previously submitted workflow instances. This is intended to allow, for example, a long running workflow submitted using the workbench to be examined some weeks later for results. This interface really only applies to remote enactors, an in process one is pretty much by definition not going to support this functionality.
| Method Summary | |
|---|---|
WorkflowInstance |
connectToWorkflow(java.lang.String workflowInstanceID)
Get a WorkflowInstance implementation corresponding to the running workflow with the supplied identifier. |
java.lang.String[] |
getWorkflowInstanceIDList()
Get a list of all the known workflow instances, subject to authentication and security constraints, that the enactor represented by this proxy is aware of. |
| Methods inherited from interface org.embl.ebi.escience.scufl.enactor.EnactorProxy |
|---|
compileWorkflow, compileWorkflow |
| Method Detail |
|---|
java.lang.String[] getWorkflowInstanceIDList()
WorkflowInstance connectToWorkflow(java.lang.String workflowInstanceID)
throws UnknownWorkflowInstanceException
UnknownWorkflowInstanceException - if the proxy does not know about the supplied identifier,
or if the calling user doesn not have the permissions
required to connect to it.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||