Class PlatformResourceEntityManagerImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntityManager<EntityImpl,DM>
org.flowable.common.engine.impl.persistence.entity.AbstractEngineEntityManager<PlatformEngineConfiguration,PlatformResourceEntity,PlatformResourceDataManager>
com.flowable.platform.engine.impl.persistence.entity.PlatformResourceEntityManagerImpl
- All Implemented Interfaces:
PlatformResourceEntityManager
,EntityManager<PlatformResourceEntity>
public class PlatformResourceEntityManagerImpl
extends 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
ConstructorDescriptionPlatformResourceEntityManagerImpl
(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
-
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
-