Drools Workbench - WebApp 6.2.0.CR3

org.drools.workbench.backend.server
Class ApplicationScopedProducer

java.lang.Object
  extended by org.drools.workbench.backend.server.ApplicationScopedProducer

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


Constructor Summary
ApplicationScopedProducer()
           
 
Method Summary
 org.uberfire.security.authz.AuthorizationManager getAuthManager()
           
 org.jboss.errai.security.shared.api.identity.User getIdentity()
           
 org.uberfire.io.IOSearchService ioSearchService()
           
 org.uberfire.io.IOService ioService()
           
 void setup()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationScopedProducer

public ApplicationScopedProducer()
Method Detail

setup

@PostConstruct
public void setup()

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()

Drools Workbench - WebApp 6.2.0.CR3

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