| Package | Description |
|---|---|
| org.molgenis.omx.auth | |
| org.molgenis.omx.observ | |
| org.molgenis.omx.observ.target | |
| org.molgenis.omx.observ.target.db | |
| org.molgenis.service |
| Modifier and Type | Class and Description |
|---|---|
class |
PersonRole
PersonRole: Seperate type of ontologyTerm to administrate roles.
|
| Modifier and Type | Method and Description |
|---|---|
OntologyTerm |
Category.getDefinition()
Get the The category that is being measured in a specific way..
|
OntologyTerm |
Category.getDefinition(Database db)
Deprecated.
|
OntologyTerm |
ObservableFeature_Definitions.getDefinitions()
Get the .
|
OntologyTerm |
ObservableFeature_Definitions.getDefinitions(Database db)
Deprecated.
|
OntologyTerm |
Protocol.getProtocolType()
Get the classification of protocol.
|
OntologyTerm |
Protocol.getProtocolType(Database db)
Deprecated.
|
OntologyTerm |
ObservableFeature.getUnit()
Get the (Optional) Reference to the well-defined measurement unit used to observe this feature (if feature is that concrete).
|
OntologyTerm |
ObservableFeature.getUnit(Database db)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<OntologyTerm> |
ObservableFeature.getDefinitions()
Get the The concept that is being measured in a specific way..
|
List<OntologyTerm> |
ObservableFeature.getDefinitions(Database db)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Category.setDefinition(OntologyTerm definition)
Set the The category that is being measured in a specific way..
|
void |
ObservableFeature.setDefinitions(OntologyTerm... definitions) |
void |
ObservableFeature_Definitions.setDefinitions(OntologyTerm definitions)
Set the .
|
void |
Protocol.setProtocolType(OntologyTerm protocolType)
Set the classification of protocol.
|
void |
ObservableFeature.setUnit(OntologyTerm unit)
Set the (Optional) Reference to the well-defined measurement unit used to observe this feature (if feature is that concrete).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ObservableFeature.setDefinitions(List<OntologyTerm> definitions)
Set the The concept that is being measured in a specific way..
|
| Modifier and Type | Class and Description |
|---|---|
class |
Accession
Accession:
An external identifier for an annotation.
|
class |
Species
Species: Ontology terms for species.
|
| Modifier and Type | Method and Description |
|---|---|
OntologyTerm |
OntologyTerm.create(Entity entity) |
static OntologyTerm |
OntologyTerm.findById(Database db,
Integer id) |
static OntologyTerm |
OntologyTerm.findByIdentifier(Database db,
String identifier) |
static OntologyTerm |
OntologyTerm.findByOntologyTermAccession(Database db,
Integer ontology,
String termAccession) |
OntologyTerm |
Panel.getPanelType()
Get the Indicate the type of Panel (example: Sample panel, AssayedPanel, Natural=wild type, Parental=parents of a cross, F1=First generation of cross, RCC=Recombinant congenic, CSS=chromosome substitution).
|
OntologyTerm |
Panel.getPanelType(Database db)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static List<? extends OntologyTerm> |
OntologyTerm.find(Database db,
QueryRule... rules)
Shorthand for db.find(OntologyTerm.class, org.molgenis.framework.db.QueryRule ...
|
static Query<? extends OntologyTerm> |
OntologyTerm.query(Database db)
Shorthand for db.query(OntologyTerm.class).
|
| Modifier and Type | Method and Description |
|---|---|
void |
Panel.setPanelType(OntologyTerm panelType)
Set the Indicate the type of Panel (example: Sample panel, AssayedPanel, Natural=wild type, Parental=parents of a cross, F1=First generation of cross, RCC=Recombinant congenic, CSS=chromosome substitution).
|
| Constructor and Description |
|---|
OntologyTerm(OntologyTerm copyMe)
copy constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
OntologyTermSecurityDecorator<E extends OntologyTerm>
TODO add column level security filters
|
| Modifier and Type | Method and Description |
|---|---|
OntologyTerm |
OntologyTermJpaMapper.create() |
| Modifier and Type | Method and Description |
|---|---|
List<OntologyTerm> |
OntologyTermJpaMapper.createList(int size)
Return EMPTY list of given allocated size
|
| Modifier and Type | Method and Description |
|---|---|
void |
OntologyTermJpaMapper.create(OntologyTerm entity)
This method first saves the objects that are being refered to by entity,
then the entity itself and
finally the objects that refer to this object
|
void |
OntologyTermJpaMapper.destroy(OntologyTerm ontologyTerm) |
void |
OntologyTermJpaMapper.edit(OntologyTerm ontologyTerm) |
| Modifier and Type | Method and Description |
|---|---|
int |
OntologyTermJpaMapper.executeAdd(List<? extends OntologyTerm> entities) |
int |
OntologyTermJpaMapper.executeRemove(List<? extends OntologyTerm> entities) |
int |
OntologyTermJpaMapper.executeUpdate(List<? extends OntologyTerm> entities) |
void |
OntologyTermJpaMapper.prepareFileAttachements(List<OntologyTerm> entities,
File baseDir) |
void |
OntologyTermJpaMapper.resolveForeignKeys(List<OntologyTerm> entities) |
boolean |
OntologyTermJpaMapper.saveFileAttachements(List<OntologyTerm> entities,
File baseDir) |
| Modifier and Type | Method and Description |
|---|---|
OntologyTerm |
OntologyTermService.create(OntologyTerm ontologyTerm) |
OntologyTerm |
OntologyTermService.read(Integer id) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<OntologyTerm> |
OntologyTermService.readAll() |
EntityPager<OntologyTerm> |
OntologyTermService.readAll(int start,
int num,
List<QueryRule> queryRules) |
| Modifier and Type | Method and Description |
|---|---|
OntologyTerm |
OntologyTermService.create(OntologyTerm ontologyTerm) |
void |
OntologyTermService.update(OntologyTerm ontologyTerm) |
Copyright © 2013. All Rights Reserved.