jBPM Console NG - Showcase 6.2.0.CR2

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

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

@Startup(value=BOOTSTRAP)
@ApplicationScoped
public class ApplicationScopedProvider
extends Object

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


Constructor Summary
ApplicationScopedProvider()
           
 
Method Summary
 org.uberfire.security.authz.AuthorizationManager getAuthManager()
           
 javax.persistence.EntityManagerFactory getEntityManagerFactory()
           
 org.jboss.errai.security.shared.api.identity.User getIdentity()
           
 org.uberfire.io.IOSearchService ioSearchService()
           
 org.uberfire.io.IOService ioService()
           
 org.kie.api.task.TaskLifeCycleEventListener produceBAMListener()
           
 org.kie.api.task.UserGroupCallback produceSelectedUserGroupCalback()
           
 org.kie.api.task.TaskLifeCycleEventListener produceTaskAuditListener()
           
 org.kie.internal.task.api.UserInfo produceUserInfo()
           
 void setup()
           
 
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

setup

@PostConstruct
public void setup()

produceSelectedUserGroupCalback

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

produceUserInfo

@Produces
public org.kie.internal.task.api.UserInfo produceUserInfo()

getEntityManagerFactory

@Produces
public javax.persistence.EntityManagerFactory getEntityManagerFactory()

getIdentity

@Produces
@RequestScoped
public org.jboss.errai.security.shared.api.identity.User getIdentity()

getAuthManager

@Produces
public org.uberfire.security.authz.AuthorizationManager getAuthManager()

ioService

@Produces
@Named(value="ioStrategy")
public org.uberfire.io.IOService ioService()

ioSearchService

@Produces
@Named(value="ioSearchStrategy")
public org.uberfire.io.IOSearchService ioSearchService()

produceBAMListener

@Produces
@ApplicationScoped
public org.kie.api.task.TaskLifeCycleEventListener produceBAMListener()

produceTaskAuditListener

@Produces
@ApplicationScoped
public org.kie.api.task.TaskLifeCycleEventListener produceTaskAuditListener()

jBPM Console NG - Showcase 6.2.0.CR2

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