Uses of Interface
org.flowable.idm.api.PrivilegeMapping
Packages that use PrivilegeMapping
Package
Description
-
Uses of PrivilegeMapping in org.flowable.idm.api
Methods in org.flowable.idm.api that return types with arguments of type PrivilegeMappingModifier and TypeMethodDescriptionIdmIdentityService.getPrivilegeMappingsByPrivilegeId
(String privilegeId) Get all privilege mappings for a specific privilege -
Uses of PrivilegeMapping in org.flowable.idm.engine.impl
Methods in org.flowable.idm.engine.impl that return types with arguments of type PrivilegeMappingModifier and TypeMethodDescriptionIdmIdentityServiceImpl.getPrivilegeMappingsByPrivilegeId
(String privilegeId) -
Uses of PrivilegeMapping in org.flowable.idm.engine.impl.cmd
Methods in org.flowable.idm.engine.impl.cmd that return types with arguments of type PrivilegeMappingModifier and TypeMethodDescriptionGetPrivilegeMappingsByPrivilegeIdCmd.execute
(CommandContext commandContext) -
Uses of PrivilegeMapping in org.flowable.idm.engine.impl.persistence.entity
Subinterfaces of PrivilegeMapping in org.flowable.idm.engine.impl.persistence.entityClasses in org.flowable.idm.engine.impl.persistence.entity that implement PrivilegeMappingMethods in org.flowable.idm.engine.impl.persistence.entity that return types with arguments of type PrivilegeMappingModifier and TypeMethodDescriptionPrivilegeMappingEntityManager.getPrivilegeMappingsByPrivilegeId
(String privilegeId) PrivilegeMappingEntityManagerImpl.getPrivilegeMappingsByPrivilegeId
(String privilegeId) -
Uses of PrivilegeMapping in org.flowable.idm.engine.impl.persistence.entity.data
Methods in org.flowable.idm.engine.impl.persistence.entity.data that return types with arguments of type PrivilegeMappingModifier and TypeMethodDescriptionPrivilegeMappingDataManager.getPrivilegeMappingsByPrivilegeId
(String privilegeId) -
Uses of PrivilegeMapping in org.flowable.idm.engine.impl.persistence.entity.data.impl
Methods in org.flowable.idm.engine.impl.persistence.entity.data.impl that return types with arguments of type PrivilegeMappingModifier and TypeMethodDescriptionMybatisPrivilegeMappingDataManager.getPrivilegeMappingsByPrivilegeId
(String privilegeId)