Package | Description |
---|---|
io.seqware.webservice.generated.controller |
Autogenerated web resources.
|
io.seqware.webservice.generated.model |
Auto-generated model classes.
|
Modifier and Type | Method and Description |
---|---|
File |
FileFacadeREST.find(Integer id) |
Modifier and Type | Method and Description |
---|---|
List<File> |
FileFacadeREST.findAll() |
List<File> |
FileFacadeREST.findRange(Integer from,
Integer to) |
Modifier and Type | Method and Description |
---|---|
void |
FileFacadeREST.create(File entity) |
void |
FileFacadeREST.edit(File entity) |
Modifier and Type | Method and Description |
---|---|
File |
FileAttribute.getFileId() |
File |
ProcessingFiles.getFileId() |
Modifier and Type | Method and Description |
---|---|
Collection<File> |
WorkflowRun.getFileCollection() |
Collection<File> |
Registration.getFileCollection() |
Collection<File> |
FileType.getFileCollection() |
Modifier and Type | Method and Description |
---|---|
void |
FileAttribute.setFileId(File fileId) |
void |
ProcessingFiles.setFileId(File fileId) |
Modifier and Type | Method and Description |
---|---|
void |
WorkflowRun.setFileCollection(Collection<File> fileCollection) |
void |
Registration.setFileCollection(Collection<File> fileCollection) |
void |
FileType.setFileCollection(Collection<File> fileCollection) |
Copyright © 2015 SeqWare. All rights reserved.