org.jbpm.taskmgmt.impl
Class DefaultTaskInstanceFactoryImpl
java.lang.Object
org.jbpm.taskmgmt.impl.DefaultTaskInstanceFactoryImpl
- All Implemented Interfaces:
- Serializable, TaskInstanceFactory
Deprecated. leave configuration entry jbpm.task.instance.factory
unset instead
public class DefaultTaskInstanceFactoryImpl
- extends Object
- implements TaskInstanceFactory
the default task instance factory.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultTaskInstanceFactoryImpl
public DefaultTaskInstanceFactoryImpl()
- Deprecated.
createTaskInstance
public TaskInstance createTaskInstance(ExecutionContext executionContext)
- Deprecated.
- Description copied from interface:
TaskInstanceFactory
- create a new task instance for the given execution context.
- Specified by:
createTaskInstance in interface TaskInstanceFactory
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.