Uses of Interface
org.flowable.idm.engine.impl.persistence.entity.data.GroupDataManager
Packages that use GroupDataManager
Package
Description
-
Uses of GroupDataManager in org.flowable.idm.engine
Fields in org.flowable.idm.engine declared as GroupDataManagerModifier and TypeFieldDescriptionprotected GroupDataManager
IdmEngineConfiguration.groupDataManager
Methods in org.flowable.idm.engine that return GroupDataManagerMethods in org.flowable.idm.engine with parameters of type GroupDataManagerModifier and TypeMethodDescriptionIdmEngineConfiguration.setGroupDataManager
(GroupDataManager groupDataManager) -
Uses of GroupDataManager in org.flowable.idm.engine.impl.persistence.entity
Constructors in org.flowable.idm.engine.impl.persistence.entity with parameters of type GroupDataManagerModifierConstructorDescriptionGroupEntityManagerImpl
(IdmEngineConfiguration idmEngineConfiguration, GroupDataManager groupDataManager) -
Uses of GroupDataManager in org.flowable.idm.engine.impl.persistence.entity.data.impl
Classes in org.flowable.idm.engine.impl.persistence.entity.data.impl that implement GroupDataManager