|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WorkflowSchedulerRemote
The WorkflowScheduler remote Interface This Interface represents a schedueld Workflow Service. It is used by the WorkflowSchedulerBean which implements a timer service to schedule workflow processing
| Method Summary | |
|---|---|
void |
cancelScheduleWorkflow(String id)
cancles a running timer instance. |
Collection<org.imixs.workflow.ItemCollection> |
findAllTimerDescriptions()
returns a list of all Timer Descriptions loaded by this Instance. |
org.imixs.workflow.ItemCollection |
findTimerDescription(String id)
this method returns a Itemcollection with the TimerDescirpiton for the specific timer object. |
void |
scheduleWorkflow(org.imixs.workflow.ItemCollection timerdescription)
schedules a new Workflow Service. |
| Method Detail |
|---|
void scheduleWorkflow(org.imixs.workflow.ItemCollection timerdescription)
throws Exception
Exception
void cancelScheduleWorkflow(String id)
throws Exception
Exception
org.imixs.workflow.ItemCollection findTimerDescription(String id)
throws Exception
id - identifies the timer object
Exception
Collection<org.imixs.workflow.ItemCollection> findAllTimerDescriptions()
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||