jBPM Console NG - Showcase 6.0.0.Beta2

org.jbpm.console.ng.server.impl
Class ApplicationScopedProvider

java.lang.Object
  extended by org.jbpm.console.ng.server.impl.ApplicationScopedProvider

@ApplicationScoped
public class ApplicationScopedProvider
extends Object

This class should contain all ApplicationScoped producers required by the application.


Constructor Summary
ApplicationScopedProvider()
           
 
Method Summary
 javax.persistence.EntityManagerFactory getEntityManagerFactory()
           
 org.kie.internal.runtime.manager.RuntimeEnvironment produceEnvironment(javax.persistence.EntityManagerFactory emf)
           
 org.kie.internal.task.api.UserGroupCallback produceSelectedUserGroupCalback()
           
 org.uberfire.backend.repositories.Repository systemRepository()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationScopedProvider

public ApplicationScopedProvider()
Method Detail

produceSelectedUserGroupCalback

@Produces
public org.kie.internal.task.api.UserGroupCallback produceSelectedUserGroupCalback()

systemRepository

@Produces
@Named(value="system")
public org.uberfire.backend.repositories.Repository systemRepository()

getEntityManagerFactory

@Produces
public javax.persistence.EntityManagerFactory getEntityManagerFactory()

produceEnvironment

@Produces
public org.kie.internal.runtime.manager.RuntimeEnvironment produceEnvironment(javax.persistence.EntityManagerFactory emf)

jBPM Console NG - Showcase 6.0.0.Beta2

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.