Class ActionResourceEntityManagerImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntityManager<EntityImpl,DM>
org.flowable.common.engine.impl.persistence.entity.AbstractEngineEntityManager<ActionEngineConfiguration,ActionResourceEntity,ActionResourceDataManager>
com.flowable.action.engine.impl.persistence.entity.ActionResourceEntityManagerImpl
- All Implemented Interfaces:
ActionResourceEntityManager
,org.flowable.common.engine.impl.persistence.entity.EntityManager<ActionResourceEntity>
public class ActionResourceEntityManagerImpl extends org.flowable.common.engine.impl.persistence.entity.AbstractEngineEntityManager<ActionEngineConfiguration,ActionResourceEntity,ActionResourceDataManager> implements ActionResourceEntityManager
- Author:
- Tijs Rademakers
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ActionResourceEntityManagerImpl(ActionEngineConfiguration actionEngineConfiguration, ActionResourceDataManager resourceDataManager)
-
Method Summary
Modifier and Type Method Description void
deleteResourcesByDeploymentId(java.lang.String deploymentId)
ActionResourceEntity
findResourceByDeploymentIdAndResourceName(java.lang.String deploymentId, java.lang.String resourceName)
java.util.List<ActionResourceEntity>
findResourcesByDeploymentId(java.lang.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
-
Constructor Details
-
ActionResourceEntityManagerImpl
public ActionResourceEntityManagerImpl(ActionEngineConfiguration actionEngineConfiguration, ActionResourceDataManager resourceDataManager)
-
-
Method Details
-
deleteResourcesByDeploymentId
public void deleteResourcesByDeploymentId(java.lang.String deploymentId)- Specified by:
deleteResourcesByDeploymentId
in interfaceActionResourceEntityManager
-
findResourceByDeploymentIdAndResourceName
public ActionResourceEntity findResourceByDeploymentIdAndResourceName(java.lang.String deploymentId, java.lang.String resourceName)- Specified by:
findResourceByDeploymentIdAndResourceName
in interfaceActionResourceEntityManager
-
findResourcesByDeploymentId
public java.util.List<ActionResourceEntity> findResourcesByDeploymentId(java.lang.String deploymentId)- Specified by:
findResourcesByDeploymentId
in interfaceActionResourceEntityManager
-