Uses of Interface
com.flowable.platform.engine.impl.persistence.entity.ClientRegistrationInfoEntity
Packages that use ClientRegistrationInfoEntity
Package
Description
-
Uses of ClientRegistrationInfoEntity in com.flowable.platform.engine.impl.cmd
Methods in com.flowable.platform.engine.impl.cmd with parameters of type ClientRegistrationInfoEntityModifier and TypeMethodDescriptionprotected voidGetClientRegistrationInfoTokenCmd.addProtocolFormParameters(org.flowable.http.common.api.HttpRequest request, ClientRegistrationInfoEntity registration, PlatformEngineConfiguration engineConfiguration) -
Uses of ClientRegistrationInfoEntity in com.flowable.platform.engine.impl.management
Classes in com.flowable.platform.engine.impl.management that implement interfaces with type arguments of type ClientRegistrationInfoEntityModifier and TypeClassDescriptionclassclassclassMethods in com.flowable.platform.engine.impl.management that return ClientRegistrationInfoEntity -
Uses of ClientRegistrationInfoEntity in com.flowable.platform.engine.impl.persistence.entity
Classes in com.flowable.platform.engine.impl.persistence.entity that implement ClientRegistrationInfoEntitySubclasses with type arguments of type ClientRegistrationInfoEntity in com.flowable.platform.engine.impl.persistence.entitySubinterfaces with type arguments of type ClientRegistrationInfoEntity in com.flowable.platform.engine.impl.persistence.entityMethods in com.flowable.platform.engine.impl.persistence.entity that return ClientRegistrationInfoEntityModifier and TypeMethodDescriptionClientRegistrationInfoEntityManager.findByRegistrationKeyAndTenant(String registrationKey, String tenantId) ClientRegistrationInfoEntityManagerImpl.findByRegistrationKeyAndTenant(String registrationKey, String tenantId) -
Uses of ClientRegistrationInfoEntity in com.flowable.platform.engine.impl.persistence.entity.data
Subinterfaces with type arguments of type ClientRegistrationInfoEntity in com.flowable.platform.engine.impl.persistence.entity.dataMethods in com.flowable.platform.engine.impl.persistence.entity.data that return ClientRegistrationInfoEntityModifier and TypeMethodDescriptionClientRegistrationInfoDataManager.findByRegistrationKeyAndTenant(String registrationKey, String tenantId) -
Uses of ClientRegistrationInfoEntity in com.flowable.platform.engine.impl.persistence.entity.data.impl
Subclasses with type arguments of type ClientRegistrationInfoEntity in com.flowable.platform.engine.impl.persistence.entity.data.implFields in com.flowable.platform.engine.impl.persistence.entity.data.impl with type parameters of type ClientRegistrationInfoEntityModifier and TypeFieldDescriptionprotected org.flowable.common.engine.impl.db.SingleCachedEntityMatcher<ClientRegistrationInfoEntity> MybatisClientRegistrationInfoDataManager.clientRegistrationInfoByRegistrationKeyAndTenantprotected org.flowable.common.engine.impl.persistence.cache.CachedEntityMatcher<ClientRegistrationInfoEntity> MybatisClientRegistrationInfoDataManager.clientRegistrationInfoByTenantIdMethods in com.flowable.platform.engine.impl.persistence.entity.data.impl that return ClientRegistrationInfoEntityModifier and TypeMethodDescriptionMybatisClientRegistrationInfoDataManager.create()MybatisClientRegistrationInfoDataManager.findByRegistrationKeyAndTenant(String registrationKey, String tenantId) Methods in com.flowable.platform.engine.impl.persistence.entity.data.impl that return types with arguments of type ClientRegistrationInfoEntityModifier and TypeMethodDescriptionClass<? extends ClientRegistrationInfoEntity> MybatisClientRegistrationInfoDataManager.getManagedEntityClass() -
Uses of ClientRegistrationInfoEntity in com.flowable.platform.engine.impl.persistence.entity.data.impl.cachematcher
Subclasses with type arguments of type ClientRegistrationInfoEntity in com.flowable.platform.engine.impl.persistence.entity.data.impl.cachematcherClasses in com.flowable.platform.engine.impl.persistence.entity.data.impl.cachematcher that implement interfaces with type arguments of type ClientRegistrationInfoEntityMethods in com.flowable.platform.engine.impl.persistence.entity.data.impl.cachematcher with parameters of type ClientRegistrationInfoEntityModifier and TypeMethodDescriptionbooleanClientRegistrationInfoByRegistrationKeyAndTenantMatcher.isRetained(ClientRegistrationInfoEntity entity, Object param) booleanClientRegistrationInfoByTenantIdMatcher.isRetained(ClientRegistrationInfoEntity entity, Object param)