| Modifier and Type | Method and Description |
|---|---|
static SchemaLinkElement |
SchemaLinkElementMapper.mapOmrsEntityDetailToSchemaLinkElement(EntityDetail omrsEntityDetail) |
| Modifier and Type | Method and Description |
|---|---|
static EntityDetail |
SchemaLinkElementMapper.mapSchemaLinkElementToOmrsEntityDetail(SchemaLinkElement schemaLinkElement)
Map (convert) the supplied SchemaLinkElement to an entityDetail.
|
| Modifier and Type | Field and Description |
|---|---|
protected SchemaLinkElement |
ExternalTypeReference.schemaLinkElement |
| Modifier and Type | Method and Description |
|---|---|
SchemaLinkElement |
ExternalTypeReference.getSchemaLinkElement() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExternalTypeReference.setSchemaLinkElement(SchemaLinkElement schemaLinkElement) |
| Modifier and Type | Field and Description |
|---|---|
protected SchemaLinkElement |
LinkedByReference.schemaLinkElement |
| Modifier and Type | Method and Description |
|---|---|
SchemaLinkElement |
LinkedByReference.getSchemaLinkElement() |
| Modifier and Type | Method and Description |
|---|---|
void |
LinkedByReference.setSchemaLinkElement(SchemaLinkElement schemaLinkElement) |
| Modifier and Type | Method and Description |
|---|---|
SchemaLinkElement |
SubjectAreaBeansToAccessOMRS.addSchemaLinkElementClassifications(String userId,
String entityGuid,
List<Classification> classifications)
Add classifications to the supplied schemaLinkElement
|
SchemaLinkElement |
SubjectAreaBeansToAccessOMRS.createSchemaLinkElement(String userId,
SchemaLinkElement schemaLinkElement)
Create new schemaLinkElement.
|
SchemaLinkElement |
SubjectAreaBeansToAccessOMRS.deleteSchemaLinkElementClassification(String userId,
String entityGuid,
String name)
Deletes a given classification from an existing schemaLinkElement represented by a guid.
|
SchemaLinkElement |
SubjectAreaBeansToAccessOMRS.getSchemaLinkElementById(String userId,
String entityGuid)
Fetch complete definition of an schemaLinkElement given its GUID.
|
SchemaLinkElement |
SubjectAreaBeansToAccessOMRS.updateSchemaLinkElement(String userId,
SchemaLinkElement schemaLinkElement)
Update schemaLinkElement
|
SchemaLinkElement |
SubjectAreaBeansToAccessOMRS.updateSchemaLinkElementClassification(String userId,
String entityGuid,
List<Classification> classificationsToUpdate)
Updates classifications to an existing schemaLinkElement represented by a guid.
|
| Modifier and Type | Method and Description |
|---|---|
SchemaLinkElement |
SubjectAreaBeansToAccessOMRS.createSchemaLinkElement(String userId,
SchemaLinkElement schemaLinkElement)
Create new schemaLinkElement.
|
SchemaLinkElement |
SubjectAreaBeansToAccessOMRS.updateSchemaLinkElement(String userId,
SchemaLinkElement schemaLinkElement)
Update schemaLinkElement
|
Copyright © 2018 ODPi. All rights reserved.