Package | Description |
---|---|
org.ovirt.engine.core.bll | |
org.ovirt.engine.core.common.businessentities | |
org.ovirt.engine.core.dao |
Modifier and Type | Method and Description |
---|---|
List<RepoFileMetaData> |
IsoDomainListSyncronizer.getCachedIsoListByDomainId(Guid isoStorageDomainId,
FileTypeExtension fileTypeExtension)
Returns the cached Iso file meta data list, for storage domain.
|
List<RepoFileMetaData> |
IsoDomainListSyncronizer.getUserRequestForStorageDomainRepoFileList(Guid storageDomainId,
FileTypeExtension fileTypeExtension,
boolean forceRefresh)
Returns a RepoFilesMetaData list with Iso file names for storage domain Id and with file type extension.
If user choose to refresh the cache, and a problem occurs, then returns null. |
Modifier and Type | Method and Description |
---|---|
static FileTypeExtension |
FileTypeExtension.forValue(int value) |
FileTypeExtension |
RepoFileMetaData.getFileType() |
static FileTypeExtension |
FileTypeExtension.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileTypeExtension[] |
FileTypeExtension.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
RepoFileMetaData.setFileType(FileTypeExtension fileType) |
Modifier and Type | Method and Description |
---|---|
List<RepoFileMetaData> |
RepoFileMetaDataDAODbFacadeImpl.getRepoListForStorageDomain(Guid storageDomainId,
FileTypeExtension fileType) |
List<RepoFileMetaData> |
RepoFileMetaDataDAO.getRepoListForStorageDomain(Guid storageDomainId,
FileTypeExtension fileType)
Returns a list of repository files with specific file extension from storage domain id.
If no repository found, will return an empty list. |
List<RepoFileMetaData> |
RepoFileMetaDataDAODbFacadeImpl.getRepoListForStorageDomainAndStoragePool(Guid storagePoolId,
Guid storageDomainId,
FileTypeExtension fileType) |
List<RepoFileMetaData> |
RepoFileMetaDataDAO.getRepoListForStorageDomainAndStoragePool(Guid storagePoolId,
Guid storageDomainId,
FileTypeExtension fileType)
Returns a list of repository files with specific file extension from storage domain id with specific status.
|
void |
RepoFileMetaDataDAODbFacadeImpl.removeRepoDomainFileList(Guid id,
FileTypeExtension filetype) |
void |
RepoFileMetaDataDAO.removeRepoDomainFileList(Guid id,
FileTypeExtension filetype)
Remove repository file list from cache table, of domain with the specified id.
|
Copyright © 2012. All Rights Reserved.