Class PlatformResourceEntityManagerImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntityManager<PlatformResourceEntity,PlatformResourceDataManager>
org.flowable.common.engine.impl.persistence.entity.AbstractEngineEntityManager<PlatformEngineConfiguration,PlatformResourceEntity,PlatformResourceDataManager>
com.flowable.platform.engine.impl.persistence.entity.PlatformResourceEntityManagerImpl
- All Implemented Interfaces:
PlatformResourceEntityManager
,org.flowable.common.engine.impl.persistence.entity.EntityManager<PlatformResourceEntity>
public class PlatformResourceEntityManagerImpl
extends org.flowable.common.engine.impl.persistence.entity.AbstractEngineEntityManager<PlatformEngineConfiguration,PlatformResourceEntity,PlatformResourceDataManager>
implements PlatformResourceEntityManager
- Author:
- Yvo Swillens
-
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
ConstructorsConstructorDescriptionPlatformResourceEntityManagerImpl
(PlatformEngineConfiguration actionEngineConfiguration, PlatformResourceDataManager resourceDataManager) -
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteResourcesByDeploymentId
(String deploymentId) 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
-
PlatformResourceEntityManagerImpl
public PlatformResourceEntityManagerImpl(PlatformEngineConfiguration actionEngineConfiguration, PlatformResourceDataManager resourceDataManager)
-
-
Method Details
-
deleteResourcesByDeploymentId
- Specified by:
deleteResourcesByDeploymentId
in interfacePlatformResourceEntityManager
-
findResourceByDeploymentIdAndResourceName
public PlatformResourceEntity findResourceByDeploymentIdAndResourceName(String deploymentId, String resourceName) - Specified by:
findResourceByDeploymentIdAndResourceName
in interfacePlatformResourceEntityManager
-
findResourcesByDeploymentId
- Specified by:
findResourcesByDeploymentId
in interfacePlatformResourceEntityManager
-