|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jbpm.graph.def.Action
org.jbpm.scheduler.def.CreateTimerAction
org.alfresco.repo.workflow.jbpm.AlfrescoCreateTimerAction
public class AlfrescoCreateTimerAction
Extended Create Timer action for supporting Alfresco implemented timers. Alfresco timer supports ability to provide due date expression that can evaluate to a date.
Field Summary | |
---|---|
protected static org.jbpm.calendar.BusinessCalendar |
businessCalendar
|
Fields inherited from class org.jbpm.graph.def.Action |
---|
actionDelegation, actionExpression, event, isAsync, isAsyncExclusive, isPropagationAllowed, name, processDefinition, referencedAction |
Constructor Summary | |
---|---|
AlfrescoCreateTimerAction()
|
Method Summary | |
---|---|
protected org.jbpm.job.Timer |
createTimer(org.jbpm.graph.exe.ExecutionContext executionContext)
|
Methods inherited from class org.jbpm.scheduler.def.CreateTimerAction |
---|
execute, getDueDate, getRepeat, getTimerAction, getTimerName, getTransitionName, read, setDueDate, setRepeat, setTimerAction, setTimerName, setTransitionName |
Methods inherited from class org.jbpm.graph.def.Action |
---|
acceptsPropagatedEvents, equals, getActionDelegation, getActionExpression, getEvent, getId, getName, getProcessDefinition, getReferencedAction, isAsync, isAsyncExclusive, isPropagationAllowed, setActionDelegation, setActionExpression, setAsync, setEvent, setName, setProcessDefinition, setPropagationAllowed, setReferencedAction, toString, write |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected static org.jbpm.calendar.BusinessCalendar businessCalendar
Constructor Detail |
---|
public AlfrescoCreateTimerAction()
Method Detail |
---|
protected org.jbpm.job.Timer createTimer(org.jbpm.graph.exe.ExecutionContext executionContext)
createTimer
in class org.jbpm.scheduler.def.CreateTimerAction
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |