Modifier and Type | Method and Description |
---|---|
void |
TapeCatalogServiceImpl.addIfAbsent(List<QueryCriteria> criteria,
QueueMessageEntity queueMessageEntity) |
List<TapeCatalog> |
TapeCatalogServiceImpl.find(List<QueryCriteria> criteria) |
List<TapeCatalog> |
TapeCatalogRepository.findTapes(List<QueryCriteria> criteria)
return tape models according to given fields
|
Modifier and Type | Method and Description |
---|---|
void |
QueueRepositoryImpl.addIfAbsent(List<QueryCriteria> criteria,
QueueMessageEntity queueMessageEntity) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
TapeCatalogResource.getTapes(List<QueryCriteria> criteria)
Get a list of tape model from catalog
|
Modifier and Type | Method and Description |
---|---|
void |
QueueRepository.addIfAbsent(List<QueryCriteria> criteria,
QueueMessageEntity queueMessageEntity) |
List<TapeCatalog> |
TapeCatalogService.find(List<QueryCriteria> criteria) |
Copyright © 2019 Vitam. All rights reserved.