| Modifier and Type | Method and Description |
|---|---|
static DeployedAPI |
DeployedAPIMapper.mapOmrsEntityDetailToDeployedAPI(EntityDetail omrsEntityDetail) |
| Modifier and Type | Method and Description |
|---|---|
static EntityDetail |
DeployedAPIMapper.mapDeployedAPIToOmrsEntityDetail(DeployedAPI deployedAPI)
Map (convert) the supplied DeployedAPI to an entityDetail.
|
| Modifier and Type | Field and Description |
|---|---|
protected DeployedAPI |
SupportedAPIsReference.deployedAPI |
| Modifier and Type | Method and Description |
|---|---|
DeployedAPI |
SupportedAPIsReference.getDeployedAPI() |
| Modifier and Type | Method and Description |
|---|---|
void |
SupportedAPIsReference.setDeployedAPI(DeployedAPI deployedAPI) |
| Modifier and Type | Method and Description |
|---|---|
DeployedAPI |
SubjectAreaBeansToAccessOMRS.addDeployedAPIClassifications(String userId,
String entityGuid,
List<Classification> classifications)
Add classifications to the supplied deployedAPI
|
DeployedAPI |
SubjectAreaBeansToAccessOMRS.createDeployedAPI(String userId,
DeployedAPI deployedAPI)
Create new deployedAPI.
|
DeployedAPI |
SubjectAreaBeansToAccessOMRS.deleteDeployedAPIClassification(String userId,
String entityGuid,
String name)
Deletes a given classification from an existing deployedAPI represented by a guid.
|
DeployedAPI |
SubjectAreaBeansToAccessOMRS.getDeployedAPIById(String userId,
String entityGuid)
Fetch complete definition of an deployedAPI given its GUID.
|
DeployedAPI |
SubjectAreaBeansToAccessOMRS.updateDeployedAPI(String userId,
DeployedAPI deployedAPI)
Update deployedAPI
|
DeployedAPI |
SubjectAreaBeansToAccessOMRS.updateDeployedAPIClassification(String userId,
String entityGuid,
List<Classification> classificationsToUpdate)
Updates classifications to an existing deployedAPI represented by a guid.
|
| Modifier and Type | Method and Description |
|---|---|
DeployedAPI |
SubjectAreaBeansToAccessOMRS.createDeployedAPI(String userId,
DeployedAPI deployedAPI)
Create new deployedAPI.
|
DeployedAPI |
SubjectAreaBeansToAccessOMRS.updateDeployedAPI(String userId,
DeployedAPI deployedAPI)
Update deployedAPI
|
Copyright © 2018 ODPi. All rights reserved.