Class FormResourceEntityManagerImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntityManager<FormResourceEntity,FormResourceDataManager>
org.flowable.common.engine.impl.persistence.entity.AbstractEngineEntityManager<FormEngineConfiguration,FormResourceEntity,FormResourceDataManager>
com.flowable.form.engine.impl.persistence.entity.FormResourceEntityManagerImpl
- All Implemented Interfaces:
FormResourceEntityManager
,org.flowable.common.engine.impl.persistence.entity.EntityManager<FormResourceEntity>
public class FormResourceEntityManagerImpl
extends org.flowable.common.engine.impl.persistence.entity.AbstractEngineEntityManager<FormEngineConfiguration,FormResourceEntity,FormResourceDataManager>
implements FormResourceEntityManager
- Author:
- Tom Baeyens, Joram Barrez
-
Field Summary
Fields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEngineEntityManager
engineConfiguration
Fields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityManager
dataManager, engineType
-
Constructor Summary
ConstructorsConstructorDescriptionFormResourceEntityManagerImpl
(FormEngineConfiguration formEngineConfiguration, FormResourceDataManager resourceDataManager) -
Method Summary
Modifier and TypeMethodDescriptionvoid
bulkDeleteResourcesByProcessInstanceIds
(Collection<String> processInstanceIds) void
bulkDeleteResourcesByScopeIdsAndScopeType
(Collection<String> scopeIds, String scopeType) void
void
deleteResourcesByDeploymentId
(String deploymentId) void
deleteResourcesByName
(String name) findResourceByDeploymentIdAndResourceName
(String deploymentId, String resourceName) findResourcesByDeploymentId
(String deploymentId) Methods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEngineEntityManager
getClock, getCommandExecutor, getEngineConfiguration, getEventDispatcher
Methods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityManager
create, createEntityEvent, delete, delete, delete, findById, fireEntityDeletedEvent, fireEntityInsertedEvent, fireEntityUpdatedEvent, getDataManager, insert, insert, setDataManager, update, update
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.EntityManager
create, delete, delete, delete, findById, insert, insert, update, update
-
Constructor Details
-
FormResourceEntityManagerImpl
public FormResourceEntityManagerImpl(FormEngineConfiguration formEngineConfiguration, FormResourceDataManager resourceDataManager)
-
-
Method Details
-
deleteResourcesByDeploymentId
- Specified by:
deleteResourcesByDeploymentId
in interfaceFormResourceEntityManager
-
deleteResourceById
- Specified by:
deleteResourceById
in interfaceFormResourceEntityManager
-
deleteResourcesByName
- Specified by:
deleteResourcesByName
in interfaceFormResourceEntityManager
-
findResourceByDeploymentIdAndResourceName
public FormResourceEntity findResourceByDeploymentIdAndResourceName(String deploymentId, String resourceName) - Specified by:
findResourceByDeploymentIdAndResourceName
in interfaceFormResourceEntityManager
-
findResourcesByDeploymentId
- Specified by:
findResourcesByDeploymentId
in interfaceFormResourceEntityManager
-
bulkDeleteResourcesByProcessInstanceIds
- Specified by:
bulkDeleteResourcesByProcessInstanceIds
in interfaceFormResourceEntityManager
-
bulkDeleteResourcesByScopeIdsAndScopeType
public void bulkDeleteResourcesByScopeIdsAndScopeType(Collection<String> scopeIds, String scopeType) - Specified by:
bulkDeleteResourcesByScopeIdsAndScopeType
in interfaceFormResourceEntityManager
-