|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.silverpeas.workflow.engine.model.TimeOutActionsImpl
public class TimeOutActionsImpl
Class implementing the representation of the <timeoutActions> element of a Process Model.
| Constructor Summary | |
|---|---|
TimeOutActionsImpl()
Constructor |
|
| Method Summary | |
|---|---|
void |
addTimeOutAction(TimeOutAction timeOutAction)
Add a timeOutAction to the collection |
TimeOutAction |
createTimeoutAction()
|
TimeOutAction |
createTimeOutAction()
Create an TimeOutAction |
TimeOutAction[] |
getTimeOutActions()
Get timeout actions |
Iterator<TimeOutAction> |
iterateTimeOutAction()
Iterate through the AllowedAction objects |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TimeOutActionsImpl()
| Method Detail |
|---|
public TimeOutAction createTimeoutAction()
public TimeOutAction[] getTimeOutActions()
TimeOutActions
getTimeOutActions in interface TimeOutActionspublic void addTimeOutAction(TimeOutAction timeOutAction)
TimeOutActions
addTimeOutAction in interface TimeOutActionstimeOutAction - to be addedpublic TimeOutAction createTimeOutAction()
TimeOutActions
createTimeOutAction in interface TimeOutActionspublic Iterator<TimeOutAction> iterateTimeOutAction()
TimeOutActions
iterateTimeOutAction in interface TimeOutActions
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||