org.jbpm.integration.console
Class JBPMIntegration

java.lang.Object
  extended by org.jbpm.integration.console.JBPMIntegration
Direct Known Subclasses:
HistoryService, ProcessEnginePluginImpl, TaskManagementImpl

public abstract class JBPMIntegration
extends java.lang.Object

Base class for jbpm integration

Author:
Heiko.Braun

Field Summary
protected  ExecutionService executionService
           
protected  HistoryService historyService
           
protected  ProcessEngine processEngine
           
protected  RepositoryService repositoryService
           
protected  TaskService taskService
           
 
Constructor Summary
JBPMIntegration()
           
 
Method Summary
protected  void initializeProcessEngine()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

processEngine

protected ProcessEngine processEngine

executionService

protected ExecutionService executionService

taskService

protected TaskService taskService

historyService

protected HistoryService historyService

repositoryService

protected RepositoryService repositoryService
Constructor Detail

JBPMIntegration

public JBPMIntegration()
Method Detail

initializeProcessEngine

protected void initializeProcessEngine()


Copyright © 2010 JBoss Community. All Rights Reserved.