Interface TimeOutAction

  • All Known Implementing Classes:
    TimeOutActionImpl

    public interface TimeOutAction
    Interface describing a representation of the <timeoutAction> element of a Process Model.
    • 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