public class PlatformResourceEntityManagerImpl extends AbstractEngineEntityManager<PlatformEngineConfiguration,PlatformResourceEntity,PlatformResourceDataManager> implements PlatformResourceEntityManager
engineConfigurationdataManager, engineType| Constructor and Description |
|---|
PlatformResourceEntityManagerImpl(PlatformEngineConfiguration actionEngineConfiguration,
PlatformResourceDataManager resourceDataManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteResourcesByDeploymentId(String deploymentId) |
PlatformResourceEntity |
findResourceByDeploymentIdAndResourceName(String deploymentId,
String resourceName) |
List<PlatformResourceEntity> |
findResourcesByDeploymentId(String deploymentId) |
getClock, getCommandExecutor, getEngineConfiguration, getEventDispatchercreate, createEntityEvent, delete, delete, delete, findById, fireEntityDeletedEvent, fireEntityInsertedEvent, fireEntityUpdatedEvent, getDataManager, insert, insert, setDataManager, update, updatepublic PlatformResourceEntityManagerImpl(PlatformEngineConfiguration actionEngineConfiguration, PlatformResourceDataManager resourceDataManager)
public void deleteResourcesByDeploymentId(String deploymentId)
deleteResourcesByDeploymentId in interface PlatformResourceEntityManagerpublic PlatformResourceEntity findResourceByDeploymentIdAndResourceName(String deploymentId, String resourceName)
findResourceByDeploymentIdAndResourceName in interface PlatformResourceEntityManagerpublic List<PlatformResourceEntity> findResourcesByDeploymentId(String deploymentId)
findResourcesByDeploymentId in interface PlatformResourceEntityManager