Nuxeo Enterprise Platform 5.1

org.nuxeo.ecm.platform.workflow.impl
Class AbstractWorkflowEngine

java.lang.Object
  extended by 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.
 
Constructor Summary
AbstractWorkflowEngine()
           
 
Method Summary
 String getName()
          Gets the workflow engine name.
 void setName(String name)
          Sets the workflow engine name.
 
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
 

Field Detail

name

protected String name
Name of the workflow engine.

Constructor Detail

AbstractWorkflowEngine

public AbstractWorkflowEngine()
Method Detail

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.

Nuxeo Enterprise Platform 5.1

Copyright ? 2007 Nuxeo SAS. All Rights Reserved.