| Modifier and Type | Method and Description |
|---|---|
static DataFile |
DataFileMapper.mapOmrsEntityDetailToDataFile(EntityDetail omrsEntityDetail) |
| Modifier and Type | Method and Description |
|---|---|
static EntityDetail |
DataFileMapper.mapDataFileToOmrsEntityDetail(DataFile dataFile)
Map (convert) the supplied DataFile to an entityDetail.
|
| Modifier and Type | Field and Description |
|---|---|
protected DataFile |
LinkedFilesReference.dataFile |
protected DataFile |
NestedFilesReference.dataFile |
| Modifier and Type | Method and Description |
|---|---|
DataFile |
LinkedFilesReference.getDataFile() |
DataFile |
NestedFilesReference.getDataFile() |
| Modifier and Type | Method and Description |
|---|---|
void |
LinkedFilesReference.setDataFile(DataFile dataFile) |
void |
NestedFilesReference.setDataFile(DataFile dataFile) |
| Modifier and Type | Method and Description |
|---|---|
DataFile |
SubjectAreaBeansToAccessOMRS.addDataFileClassifications(String userId,
String entityGuid,
List<Classification> classifications)
Add classifications to the supplied dataFile
|
DataFile |
SubjectAreaBeansToAccessOMRS.createDataFile(String userId,
DataFile dataFile)
Create new dataFile.
|
DataFile |
SubjectAreaBeansToAccessOMRS.deleteDataFileClassification(String userId,
String entityGuid,
String name)
Deletes a given classification from an existing dataFile represented by a guid.
|
DataFile |
SubjectAreaBeansToAccessOMRS.getDataFileById(String userId,
String entityGuid)
Fetch complete definition of an dataFile given its GUID.
|
DataFile |
SubjectAreaBeansToAccessOMRS.updateDataFile(String userId,
DataFile dataFile)
Update dataFile
|
DataFile |
SubjectAreaBeansToAccessOMRS.updateDataFileClassification(String userId,
String entityGuid,
List<Classification> classificationsToUpdate)
Updates classifications to an existing dataFile represented by a guid.
|
| Modifier and Type | Method and Description |
|---|---|
DataFile |
SubjectAreaBeansToAccessOMRS.createDataFile(String userId,
DataFile dataFile)
Create new dataFile.
|
DataFile |
SubjectAreaBeansToAccessOMRS.updateDataFile(String userId,
DataFile dataFile)
Update dataFile
|
Copyright © 2018 ODPi. All rights reserved.