| Package | Description |
|---|---|
| edu.illinois.ncsa.datawolf.domain.dao | |
| edu.illinois.ncsa.datawolf.jpa.dao | |
| edu.illinois.ncsa.datawolf.service |
| Modifier and Type | Method and Description |
|---|---|
LogFile |
LogFileDao.findByExecutionIdAndStepId(String executionId,
String stepId) |
| Modifier and Type | Method and Description |
|---|---|
List<LogFile> |
LogFileDao.findByExecutionId(String executionId) |
| Modifier and Type | Method and Description |
|---|---|
LogFile |
LogFileJPADao.findByExecutionIdAndStepId(String executionId,
String stepId) |
| Modifier and Type | Method and Description |
|---|---|
List<LogFile> |
LogFileJPADao.findByExecutionId(String executionId) |
| Modifier and Type | Method and Description |
|---|---|
LogFile |
LogFilesResource.getLogFile(String logfileId)
Get a dataset by Id
|
LogFile |
ExecutionsResource.getLogfiles(String executionId,
String stepId)
Get the logfile belonging to a single step of the execution
|
| Modifier and Type | Method and Description |
|---|---|
List<LogFile> |
LogFilesResource.getDatasets(int size,
int page)
Get all logfiles
|
List<LogFile> |
ExecutionsResource.getLogfiles(String executionId)
Get all logfiles belonging to the execution
|
Copyright © 2017. All rights reserved.