|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WorkflowScheduler
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(java.lang.String id)
cancles a running timer instance. |
java.util.Collection<org.imixs.workflow.ItemCollection> |
findAllTimerDescriptions()
returns a list of all Timer Descriptions loaded by this Instance. |
org.imixs.workflow.ItemCollection |
findTimerDescription(java.lang.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 java.lang.Exception
java.lang.Exception
void cancelScheduleWorkflow(java.lang.String id)
throws java.lang.Exception
java.lang.Exception
org.imixs.workflow.ItemCollection findTimerDescription(java.lang.String id)
throws java.lang.Exception
id - identifies the timer object
java.lang.Exception
java.util.Collection<org.imixs.workflow.ItemCollection> findAllTimerDescriptions()
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||