| Modifier and Type | Method and Description |
|---|---|
static Endpoint |
EndpointMapper.mapOmrsEntityDetailToEndpoint(EntityDetail omrsEntityDetail) |
| Modifier and Type | Method and Description |
|---|---|
static EntityDetail |
EndpointMapper.mapEndpointToOmrsEntityDetail(Endpoint endpoint)
Map (convert) the supplied Endpoint to an entityDetail.
|
| Modifier and Type | Field and Description |
|---|---|
protected Endpoint |
ConnectionEndpointReference.endpoint |
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
ConnectionEndpointReference.getEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionEndpointReference.setEndpoint(Endpoint endpoint) |
| Modifier and Type | Field and Description |
|---|---|
protected Endpoint |
AccessEndpointsReference.endpoint |
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
AccessEndpointsReference.getEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
void |
AccessEndpointsReference.setEndpoint(Endpoint endpoint) |
| Modifier and Type | Field and Description |
|---|---|
protected Endpoint |
EndpointsReference.endpoint |
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
EndpointsReference.getEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
void |
EndpointsReference.setEndpoint(Endpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
SubjectAreaBeansToAccessOMRS.addEndpointClassifications(String userId,
String entityGuid,
List<Classification> classifications)
Add classifications to the supplied endpoint
|
Endpoint |
SubjectAreaBeansToAccessOMRS.createEndpoint(String userId,
Endpoint endpoint)
Create new endpoint.
|
Endpoint |
SubjectAreaBeansToAccessOMRS.deleteEndpointClassification(String userId,
String entityGuid,
String name)
Deletes a given classification from an existing endpoint represented by a guid.
|
Endpoint |
SubjectAreaBeansToAccessOMRS.getEndpointById(String userId,
String entityGuid)
Fetch complete definition of an endpoint given its GUID.
|
Endpoint |
SubjectAreaBeansToAccessOMRS.restoreEndpoint(String userId,
String entityGuid)
Restore an Endpoint identified by its GUID.
|
Endpoint |
SubjectAreaBeansToAccessOMRS.updateEndpoint(String userId,
Endpoint endpoint)
Update endpoint
|
Endpoint |
SubjectAreaBeansToAccessOMRS.updateEndpointClassification(String userId,
String entityGuid,
List<Classification> classificationsToUpdate)
Updates classifications to an existing endpoint represented by a guid.
|
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
SubjectAreaBeansToAccessOMRS.createEndpoint(String userId,
Endpoint endpoint)
Create new endpoint.
|
Endpoint |
SubjectAreaBeansToAccessOMRS.updateEndpoint(String userId,
Endpoint endpoint)
Update endpoint
|
Copyright © 2018–2019 ODPi. All rights reserved.