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 |
---|---|
WorkflowParam |
WorkflowParamFacadeREST.find(Integer id) |
Modifier and Type | Method and Description |
---|---|
List<WorkflowParam> |
WorkflowParamFacadeREST.findAll() |
List<WorkflowParam> |
WorkflowParamFacadeREST.findRange(Integer from,
Integer to) |
Modifier and Type | Method and Description |
---|---|
void |
WorkflowParamFacadeREST.create(WorkflowParam entity) |
void |
WorkflowParamFacadeREST.edit(WorkflowParam entity) |
Modifier and Type | Method and Description |
---|---|
WorkflowParam |
WorkflowParamValue.getWorkflowParamId() |
Modifier and Type | Method and Description |
---|---|
Collection<WorkflowParam> |
Workflow.getWorkflowParamCollection() |
Modifier and Type | Method and Description |
---|---|
void |
WorkflowParamValue.setWorkflowParamId(WorkflowParam workflowParamId) |
Modifier and Type | Method and Description |
---|---|
void |
Workflow.setWorkflowParamCollection(Collection<WorkflowParam> workflowParamCollection) |
Copyright © 2015 SeqWare. All rights reserved.