org.nuxeo.ecm.platform.workflow.impl
Class AbstractWorkflowEngine
java.lang.Object
org.nuxeo.ecm.platform.workflow.impl.AbstractWorkflowEngine
- All Implemented Interfaces:
- WorkflowEngine
- Direct Known Subclasses:
- JbpmWorkflowEngine
public abstract class AbstractWorkflowEngine
- extends Object
- implements WorkflowEngine
Abstract workflow engine.
- Author:
- Julien Anguenot
|
Field Summary |
protected String |
name
Name of the workflow engine. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.nuxeo.ecm.platform.workflow.api.WorkflowEngine |
assignWorkItem, createWorkItem, deployDefinition, deployDefinition, endWorkItem, followTransition, getActiveProcessInstancesFor, getActivityInstancesFor, getProcessDefinitionById, getProcessDefinitionByName, getProcessDefinitions, getProcessInstanceById, getProcessInstancesFor, getWorkItemById, getWorkItemDefinitionsFor, getWorkItemsFor, getWorkItemsFor, getWorkItemsFor, isDefinitionDeployed, listActivityInstanceAttributes, listProcessInstanceAttributes, listProcessInstances, listWorkItems, listWorkItems, rejectWorkItem, removeWorkItem, startProcess, startWorkItem, suspendWorkItem, terminateProcess, unAssignWorkItem, undeployDefinition, updateProcessInstanceAttributes, updateWorkItem |
name
protected String name
- Name of the workflow engine.
AbstractWorkflowEngine
public AbstractWorkflowEngine()
getName
public String getName()
- Description copied from interface:
WorkflowEngine
- Gets the workflow engine name.
- Specified by:
getName in interface WorkflowEngine
- Returns:
- the workflow engine name
setName
public void setName(String name)
- Description copied from interface:
WorkflowEngine
- Sets the workflow engine name.
- Specified by:
setName in interface WorkflowEngine
- Parameters:
name - the name of the workflow engine.
Copyright ? 2007 Nuxeo SAS. All Rights Reserved.