|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.workflow.jbpm.JBPMSpringActionHandler
public abstract class JBPMSpringActionHandler
Abstract base implementation of a Jbpm Action Hander with access to Alfresco Spring beans.
Constructor Summary | |
---|---|
protected |
JBPMSpringActionHandler()
Construct |
Method Summary | |
---|---|
protected java.lang.String |
getWorkflowInstanceId(org.jbpm.graph.exe.ExecutionContext context)
Gets the workflow instance id of the currently executing workflow |
protected abstract void |
initialiseHandler(org.springframework.beans.factory.BeanFactory factory)
Initialise Action Handler |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.jbpm.graph.def.ActionHandler |
---|
execute |
Constructor Detail |
---|
protected JBPMSpringActionHandler()
Method Detail |
---|
protected abstract void initialiseHandler(org.springframework.beans.factory.BeanFactory factory)
factory
- Spring bean factory for accessing Alfresco beansprotected java.lang.String getWorkflowInstanceId(org.jbpm.graph.exe.ExecutionContext context)
context
- jBPM execution context
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |