public interface FileAttributeService
FileAttributeService interface.
| Modifier and Type | Method and Description |
|---|---|
Integer |
add(Integer fileSwa,
FileAttribute fileAttribute)
add.
|
void |
delete(Integer fileSwa,
Integer fileAttributeId)
delete.
|
FileAttribute |
get(Integer fileSwa,
Integer id)
get.
|
Set<FileAttribute> |
getFileAttributes(Integer fileSwa)
Returns a complete set of attributes for a give File.
|
void |
update(Integer fileSwa,
FileAttribute fileAttribute)
update.
|
Set<FileAttribute> getFileAttributes(Integer fileSwa)
fileSwa - File SeqWare Accession attributes are associated with.FileAttribute get(Integer fileSwa, Integer id)
get.
fileSwa - a Integer object.id - a Integer object.FileAttribute object.Integer add(Integer fileSwa, FileAttribute fileAttribute)
add.
fileSwa - a Integer object.fileAttribute - a FileAttribute object.Integer object.void update(Integer fileSwa, FileAttribute fileAttribute)
update.
fileSwa - a Integer object.fileAttribute - a FileAttribute object.Copyright © 2015 SeqWare. All rights reserved.