|
jBPM distribution 6.2.0.CR1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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.runtime.manager.impl.identity |
---|
Methods in org.jbpm.runtime.manager.impl.identity that return UserGroupCallback | |
---|---|
static UserGroupCallback |
UserDataServiceProvider.getUserGroupCallback()
|
Uses of UserGroupCallback in org.jbpm.services.cdi.producer |
---|
Methods in org.jbpm.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.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.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.services.task.impl |
---|
Methods in org.jbpm.services.task.impl with parameters of type UserGroupCallback | |
---|---|
void |
TaskQueryServiceImpl.setUserGroupCallback(UserGroupCallback userGroupCallback)
|
Constructors in org.jbpm.services.task.impl with parameters of type UserGroupCallback | |
---|---|
TaskQueryServiceImpl(org.kie.internal.task.api.TaskPersistenceContext persistenceContext,
UserGroupCallback userGroupCallback)
|
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.2.0.CR1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |