| Package | Description | 
|---|---|
| net.sourceforge.seqware.common.dao | 
 More hibernate auto-generated. 
 | 
| net.sourceforge.seqware.common.dao.hibernate | 
 More hibernate auto-generated. 
 | 
| net.sourceforge.seqware.common.metadata | 
 Critical classes that effectively convert API calls into actions against the DB and web service. 
 | 
| net.sourceforge.seqware.common.model | 
 Hibernate model classes for the metadb. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
WorkflowRunAttribute | 
WorkflowRunAttributeDAO.get(Integer id)
 get. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<WorkflowRunAttribute> | 
WorkflowRunAttributeDAO.get(WorkflowRun workflowRun)
 get. 
 | 
List<WorkflowRunAttribute> | 
WorkflowRunAttributeDAO.getAll()
 getAll. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Integer | 
WorkflowRunAttributeDAO.add(WorkflowRunAttribute workflowRunAttribute)
 add. 
 | 
void | 
WorkflowRunAttributeDAO.delete(WorkflowRunAttribute workflowRunAttribute)
 delete. 
 | 
void | 
WorkflowRunAttributeDAO.update(WorkflowRunAttribute workflowRunAttribute)
 update. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
WorkflowRunAttribute | 
WorkflowRunAttributeDAOHibernate.get(Integer id)
 get. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<WorkflowRunAttribute> | 
WorkflowRunAttributeDAOHibernate.get(WorkflowRun workflowRun)
 get. 
 | 
List<WorkflowRunAttribute> | 
WorkflowRunAttributeDAOHibernate.getAll()
 getAll. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Integer | 
WorkflowRunAttributeDAOHibernate.add(WorkflowRunAttribute workflowRunAttribute)
 add. 
 | 
void | 
WorkflowRunAttributeDAOHibernate.delete(WorkflowRunAttribute workflowRunAttribute)
 delete. 
 | 
void | 
WorkflowRunAttributeDAOHibernate.update(WorkflowRunAttribute workflowRunAttribute)
 update. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MetadataWS.annotateWorkflowRun(int workflowrunSWID,
                   WorkflowRunAttribute att,
                   Boolean skip)
 annotateWorkflowRun. 
 | 
void | 
Metadata.annotateWorkflowRun(int workflowrunSWID,
                   WorkflowRunAttribute att,
                   Boolean skip)
 annotateWorkflowRun. 
 | 
void | 
MetadataNoConnection.annotateWorkflowRun(int workflowrunSWID,
                   WorkflowRunAttribute att,
                   Boolean skip)
 annotateWorkflowRun. 
 | 
void | 
MetadataDB.annotateWorkflowRun(int workflowrunSWID,
                   WorkflowRunAttribute att,
                   Boolean skip)
 annotateWorkflowRun. 
 | 
void | 
MetadataInMemory.annotateWorkflowRun(int workflowrunSWID,
                   WorkflowRunAttribute att,
                   Boolean skip)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MetadataWS.annotateWorkflowRun(int workflowrunSWID,
                   Set<WorkflowRunAttribute> atts)
 annotateWorkflowRun. 
 | 
void | 
Metadata.annotateWorkflowRun(int workflowSWID,
                   Set<WorkflowRunAttribute> atts)
 annotateWorkflowRun. 
 | 
void | 
MetadataNoConnection.annotateWorkflowRun(int workflowSWID,
                   Set<WorkflowRunAttribute> atts)
 annotateWorkflowRun. 
 | 
void | 
MetadataDB.annotateWorkflowRun(int workflowSWID,
                   Set<WorkflowRunAttribute> atts)
 annotateWorkflowRun. 
 | 
void | 
MetadataInMemory.annotateWorkflowRun(int workflowSWID,
                   Set<WorkflowRunAttribute> atts)  | 
| Modifier and Type | Method and Description | 
|---|---|
Set<WorkflowRunAttribute> | 
WorkflowRun.getAnnotations()  | 
Set<WorkflowRunAttribute> | 
WorkflowRun.getWorkflowRunAttributes()
 Getter for the field  
workflowRunAttributes. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
WorkflowRun.setWorkflowRunAttributes(Set<WorkflowRunAttribute> workflowRunAttributes)
 Setter for the field  
workflowRunAttributes. | 
Copyright © 2015 SeqWare. All rights reserved.