|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TimeOutAction | |
---|---|
com.silverpeas.workflow.api.model | |
com.silverpeas.workflow.engine.model |
Uses of TimeOutAction in com.silverpeas.workflow.api.model |
---|
Methods in com.silverpeas.workflow.api.model that return TimeOutAction | |
---|---|
TimeOutAction |
TimeOutActions.createTimeOutAction()
Create an TimeOutAction |
TimeOutAction[] |
TimeOutActions.getTimeOutActions()
Get timeout actions |
TimeOutAction[] |
State.getTimeOutActions()
Get timeout actions for this state |
Methods in com.silverpeas.workflow.api.model that return types with arguments of type TimeOutAction | |
---|---|
Iterator<TimeOutAction> |
TimeOutActions.iterateTimeOutAction()
Iterate through the AllowedAction objects |
Methods in com.silverpeas.workflow.api.model with parameters of type TimeOutAction | |
---|---|
void |
TimeOutActions.addTimeOutAction(TimeOutAction timeOutAction)
Add a timeOutAction to the collection |
Uses of TimeOutAction in com.silverpeas.workflow.engine.model |
---|
Classes in com.silverpeas.workflow.engine.model that implement TimeOutAction | |
---|---|
class |
TimeOutActionImpl
Representation of the <timeoutAction> element of a Process Model. |
Methods in com.silverpeas.workflow.engine.model that return TimeOutAction | |
---|---|
TimeOutAction |
TimeOutActionsImpl.createTimeoutAction()
|
TimeOutAction |
TimeOutActionsImpl.createTimeOutAction()
|
TimeOutAction[] |
StateImpl.getTimeOutActions()
Get timeout actions for this state |
TimeOutAction[] |
TimeOutActionsImpl.getTimeOutActions()
|
Methods in com.silverpeas.workflow.engine.model that return types with arguments of type TimeOutAction | |
---|---|
Iterator<TimeOutAction> |
TimeOutActionsImpl.iterateTimeOutAction()
|
Methods in com.silverpeas.workflow.engine.model with parameters of type TimeOutAction | |
---|---|
void |
TimeOutActionsImpl.addTimeOutAction(TimeOutAction timeOutAction)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |