public class PlatformResourceEntityManagerImpl extends AbstractEngineEntityManager<PlatformEngineConfiguration,PlatformResourceEntity,PlatformResourceDataManager> implements PlatformResourceEntityManager
engineConfiguration
dataManager, 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, getEventDispatcher
create, createEntityEvent, delete, delete, delete, findById, fireEntityDeletedEvent, fireEntityInsertedEvent, fireEntityUpdatedEvent, getDataManager, insert, insert, setDataManager, update, update
public PlatformResourceEntityManagerImpl(PlatformEngineConfiguration actionEngineConfiguration, PlatformResourceDataManager resourceDataManager)
public void deleteResourcesByDeploymentId(String deploymentId)
deleteResourcesByDeploymentId
in interface PlatformResourceEntityManager
public PlatformResourceEntity findResourceByDeploymentIdAndResourceName(String deploymentId, String resourceName)
findResourceByDeploymentIdAndResourceName
in interface PlatformResourceEntityManager
public List<PlatformResourceEntity> findResourcesByDeploymentId(String deploymentId)
findResourcesByDeploymentId
in interface PlatformResourceEntityManager