|
Novell exteNd Director 5.2 API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Used to perform Workflow Admin tasks from the client
| Fields inherited from interface com.sssw.fw.api.EbiDelegate |
SERVICE_LOCAL,
SERVICE_REMOTE |
| Method Summary | |
String |
getEngineId()
Returns the Workflow Engine ID |
Document |
getFinishedProcesses()
Gets the list of finished workflow processes |
Document |
getFinishedProcesses(String processId)
Gets a finished workflow process |
Document |
getRunningProcesses()
Gets the list of running workflow processes |
Document |
getRunningProcesses(String processId)
Gets a running workflow process |
Document |
getSuspendedProcesses()
Gets the list of suspended workflow processes |
Document |
getSuspendedProcesses(String processId)
Gets a suspended workflow process |
void |
restartEngine(String engineId,
EbiContext context)
Restarts the Workflow Engine |
void |
resumeActivity(String processId,
String runNumber,
String activityId,
EbiContext context)
Resumes a workflow activity |
void |
resumeProcess(String processId,
String runNumber,
EbiContext context)
Resumes a workflow process |
void |
shutdownEngine(String engineId,
EbiContext context)
Shuts down the Workflow Engine |
void |
startEngine(String engineId,
EbiContext context)
Starts the Workflow Engine |
void |
suspendActivity(String processId,
String runNumber,
String activityId,
EbiContext context)
Suspends a workflow activity |
void |
suspendEngine(String engineId,
EbiContext context)
Suspends the Workflow Engine |
void |
suspendProcess(String processId,
String runNumber,
EbiContext context)
Suspends a workflow process |
void |
terminateProcess(String processId,
String runNumber,
EbiContext context)
Terminates a running workflow process |
| Methods implemented from interface com.sssw.fw.api.EbiDelegate |
getName |
| Method Detail |
public Document getRunningProcesses()
throws com.sssw.wf.exception.EboEngineAdminException
public Document getSuspendedProcesses()
throws com.sssw.wf.exception.EboEngineAdminException
public Document getRunningProcesses(String processId)
throws com.sssw.wf.exception.EboEngineAdminException
processId - the String id for the running process being requested
public Document getSuspendedProcesses(String processId)
throws com.sssw.wf.exception.EboEngineAdminException
processId - the String id for the suspended process being requested
public Document getFinishedProcesses()
throws com.sssw.wf.exception.EboEngineAdminException
public Document getFinishedProcesses(String processId)
throws com.sssw.wf.exception.EboEngineAdminException
processId - the String id for the finished process being requested
public void suspendProcess(String processId,
String runNumber,
EbiContext context)
throws com.sssw.wf.exception.EboEngineAdminException
processId - the String id for the process to be suspendedrunNumber - the String run number for identifying the process instance
to be suspended
public void resumeProcess(String processId,
String runNumber,
EbiContext context)
throws com.sssw.wf.exception.EboEngineAdminException
processId - the String id for the process to be resumedrunNumber - the String run number for identifying the process instance
to be resumed
public void suspendActivity(String processId,
String runNumber,
String activityId,
EbiContext context)
throws com.sssw.wf.exception.EboEngineAdminException
processId - the String id for the processrunNumber - the String run number for identifying the process instanceactivityId - the String id for the activity to be suspended
public void resumeActivity(String processId,
String runNumber,
String activityId,
EbiContext context)
throws com.sssw.wf.exception.EboEngineAdminException
processId - the String id for the processrunNumber - the String run number for identifying the process instanceactivityId - the String id for the activity to be resumed
public void terminateProcess(String processId,
String runNumber,
EbiContext context)
throws com.sssw.wf.exception.EboEngineAdminException
processId - the String id for the processrunNumber - the String run number for identifying the process instance
public String getEngineId()
throws com.sssw.wf.exception.EboEngineAdminException
public void restartEngine(String engineId,
EbiContext context)
throws com.sssw.wf.exception.EboEngineAdminException
engineId - the String representing the Engine ID
public void startEngine(String engineId,
EbiContext context)
throws com.sssw.wf.exception.EboEngineAdminException
engineId - the String representing the Engine IDcontext - the workflow context (com.sssw.wf.api.EbiContext)
public void suspendEngine(String engineId,
EbiContext context)
throws com.sssw.wf.exception.EboEngineAdminException
engineId - the String representing the Engine IDcontext - the workflow context (com.sssw.wf.api.EbiContext)
public void shutdownEngine(String engineId,
EbiContext context)
throws com.sssw.wf.exception.EboEngineAdminException
engineId - the String representing the Engine IDcontext - the workflow context (com.sssw.wf.api.EbiContext)
|
Novell exteNd Director 5.2 API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||