| Modifier and Type | Method and Description |
|---|---|
static GraphEdge |
GraphEdgeMapper.mapOmrsEntityDetailToGraphEdge(EntityDetail omrsEntityDetail) |
| Modifier and Type | Method and Description |
|---|---|
static EntityDetail |
GraphEdgeMapper.mapGraphEdgeToOmrsEntityDetail(GraphEdge graphEdge)
Map (convert) the supplied GraphEdge to an entityDetail.
|
| Modifier and Type | Field and Description |
|---|---|
protected GraphEdge |
EdgesReference.graphEdge |
| Modifier and Type | Method and Description |
|---|---|
GraphEdge |
EdgesReference.getGraphEdge() |
| Modifier and Type | Method and Description |
|---|---|
void |
EdgesReference.setGraphEdge(GraphEdge graphEdge) |
| Modifier and Type | Method and Description |
|---|---|
GraphEdge |
SubjectAreaBeansToAccessOMRS.addGraphEdgeClassifications(String userId,
String entityGuid,
List<Classification> classifications)
Add classifications to the supplied graphEdge
|
GraphEdge |
SubjectAreaBeansToAccessOMRS.createGraphEdge(String userId,
GraphEdge graphEdge)
Create new graphEdge.
|
GraphEdge |
SubjectAreaBeansToAccessOMRS.deleteGraphEdgeClassification(String userId,
String entityGuid,
String name)
Deletes a given classification from an existing graphEdge represented by a guid.
|
GraphEdge |
SubjectAreaBeansToAccessOMRS.getGraphEdgeById(String userId,
String entityGuid)
Fetch complete definition of an graphEdge given its GUID.
|
GraphEdge |
SubjectAreaBeansToAccessOMRS.updateGraphEdge(String userId,
GraphEdge graphEdge)
Update graphEdge
|
GraphEdge |
SubjectAreaBeansToAccessOMRS.updateGraphEdgeClassification(String userId,
String entityGuid,
List<Classification> classificationsToUpdate)
Updates classifications to an existing graphEdge represented by a guid.
|
| Modifier and Type | Method and Description |
|---|---|
GraphEdge |
SubjectAreaBeansToAccessOMRS.createGraphEdge(String userId,
GraphEdge graphEdge)
Create new graphEdge.
|
GraphEdge |
SubjectAreaBeansToAccessOMRS.updateGraphEdge(String userId,
GraphEdge graphEdge)
Update graphEdge
|
Copyright © 2018 ODPi. All rights reserved.