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 |
---|---|
LaneWorkflowRuns |
LaneWorkflowRunsFacadeREST.find(Integer id) |
Modifier and Type | Method and Description |
---|---|
List<LaneWorkflowRuns> |
LaneWorkflowRunsFacadeREST.findAll() |
List<LaneWorkflowRuns> |
LaneWorkflowRunsFacadeREST.findRange(Integer from,
Integer to) |
Modifier and Type | Method and Description |
---|---|
void |
LaneWorkflowRunsFacadeREST.create(LaneWorkflowRuns entity) |
void |
LaneWorkflowRunsFacadeREST.edit(LaneWorkflowRuns entity) |
Modifier and Type | Method and Description |
---|---|
Collection<LaneWorkflowRuns> |
WorkflowRun.getLaneWorkflowRunsCollection() |
Collection<LaneWorkflowRuns> |
Lane.getLaneWorkflowRunsCollection() |
Modifier and Type | Method and Description |
---|---|
void |
WorkflowRun.setLaneWorkflowRunsCollection(Collection<LaneWorkflowRuns> laneWorkflowRunsCollection) |
void |
Lane.setLaneWorkflowRunsCollection(Collection<LaneWorkflowRuns> laneWorkflowRunsCollection) |
Copyright © 2015 SeqWare. All rights reserved.