Uses of Interface
org.flowable.idm.engine.impl.persistence.entity.data.UserDataManager
Packages that use UserDataManager
Package
Description
-
Uses of UserDataManager in org.flowable.idm.engine
Fields in org.flowable.idm.engine declared as UserDataManagerModifier and TypeFieldDescriptionprotected UserDataManager
IdmEngineConfiguration.userDataManager
Methods in org.flowable.idm.engine that return UserDataManagerMethods in org.flowable.idm.engine with parameters of type UserDataManagerModifier and TypeMethodDescriptionIdmEngineConfiguration.setUserDataManager
(UserDataManager userDataManager) -
Uses of UserDataManager in org.flowable.idm.engine.impl.persistence.entity
Methods in org.flowable.idm.engine.impl.persistence.entity that return UserDataManagerMethods in org.flowable.idm.engine.impl.persistence.entity with parameters of type UserDataManagerModifier and TypeMethodDescriptionvoid
UserEntityManagerImpl.setUserDataManager
(UserDataManager userDataManager) Constructors in org.flowable.idm.engine.impl.persistence.entity with parameters of type UserDataManagerModifierConstructorDescriptionUserEntityManagerImpl
(IdmEngineConfiguration idmEngineConfiguration, UserDataManager userDataManager) -
Uses of UserDataManager in org.flowable.idm.engine.impl.persistence.entity.data.impl
Classes in org.flowable.idm.engine.impl.persistence.entity.data.impl that implement UserDataManager