| Modifier and Type | Method and Description |
|---|---|
static Connection |
ConnectionMapper.mapOmrsEntityDetailToConnection(EntityDetail omrsEntityDetail) |
| Modifier and Type | Method and Description |
|---|---|
static EntityDetail |
ConnectionMapper.mapConnectionToOmrsEntityDetail(Connection connection)
Map (convert) the supplied Connection to an entityDetail.
|
| Modifier and Type | Field and Description |
|---|---|
protected Connection |
ConnectionsReference.connection |
| Modifier and Type | Method and Description |
|---|---|
Connection |
ConnectionsReference.getConnection() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionsReference.setConnection(Connection connection) |
| Modifier and Type | Field and Description |
|---|---|
protected Connection |
ConnectionsReference.connection |
| Modifier and Type | Method and Description |
|---|---|
Connection |
ConnectionsReference.getConnection() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionsReference.setConnection(Connection connection) |
| Modifier and Type | Field and Description |
|---|---|
protected Connection |
ConnectionsReference.connection |
| Modifier and Type | Method and Description |
|---|---|
Connection |
ConnectionsReference.getConnection() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionsReference.setConnection(Connection connection) |
| Modifier and Type | Field and Description |
|---|---|
protected Connection |
EmbeddedConnectionsReference.connection |
| Modifier and Type | Method and Description |
|---|---|
Connection |
EmbeddedConnectionsReference.getConnection() |
| Modifier and Type | Method and Description |
|---|---|
void |
EmbeddedConnectionsReference.setConnection(Connection connection) |
| Modifier and Type | Method and Description |
|---|---|
Connection |
SubjectAreaBeansToAccessOMRS.addConnectionClassifications(String userId,
String entityGuid,
List<Classification> classifications)
Add classifications to the supplied connection
|
Connection |
SubjectAreaBeansToAccessOMRS.createConnection(String userId,
Connection connection)
Create new connection.
|
Connection |
SubjectAreaBeansToAccessOMRS.deleteConnectionClassification(String userId,
String entityGuid,
String name)
Deletes a given classification from an existing connection represented by a guid.
|
Connection |
SubjectAreaBeansToAccessOMRS.getConnectionById(String userId,
String entityGuid)
Fetch complete definition of an connection given its GUID.
|
Connection |
SubjectAreaBeansToAccessOMRS.updateConnection(String userId,
Connection connection)
Update connection
|
Connection |
SubjectAreaBeansToAccessOMRS.updateConnectionClassification(String userId,
String entityGuid,
List<Classification> classificationsToUpdate)
Updates classifications to an existing connection represented by a guid.
|
| Modifier and Type | Method and Description |
|---|---|
Connection |
SubjectAreaBeansToAccessOMRS.createConnection(String userId,
Connection connection)
Create new connection.
|
Connection |
SubjectAreaBeansToAccessOMRS.updateConnection(String userId,
Connection connection)
Update connection
|
Copyright © 2018 ODPi. All rights reserved.