com.silverpeas.workflow.api.model
Interface TimeOutActions

All Known Implementing Classes:
TimeOutActionsImpl

public interface TimeOutActions

Interface describing a representation of the <timeoutActions> element of a Process Model.


Method Summary
 void addTimeOutAction(TimeOutAction timeOutAction)
          Add a timeOutAction to the collection
 TimeOutAction createTimeOutAction()
          Create an TimeOutAction
 TimeOutAction[] getTimeOutActions()
          Get timeout actions
 Iterator<TimeOutAction> iterateTimeOutAction()
          Iterate through the AllowedAction objects
 

Method Detail

iterateTimeOutAction

Iterator<TimeOutAction> iterateTimeOutAction()
Iterate through the AllowedAction objects

Returns:
an iterator

createTimeOutAction

TimeOutAction createTimeOutAction()
Create an TimeOutAction

Returns:
an object implementing TimeOutAction

addTimeOutAction

void addTimeOutAction(TimeOutAction timeOutAction)
Add a timeOutAction to the collection

Parameters:
timeOutAction - to be added

getTimeOutActions

TimeOutAction[] getTimeOutActions()
Get timeout actions

Returns:
timeout actions in an array


Copyright © 2016 Silverpeas. All Rights Reserved.