|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.silverpeas.workflow.engine.model.TimeOutActionImpl
public class TimeOutActionImpl
Representation of the <timeoutAction> element of a Process Model.
| Constructor Summary | |
|---|---|
TimeOutActionImpl()
|
|
| Method Summary | |
|---|---|
String |
castor_getOrder()
Get the timeout action order |
void |
castor_setOrder(String order)
Set the timeout action order |
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. |
void |
setAction(Action action)
|
void |
setDateItem(Item dateItem)
|
void |
setDelay(String delay)
|
void |
setOrder(int order)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TimeOutActionImpl()
| Method Detail |
|---|
public Action getAction()
TimeOutAction
getAction in interface TimeOutActionpublic void setAction(Action action)
public void setDelay(String delay)
public void setOrder(int order)
public void setDateItem(Item dateItem)
dateItem - the dateItem to setpublic String getDelay()
TimeOutAction
getDelay in interface TimeOutActionpublic int getOrder()
TimeOutAction
getOrder in interface TimeOutActionpublic Item getDateItem()
TimeOutAction
getDateItem in interface TimeOutActionpublic String castor_getOrder()
public void castor_setOrder(String order)
order - timeout order
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||