org.alfresco.repo.workflow.jbpm
Class WorkflowTaskInstanceFactory

java.lang.Object
  extended by org.alfresco.repo.workflow.jbpm.WorkflowTaskInstanceFactory
All Implemented Interfaces:
java.io.Serializable, org.jbpm.taskmgmt.TaskInstanceFactory

public class WorkflowTaskInstanceFactory
extends java.lang.Object
implements org.jbpm.taskmgmt.TaskInstanceFactory

jBPM factory for creating Alfresco derived Task Instances

See Also:
Serialized Form

Constructor Summary
WorkflowTaskInstanceFactory()
           
 
Method Summary
 org.jbpm.taskmgmt.exe.TaskInstance createTaskInstance(org.jbpm.graph.exe.ExecutionContext executionContext)
           
 void setJbpmEngine(java.lang.String jbpmEngine)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowTaskInstanceFactory

public WorkflowTaskInstanceFactory()
Method Detail

setJbpmEngine

public void setJbpmEngine(java.lang.String jbpmEngine)
Parameters:
jbpmEngine - the jbpmEngine to set

createTaskInstance

public org.jbpm.taskmgmt.exe.TaskInstance createTaskInstance(org.jbpm.graph.exe.ExecutionContext executionContext)
Specified by:
createTaskInstance in interface org.jbpm.taskmgmt.TaskInstanceFactory


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.