Interface FormResourceEntityManager
- All Superinterfaces:
org.flowable.common.engine.impl.persistence.entity.EntityManager<FormResourceEntity>
- All Known Implementing Classes:
FormResourceEntityManagerImpl
public interface FormResourceEntityManager
extends org.flowable.common.engine.impl.persistence.entity.EntityManager<FormResourceEntity>
- Author:
- Joram Barrez
-
Method Summary
Modifier and TypeMethodDescriptionvoidbulkDeleteResourcesByProcessInstanceIds(Collection<String> processInstanceIds) voidbulkDeleteResourcesByScopeIdsAndScopeType(Collection<String> scopeIds, String scopeType) voidvoiddeleteResourcesByDeploymentId(String deploymentId) voiddeleteResourcesByName(String name) findResourceByDeploymentIdAndResourceName(String deploymentId, String resourceName) findResourcesByDeploymentId(String deploymentId) Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.EntityManager
create, delete, delete, delete, findById, insert, insert, update, update
-
Method Details
-
findResourcesByDeploymentId
-
findResourceByDeploymentIdAndResourceName
FormResourceEntity findResourceByDeploymentIdAndResourceName(String deploymentId, String resourceName) -
deleteResourcesByDeploymentId
-
deleteResourceById
-
deleteResourcesByName
-
bulkDeleteResourcesByProcessInstanceIds
-
bulkDeleteResourcesByScopeIdsAndScopeType
-