Interface FormCustomComponentDefinitionEntityManager
- All Superinterfaces:
org.flowable.common.engine.impl.persistence.entity.EntityManager<FormCustomComponentDefinitionEntity>
- All Known Implementing Classes:
FormCustomComponentDefinitionEntityManagerImpl
public interface FormCustomComponentDefinitionEntityManager
extends org.flowable.common.engine.impl.persistence.entity.EntityManager<FormCustomComponentDefinitionEntity>
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteFormCustomComponentsByDeploymentId
(String deploymentId) findFormCustomComponentByDeploymentAndKey
(String deploymentId, String customComponentKey) findFormCustomComponentByDeploymentAndKeyAndTenantId
(String deploymentId, String customComponentKey, String tenantId) findFormCustomComponentByKeyAndVersionAndTenantId
(String customComponentKey, Integer formVersion, String tenantId) long
findLatestFormCustomComponentByKey
(String customComponentKey) findLatestFormCustomComponentByKeyAndTenantId
(String customComponentKey, String tenantId) Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.EntityManager
create, delete, delete, delete, findById, insert, insert, update, update
-
Method Details
-
findLatestFormCustomComponentByKey
-
findLatestFormCustomComponentByKeyAndTenantId
FormCustomComponentDefinitionEntity findLatestFormCustomComponentByKeyAndTenantId(String customComponentKey, String tenantId) -
findFormCustomComponentsByQueryCriteria
List<FormCustomComponentDefinition> findFormCustomComponentsByQueryCriteria(FormCustomComponentDefinitionQueryImpl componentQuery) -
findFormCustomComponentCountByQueryCriteria
long findFormCustomComponentCountByQueryCriteria(FormCustomComponentDefinitionQueryImpl componentQuery) -
findFormCustomComponentByDeploymentAndKey
FormCustomComponentDefinitionEntity findFormCustomComponentByDeploymentAndKey(String deploymentId, String customComponentKey) -
findFormCustomComponentByDeploymentAndKeyAndTenantId
FormCustomComponentDefinitionEntity findFormCustomComponentByDeploymentAndKeyAndTenantId(String deploymentId, String customComponentKey, String tenantId) -
findFormCustomComponentByKeyAndVersionAndTenantId
FormCustomComponentDefinitionEntity findFormCustomComponentByKeyAndVersionAndTenantId(String customComponentKey, Integer formVersion, String tenantId) -
deleteFormCustomComponentsByDeploymentId
-