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 |
---|---|
List<ProcessingAttribute> |
ProcessingAttributeDAO.findAll(Processing processing)
findAll.
|
List<ProcessingAttribute> |
ProcessingAttributeDAO.list()
list.
|
Modifier and Type | Method and Description |
---|---|
void |
ProcessingAttributeDAO.delete(ProcessingAttribute processingAttribute)
delete.
|
void |
ProcessingAttributeDAO.insert(ProcessingAttribute processingAttribute)
insert.
|
void |
ProcessingAttributeDAO.update(ProcessingAttribute processingAttribute)
update.
|
Modifier and Type | Method and Description |
---|---|
List<ProcessingAttribute> |
ProcessingAttributeDAOHibernate.findAll(Processing processing)
findAll.
|
List<ProcessingAttribute> |
ProcessingAttributeDAOHibernate.list()
list.
|
Modifier and Type | Method and Description |
---|---|
void |
ProcessingAttributeDAOHibernate.delete(ProcessingAttribute processingAttribute)
delete.
|
void |
ProcessingAttributeDAOHibernate.insert(ProcessingAttribute processingAttribute)
insert.
|
void |
ProcessingAttributeDAOHibernate.update(ProcessingAttribute processingAttribute)
update.
|
Modifier and Type | Method and Description |
---|---|
void |
MetadataWS.annotateProcessing(int swid,
ProcessingAttribute att,
Boolean skip)
annotateProcessing.
|
void |
Metadata.annotateProcessing(int processingSWID,
ProcessingAttribute att,
Boolean skip)
annotateProcessing.
|
void |
MetadataNoConnection.annotateProcessing(int processingSWID,
ProcessingAttribute att,
Boolean skip)
annotateProcessing.
|
void |
MetadataDB.annotateProcessing(int processingSWID,
ProcessingAttribute att,
Boolean skip)
annotateProcessing.
|
void |
MetadataInMemory.annotateProcessing(int processingSWID,
ProcessingAttribute att,
Boolean skip) |
Modifier and Type | Method and Description |
---|---|
void |
MetadataWS.annotateProcessing(int processingSWID,
Set<ProcessingAttribute> atts)
annotateProcessing.
|
void |
Metadata.annotateProcessing(int processingSWID,
Set<ProcessingAttribute> atts)
annotateProcessing.
|
void |
MetadataNoConnection.annotateProcessing(int processingSWID,
Set<ProcessingAttribute> atts)
annotateProcessing.
|
void |
MetadataDB.annotateProcessing(int processingSWID,
Set<ProcessingAttribute> atts)
annotateProcessing.
|
void |
MetadataInMemory.annotateProcessing(int processingSWID,
Set<ProcessingAttribute> atts) |
Modifier and Type | Method and Description |
---|---|
Set<ProcessingAttribute> |
Processing.getAnnotations() |
Set<ProcessingAttribute> |
Processing.getProcessingAttributes()
Getter for the field
processingAttributes . |
Modifier and Type | Method and Description |
---|---|
void |
Processing.setProcessingAttributes(Set<ProcessingAttribute> processingAttributes)
Setter for the field
processingAttributes . |
Copyright © 2015 SeqWare. All rights reserved.