Package org.flowable.engine
Class DefaultCandidateManager
- java.lang.Object
-
- org.flowable.engine.impl.persistence.AbstractManager
-
- org.flowable.engine.DefaultCandidateManager
-
- All Implemented Interfaces:
CandidateManager
public class DefaultCandidateManager extends AbstractManager implements CandidateManager
-
-
Field Summary
-
Fields inherited from class org.flowable.engine.impl.persistence.AbstractManager
processEngineConfiguration
-
-
Constructor Summary
Constructors Constructor Description DefaultCandidateManager(ProcessEngineConfigurationImpl processEngineConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getGroupsForCandidateUser(String candidateUser)-
Methods inherited from class org.flowable.engine.impl.persistence.AbstractManager
getActivityInstanceEntityManager, getAsyncExecutor, getAttachmentEntityManager, getByteArrayEntityManager, getClock, getCommandContext, getCommandExecutor, getCommentEntityManager, getDeploymentEntityManager, getEventDispatcher, getExecutionEntityManager, getHistoricActivityInstanceEntityManager, getHistoricDetailEntityManager, getHistoricProcessInstanceEntityManager, getHistoryManager, getModelEntityManager, getProcessDefinitionEntityManager, getProcessDefinitionInfoEntityManager, getProcessEngineConfiguration, getResourceEntityManager, getSession
-
-
-
-
Constructor Detail
-
DefaultCandidateManager
public DefaultCandidateManager(ProcessEngineConfigurationImpl processEngineConfiguration)
-
-
Method Detail
-
getGroupsForCandidateUser
public List<String> getGroupsForCandidateUser(String candidateUser)
- Specified by:
getGroupsForCandidateUserin interfaceCandidateManager
-
-