| Modifier and Type | Method and Description |
|---|---|
static ConnectorType |
ConnectorTypeMapper.mapOmrsEntityDetailToConnectorType(EntityDetail omrsEntityDetail) |
| Modifier and Type | Method and Description |
|---|---|
static EntityDetail |
ConnectorTypeMapper.mapConnectorTypeToOmrsEntityDetail(ConnectorType connectorType)
Map (convert) the supplied ConnectorType to an entityDetail.
|
| Modifier and Type | Field and Description |
|---|---|
protected ConnectorType |
ConnectorTypeReference.connectorType |
| Modifier and Type | Method and Description |
|---|---|
ConnectorType |
ConnectorTypeReference.getConnectorType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectorTypeReference.setConnectorType(ConnectorType connectorType) |
| Modifier and Type | Method and Description |
|---|---|
ConnectorType |
SubjectAreaBeansToAccessOMRS.addConnectorTypeClassifications(String userId,
String entityGuid,
List<Classification> classifications)
Add classifications to the supplied connectorType
|
ConnectorType |
SubjectAreaBeansToAccessOMRS.createConnectorType(String userId,
ConnectorType connectorType)
Create new connectorType.
|
ConnectorType |
SubjectAreaBeansToAccessOMRS.deleteConnectorTypeClassification(String userId,
String entityGuid,
String name)
Deletes a given classification from an existing connectorType represented by a guid.
|
ConnectorType |
SubjectAreaBeansToAccessOMRS.getConnectorTypeById(String userId,
String entityGuid)
Fetch complete definition of an connectorType given its GUID.
|
ConnectorType |
SubjectAreaBeansToAccessOMRS.updateConnectorType(String userId,
ConnectorType connectorType)
Update connectorType
|
ConnectorType |
SubjectAreaBeansToAccessOMRS.updateConnectorTypeClassification(String userId,
String entityGuid,
List<Classification> classificationsToUpdate)
Updates classifications to an existing connectorType represented by a guid.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectorType |
SubjectAreaBeansToAccessOMRS.createConnectorType(String userId,
ConnectorType connectorType)
Create new connectorType.
|
ConnectorType |
SubjectAreaBeansToAccessOMRS.updateConnectorType(String userId,
ConnectorType connectorType)
Update connectorType
|
Copyright © 2018 ODPi. All rights reserved.