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 org.flowable.engine.impl.persistence.AbstractManager
implements CandidateManager
-
Field Summary
Fields inherited from class org.flowable.engine.impl.persistence.AbstractManager
processEngineConfiguration
-
Constructor Summary
ConstructorDescriptionDefaultCandidateManager
(org.flowable.engine.impl.cfg.ProcessEngineConfigurationImpl processEngineConfiguration) -
Method Summary
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 Details
-
DefaultCandidateManager
public DefaultCandidateManager(org.flowable.engine.impl.cfg.ProcessEngineConfigurationImpl processEngineConfiguration)
-
-
Method Details
-
getGroupsForCandidateUser
- Specified by:
getGroupsForCandidateUser
in interfaceCandidateManager
-