com.silverpeas.workflow.api.model
Interface TimeOutAction

All Known Implementing Classes:
TimeOutActionImpl

public interface TimeOutAction

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


Method Summary
 Action getAction()
          return the Action to be launch
 Item getDateItem()
          Get date item from data folder used to determine when the action is launched.
 String getDelay()
          Get delay after which the action is launched.
 int getOrder()
          Get timeoutAction order.
 

Method Detail

getOrder

int getOrder()
Get timeoutAction order. As several timeout might be defined, an order is set.

Returns:
timeout order

getAction

Action getAction()
return the Action to be launch

Returns:
the action

getDelay

String getDelay()
Get delay after which the action is launched. (format : #d delay in days, #h delay in hours)

Returns:
delay as String

getDateItem

Item getDateItem()
Get date item from data folder used to determine when the action is launched.

Returns:
item


Copyright © 2016 Silverpeas. All Rights Reserved.