|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jbpm.job.Job
org.jbpm.job.Timer
org.alfresco.repo.workflow.jbpm.AlfrescoTimer
public class AlfrescoTimer
Extended JBPM Timer that provides Alfresco context. NOTE: The action triggered by the timer is executed as the user assigned to the task associated with the timer. If not associated with a task, the timer is executed unauthenticated.
Constructor Summary | |
---|---|
AlfrescoTimer()
Construct |
|
AlfrescoTimer(org.jbpm.graph.exe.Token token)
Construct |
Method Summary | |
---|---|
boolean |
execute(org.jbpm.JbpmContext jbpmContext)
|
Methods inherited from class org.jbpm.job.Timer |
---|
formatDueDate, getAction, getGraphElement, getName, getRepeat, getTransitionName, setAction, setGraphElement, setName, setRepeat, setTransitionName, toString |
Methods inherited from class org.jbpm.job.Job |
---|
getAqcuireDate, getConfiguration, getDueDate, getException, getId, getJobExecutorName, getLockOwner, getLockTime, getProcessInstance, getRetries, getTaskInstance, getToken, getVersion, isExclusive, isSuspended, setConfiguration, setDueDate, setException, setExclusive, setLockOwner, setLockTime, setProcessInstance, setRetries, setSuspended, setTaskInstance, setToken, toStringLongFormat |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AlfrescoTimer()
public AlfrescoTimer(org.jbpm.graph.exe.Token token)
token
- Method Detail |
---|
public boolean execute(org.jbpm.JbpmContext jbpmContext) throws java.lang.Exception
execute
in class org.jbpm.job.Timer
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |