Class TimeOutActionsImpl
- java.lang.Object
-
- org.silverpeas.core.workflow.engine.model.TimeOutActionsImpl
-
- All Implemented Interfaces:
Serializable
,TimeOutActions
public class TimeOutActionsImpl extends Object implements Serializable, TimeOutActions
Class implementing the representation of the <timeoutActions> element of a Process Model.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TimeOutActionsImpl()
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TimeOutAction[]
getTimeOutActions()
Get timeout actions
-
-
-
Method Detail
-
getTimeOutActions
public TimeOutAction[] getTimeOutActions()
Description copied from interface:TimeOutActions
Get timeout actions- Specified by:
getTimeOutActions
in interfaceTimeOutActions
- Returns:
- timeout actions in an array
-
-