eu.diversit.jbpm.spring
Class AnnotatedSpringConfiguration

java.lang.Object
  extended by org.jbpm.api.Configuration
      extended by org.jbpm.pvm.internal.cfg.ProcessEngineImpl
          extended by org.jbpm.pvm.internal.cfg.SpringConfiguration
              extended by eu.diversit.jbpm.spring.AnnotatedSpringConfiguration
All Implemented Interfaces:
java.io.Serializable, org.jbpm.api.ProcessEngine, org.jbpm.pvm.internal.env.Context, org.jbpm.pvm.internal.env.EnvironmentFactory, org.springframework.context.ApplicationContextAware

@Component
@Qualifier(value="jbpmConfiguration")
public class AnnotatedSpringConfiguration
extends org.jbpm.pvm.internal.cfg.SpringConfiguration

Annotated version of the JBPM's SpringConfiguration class.
This class does not add any functionality. By adding annotations Spring is able to detect the SpringConfiguration instance automatically so no additional configuration is needed.

Author:
joostdenboer
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jbpm.pvm.internal.cfg.ProcessEngineImpl
authenticatedUserIdThreadLocal, checkDb, isConfigured, JBPM_LIBRARY_VERSION, jndiName, processEngineWireContext, transactionWireDefinition, userCommandService, userProvidedEnvironmentObjectsThreadLocal
 
Fields inherited from interface org.jbpm.pvm.internal.env.Context
CONTEXTNAME_EXECUTION, CONTEXTNAME_JOB, CONTEXTNAME_PROCESS_ENGINE, CONTEXTNAME_TASK, CONTEXTNAME_TRANSACTION
 
Constructor Summary
AnnotatedSpringConfiguration()
           
 
Method Summary
 
Methods inherited from class org.jbpm.pvm.internal.cfg.SpringConfiguration
buildProcessEngine, get, get, getApplicationContext, openEnvironment, setApplicationContext
 
Methods inherited from class org.jbpm.pvm.internal.cfg.ProcessEngineImpl
addProcessEngineWireDefinition, addTransactionWireDefinition, addUserProvidedEnvironmentObject, checkDb, close, execute, getExecutionService, getHistoryService, getIdentityService, getJndiName, getManagementService, getName, getProcessEngineWireContext, getRepositoryService, getTaskService, getTransactionWireDefinition, has, installAuthenticatedUserId, installProcessEngineContext, installTransactionContext, keys, parse, parseXmlString, set, setAuthenticatedUserId, setFile, setHibernateSession, setHibernateSessionFactory, setInputStream, setJdbcConnection, setJndiName, setProcessEngineWireContext, setResource, setTransactionWireDefinition, setUrl, setXmlString, skipDbCheck
 
Methods inherited from class org.jbpm.api.Configuration
getClassLoader, getProcessEngine, instantiate, setInputSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jbpm.pvm.internal.env.EnvironmentFactory
close
 
Methods inherited from interface org.jbpm.pvm.internal.env.Context
getName, has, keys, set
 
Methods inherited from interface org.jbpm.api.ProcessEngine
close, execute, getExecutionService, getHistoryService, getIdentityService, getManagementService, getRepositoryService, getTaskService, setAuthenticatedUserId, setHibernateSession, setJdbcConnection
 

Constructor Detail

AnnotatedSpringConfiguration

public AnnotatedSpringConfiguration()


Copyright © 2009-2010 DiversIT Europe. All Rights Reserved.