Uses of Interface
com.silverpeas.workflow.api.model.TimeOutActions

Packages that use TimeOutActions
com.silverpeas.workflow.api.model   
com.silverpeas.workflow.engine.model   
 

Uses of TimeOutActions in com.silverpeas.workflow.api.model
 

Methods in com.silverpeas.workflow.api.model that return TimeOutActions
 TimeOutActions State.createTimeOutActions()
          Create and return an object implementing TimeOutActions
 TimeOutActions State.getTimeOutActionsEx()
          Get all the timeout actions
 

Methods in com.silverpeas.workflow.api.model with parameters of type TimeOutActions
 void State.setTimeOutActions(TimeOutActions timeOutActions)
          Set the timeout actions
 

Uses of TimeOutActions in com.silverpeas.workflow.engine.model
 

Classes in com.silverpeas.workflow.engine.model that implement TimeOutActions
 class TimeOutActionsImpl
          Class implementing the representation of the <timeoutActions> element of a Process Model.
 

Methods in com.silverpeas.workflow.engine.model that return TimeOutActions
 TimeOutActions StateImpl.createTimeOutActions()
           
 TimeOutActions StateImpl.getTimeOutActionsEx()
           
 

Methods in com.silverpeas.workflow.engine.model with parameters of type TimeOutActions
 void StateImpl.setTimeOutActions(TimeOutActions timeOutActions)
           
 



Copyright © 2016 Silverpeas. All Rights Reserved.