public interface WorkflowRunAttributeDAO
WorkflowRunAttributeDAO interface.
Modifier and Type | Method and Description |
---|---|
Integer |
add(WorkflowRunAttribute workflowRunAttribute)
add.
|
void |
delete(WorkflowRunAttribute workflowRunAttribute)
delete.
|
WorkflowRunAttribute |
get(Integer id)
get.
|
List<WorkflowRunAttribute> |
get(WorkflowRun workflowRun)
get.
|
List<WorkflowRunAttribute> |
getAll()
getAll.
|
void |
update(WorkflowRunAttribute workflowRunAttribute)
update.
|
List<WorkflowRunAttribute> getAll()
getAll.
List
object.List<WorkflowRunAttribute> get(WorkflowRun workflowRun)
get.
workflowRun
- a WorkflowRun
object.List
object.WorkflowRunAttribute get(Integer id)
get.
id
- a Integer
object.WorkflowRunAttribute
object.Integer add(WorkflowRunAttribute workflowRunAttribute)
add.
workflowRunAttribute
- a WorkflowRunAttribute
object.Integer
object.void update(WorkflowRunAttribute workflowRunAttribute)
update.
workflowRunAttribute
- a WorkflowRunAttribute
object.void delete(WorkflowRunAttribute workflowRunAttribute)
delete.
workflowRunAttribute
- a WorkflowRunAttribute
object.Copyright © 2015 SeqWare. All rights reserved.