| Modifier and Type | Method and Description |
|---|---|
static GraphVertex |
GraphVertexMapper.mapOmrsEntityDetailToGraphVertex(EntityDetail omrsEntityDetail) |
| Modifier and Type | Method and Description |
|---|---|
static EntityDetail |
GraphVertexMapper.mapGraphVertexToOmrsEntityDetail(GraphVertex graphVertex)
Map (convert) the supplied GraphVertex to an entityDetail.
|
| Modifier and Type | Field and Description |
|---|---|
protected GraphVertex |
VerticesReference.graphVertex |
| Modifier and Type | Method and Description |
|---|---|
GraphVertex |
VerticesReference.getGraphVertex() |
| Modifier and Type | Method and Description |
|---|---|
void |
VerticesReference.setGraphVertex(GraphVertex graphVertex) |
| Modifier and Type | Method and Description |
|---|---|
GraphVertex |
SubjectAreaBeansToAccessOMRS.addGraphVertexClassifications(String userId,
String entityGuid,
List<Classification> classifications)
Add classifications to the supplied graphVertex
|
GraphVertex |
SubjectAreaBeansToAccessOMRS.createGraphVertex(String userId,
GraphVertex graphVertex)
Create new graphVertex.
|
GraphVertex |
SubjectAreaBeansToAccessOMRS.deleteGraphVertexClassification(String userId,
String entityGuid,
String name)
Deletes a given classification from an existing graphVertex represented by a guid.
|
GraphVertex |
SubjectAreaBeansToAccessOMRS.getGraphVertexById(String userId,
String entityGuid)
Fetch complete definition of an graphVertex given its GUID.
|
GraphVertex |
SubjectAreaBeansToAccessOMRS.updateGraphVertex(String userId,
GraphVertex graphVertex)
Update graphVertex
|
GraphVertex |
SubjectAreaBeansToAccessOMRS.updateGraphVertexClassification(String userId,
String entityGuid,
List<Classification> classificationsToUpdate)
Updates classifications to an existing graphVertex represented by a guid.
|
| Modifier and Type | Method and Description |
|---|---|
GraphVertex |
SubjectAreaBeansToAccessOMRS.createGraphVertex(String userId,
GraphVertex graphVertex)
Create new graphVertex.
|
GraphVertex |
SubjectAreaBeansToAccessOMRS.updateGraphVertex(String userId,
GraphVertex graphVertex)
Update graphVertex
|
Copyright © 2018 ODPi. All rights reserved.