| Package | Description |
|---|---|
| org.molgenis.catalog | |
| org.molgenis.omx.protocolviewer | |
| org.molgenis.omx.studymanager | |
| org.molgenis.study | |
| org.molgenis.studymanager |
| Modifier and Type | Method and Description |
|---|---|
static CatalogModel |
CatalogModelBuilder.create(Catalog catalog,
StudyDefinition studyDefinition) |
static CatalogModel |
CatalogModelBuilder.create(Catalog catalog,
StudyDefinition studyDefinition,
boolean selectedOnly) |
| Modifier and Type | Method and Description |
|---|---|
StudyDefinition |
ProtocolViewerService.createStudyDefinitionDraftForCurrentUser(String catalogId)
Creates a study definition draft for the current logged in user
|
StudyDefinition |
ProtocolViewerServiceImpl.createStudyDefinitionDraftForCurrentUser(String catalogId) |
StudyDefinition |
ProtocolViewerService.getStudyDefinitionDraftForCurrentUser(String catalogId)
Gets the current study definition draft for the current logged in user
|
StudyDefinition |
ProtocolViewerServiceImpl.getStudyDefinitionDraftForCurrentUser(String catalogId) |
StudyDefinition |
ProtocolViewerService.getStudyDefinitionForCurrentUser(Integer id)
Returns the given order for the current user
|
StudyDefinition |
ProtocolViewerServiceImpl.getStudyDefinitionForCurrentUser(Integer id) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<StudyDefinition> |
ProtocolViewerService.getStudyDefinitionsForCurrentUser()
Returns order for the current user
|
List<StudyDefinition> |
ProtocolViewerServiceImpl.getStudyDefinitionsForCurrentUser() |
| Modifier and Type | Class and Description |
|---|---|
class |
OmxStudyDefinition |
| Modifier and Type | Method and Description |
|---|---|
StudyDefinition |
OmxStudyManagerService.createStudyDefinition(String username,
String catalogId) |
StudyDefinition |
OmxStudyManagerService.createStudyDefinition(String username,
String catalogId,
String omxIdentifier) |
StudyDefinition |
OmxStudyManagerService.getStudyDefinition(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<StudyDefinition> |
OmxStudyManagerService.findStudyDefinitions(StudyDefinition.Status status,
String search) |
List<StudyDefinition> |
OmxStudyManagerService.getStudyDefinitions() |
List<StudyDefinition> |
OmxStudyManagerService.getStudyDefinitions(String username) |
List<StudyDefinition> |
OmxStudyManagerService.getStudyDefinitions(StudyDefinition.Status status) |
| Modifier and Type | Method and Description |
|---|---|
void |
OmxStudyManagerService.updateStudyDefinition(StudyDefinition studyDefinition) |
| Modifier and Type | Class and Description |
|---|---|
class |
StudyDefinitionImpl |
| Constructor and Description |
|---|
StudyDefinitionImpl(StudyDefinition studyDefinition) |
| Modifier and Type | Method and Description |
|---|---|
StudyDefinition |
StudyManagerService.createStudyDefinition(String username,
String catalogId)
Creates a new study definition for the given user based on a catalog
|
StudyDefinition |
StudyManagerService.getStudyDefinition(String id)
Find the study definition with the given id
|
| Modifier and Type | Method and Description |
|---|---|
List<StudyDefinition> |
StudyManagerService.findStudyDefinitions(StudyDefinition.Status status,
String search)
Search study definitions
|
List<StudyDefinition> |
StudyManagerService.getStudyDefinitions()
Find all study definitions
|
List<StudyDefinition> |
StudyManagerService.getStudyDefinitions(String username)
Find all studydefinitions of a user
|
List<StudyDefinition> |
StudyManagerService.getStudyDefinitions(StudyDefinition.Status status)
Find all study definition with the given status
|
| Modifier and Type | Method and Description |
|---|---|
void |
StudyManagerService.updateStudyDefinition(StudyDefinition studyDefinition)
Updates an existing study definition
|
Copyright © 2014. All Rights Reserved.