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
engineConfigurationFields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityManager
dataManager, engineType -
Constructor Summary
ConstructorsConstructorDescriptionPlatformResourceEntityManagerImpl(PlatformEngineConfiguration actionEngineConfiguration, PlatformResourceDataManager resourceDataManager) -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteResourcesByDeploymentId(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, getEventDispatcherMethods 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:
deleteResourcesByDeploymentIdin interfacePlatformResourceEntityManager
-
findResourceByDeploymentIdAndResourceName
public PlatformResourceEntity findResourceByDeploymentIdAndResourceName(String deploymentId, String resourceName) - Specified by:
findResourceByDeploymentIdAndResourceNamein interfacePlatformResourceEntityManager
-
findResourcesByDeploymentId
- Specified by:
findResourcesByDeploymentIdin interfacePlatformResourceEntityManager
-