jBPM distribution 6.1.0.CR2

Uses of Interface
org.kie.api.task.UserGroupCallback

Packages that use UserGroupCallback
org.jbpm.kie.services.cdi.producer   
org.jbpm.runtime.manager.impl   
org.jbpm.services.task   
org.jbpm.services.task.commands   
org.jbpm.services.task.events   
org.jbpm.services.task.identity   
org.jbpm.test   
org.kie.api.runtime.manager   
org.kie.api.task   
 

Uses of UserGroupCallback in org.jbpm.kie.services.cdi.producer
 

Methods in org.jbpm.kie.services.cdi.producer that return UserGroupCallback
 UserGroupCallback UserGroupInfoProducer.produceCallback()
           
 UserGroupCallback LDAPUserGroupInfoProducer.produceCallback()
           
 UserGroupCallback JAASUserGroupInfoProducer.produceCallback()
           
 UserGroupCallback DefaultUserGroupInfoProducer.produceCallback()
           
 UserGroupCallback DBUserGroupInfoProducer.produceCallback()
           
 

Uses of UserGroupCallback in org.jbpm.runtime.manager.impl
 

Fields in org.jbpm.runtime.manager.impl declared as UserGroupCallback
protected  UserGroupCallback SimpleRuntimeEnvironment.userGroupCallback
           
 

Methods in org.jbpm.runtime.manager.impl that return UserGroupCallback
 UserGroupCallback SimpleRuntimeEnvironment.getUserGroupCallback()
           
 

Methods in org.jbpm.runtime.manager.impl with parameters of type UserGroupCallback
 void SimpleRuntimeEnvironment.setUserGroupCallback(UserGroupCallback userGroupCallback)
           
 RuntimeEnvironmentBuilder RuntimeEnvironmentBuilder.userGroupCallback(UserGroupCallback callback)
           
 

Uses of UserGroupCallback in org.jbpm.services.task
 

Methods in org.jbpm.services.task with parameters of type UserGroupCallback
 HumanTaskConfigurator HumanTaskConfigurator.userGroupCallback(UserGroupCallback userGroupCallback)
           
 

Uses of UserGroupCallback in org.jbpm.services.task.commands
 

Methods in org.jbpm.services.task.commands that return UserGroupCallback
 UserGroupCallback TaskContext.getUserGroupCallback()
           
 

Uses of UserGroupCallback in org.jbpm.services.task.events
 

Methods in org.jbpm.services.task.events that return UserGroupCallback
 UserGroupCallback EventTaskContext.getUserGroupCallback()
           
 

Uses of UserGroupCallback in org.jbpm.services.task.identity
 

Classes in org.jbpm.services.task.identity that implement UserGroupCallback
 class DBUserGroupCallbackImpl
          Data base server user group callback implementation that utilizes SQL queries to get information about user, groups and relationship of these two.
 class JAASUserGroupCallbackImpl
          JAAS based implementation of user group callback dedicated when using LocalTaskService in container such as JBoss AS.
 class JBossUserGroupCallbackImpl
           
 class LDAPUserGroupCallbackImpl
          LDAP integration for Task Service to collect user and role/group information.
 class MvelUserGroupCallbackImpl
           
 

Methods in org.jbpm.services.task.identity with parameters of type UserGroupCallback
 void UserGroupLifeCycleManagerDecorator.setUserGroupCallback(UserGroupCallback userGroupCallback)
           
 

Constructors in org.jbpm.services.task.identity with parameters of type UserGroupCallback
UserGroupLifeCycleManagerDecorator(UserGroupCallback callback, LifeCycleManager manager)
           
 

Uses of UserGroupCallback in org.jbpm.test
 

Methods in org.jbpm.test that return UserGroupCallback
static UserGroupCallback JBPMHelper.getUserGroupCallback()
          Deprecated. 
 

Uses of UserGroupCallback in org.kie.api.runtime.manager
 

Methods in org.kie.api.runtime.manager that return UserGroupCallback
 UserGroupCallback RuntimeEnvironment.getUserGroupCallback()
          Delivers concrete implementation of UserGroupCallback that shall be registered on instances of TaskService for managing users and groups.
 

Methods in org.kie.api.runtime.manager with parameters of type UserGroupCallback
 RuntimeEnvironmentBuilder RuntimeEnvironmentBuilder.userGroupCallback(UserGroupCallback callback)
           
 

Uses of UserGroupCallback in org.kie.api.task
 

Methods in org.kie.api.task that return UserGroupCallback
 UserGroupCallback TaskContext.getUserGroupCallback()
           
 


jBPM distribution 6.1.0.CR2

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