@ApplicationScoped @Startup public class AppSetup extends Object
Constructor and Description |
---|
AppSetup() |
Modifier and Type | Method and Description |
---|---|
org.jboss.errai.security.shared.api.identity.User |
getIdentity() |
void |
onStartup() |
org.kie.server.client.CaseServicesClient |
produceCaseServicesClient(org.kie.server.client.KieServicesClient kieServicesClient) |
org.kie.server.client.KieServicesClient |
produceKieServicesClient() |
org.kie.server.client.UserTaskServicesClient |
produceUserTaskServicesClient(org.kie.server.client.KieServicesClient kieServicesClient) |
@PostConstruct public void onStartup()
@Produces @ApplicationScoped public org.kie.server.client.KieServicesClient produceKieServicesClient()
@Produces @ApplicationScoped public org.kie.server.client.CaseServicesClient produceCaseServicesClient(org.kie.server.client.KieServicesClient kieServicesClient)
@Produces @ApplicationScoped public org.kie.server.client.UserTaskServicesClient produceUserTaskServicesClient(org.kie.server.client.KieServicesClient kieServicesClient)
@Produces @RequestScoped public org.jboss.errai.security.shared.api.identity.User getIdentity()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.