Interface PlatformIdentityInfoEntityManager
- All Superinterfaces:
org.flowable.common.engine.impl.persistence.entity.EntityManager<PlatformIdentityInfoEntity>
- All Known Implementing Classes:
PlatformIdentityInfoEntityManagerImpl
public interface PlatformIdentityInfoEntityManager
extends org.flowable.common.engine.impl.persistence.entity.EntityManager<PlatformIdentityInfoEntity>
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteByGroupId
(String groupId) void
deleteByGroupIdAndTenantId
(String groupId, String tenantId) void
deleteByUserId
(String userId) void
deleteByUserIdAndTenantId
(String userId, String tenantId) findIdentityInfoByGroupId
(String groupId) findIdentityInfoByGroupIdAndName
(String groupId, String name) findIdentityInfoByGroupIdTenantIdAndName
(String groupId, String tenantId, String name) findIdentityInfoByUserId
(String userId) findIdentityInfoByUserIdAndName
(String userId, String name) findIdentityInfoByUserIdTenantIdAndName
(String userId, String tenantId, String name) long
Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.EntityManager
create, delete, delete, delete, findById, insert, insert, update, update
-
Method Details
-
create
PlatformIdentityInfoEntity create(String name, org.flowable.variable.api.types.VariableType type, Object value) -
findIdentityInfoByUserId
-
findIdentityInfoByUserIdAndName
-
findIdentityInfoByUserIdTenantIdAndName
PlatformIdentityInfoEntity findIdentityInfoByUserIdTenantIdAndName(String userId, String tenantId, String name) -
findIdentityInfoByGroupId
-
findIdentityInfoByGroupIdAndName
-
findIdentityInfoByGroupIdTenantIdAndName
PlatformIdentityInfoEntity findIdentityInfoByGroupIdTenantIdAndName(String groupId, String tenantId, String name) -
findIdentityInfoCountByQueryCriteria
-
findIdentityInfoByQueryCriteria
-
deleteByUserId
-
deleteByUserIdAndTenantId
-
deleteByGroupId
-
deleteByGroupIdAndTenantId
-