public interface WorkflowAttributeDAO
WorkflowAttributeDAO interface.
| Modifier and Type | Method and Description | 
|---|---|
Integer | 
add(WorkflowAttribute workflowAttribute)
 add. 
 | 
void | 
delete(WorkflowAttribute workflowAttribute)
 delete. 
 | 
WorkflowAttribute | 
get(Integer id)
 get. 
 | 
List<WorkflowAttribute> | 
get(Workflow workflow)
 get. 
 | 
List<WorkflowAttribute> | 
getAll()
 getAll. 
 | 
void | 
update(WorkflowAttribute workflowAttribute)
 update. 
 | 
List<WorkflowAttribute> getAll()
getAll.
List object.List<WorkflowAttribute> get(Workflow workflow)
get.
WorkflowAttribute get(Integer id)
get.
id - a Integer object.WorkflowAttribute object.Integer add(WorkflowAttribute workflowAttribute)
add.
workflowAttribute - a WorkflowAttribute object.Integer object.void update(WorkflowAttribute workflowAttribute)
update.
workflowAttribute - a WorkflowAttribute object.void delete(WorkflowAttribute workflowAttribute)
delete.
workflowAttribute - a WorkflowAttribute object.Copyright © 2015 SeqWare. All rights reserved.