| Modifier and Type | Method and Description |
|---|---|
static APIOperation |
APIOperationMapper.mapOmrsEntityDetailToAPIOperation(EntityDetail omrsEntityDetail) |
| Modifier and Type | Method and Description |
|---|---|
static EntityDetail |
APIOperationMapper.mapAPIOperationToOmrsEntityDetail(APIOperation aPIOperation)
Map (convert) the supplied APIOperation to an entityDetail.
|
| Modifier and Type | Field and Description |
|---|---|
protected APIOperation |
ContainsReference.aPIOperation |
| Modifier and Type | Method and Description |
|---|---|
APIOperation |
ContainsReference.getAPIOperation() |
| Modifier and Type | Method and Description |
|---|---|
void |
ContainsReference.setAPIOperation(APIOperation aPIOperation) |
| Modifier and Type | Field and Description |
|---|---|
protected APIOperation |
UsedAsAPIHeaderReference.aPIOperation |
protected APIOperation |
UsedAsAPIResponseReference.aPIOperation |
protected APIOperation |
UsedAsAPIRequestReference.aPIOperation |
| Modifier and Type | Method and Description |
|---|---|
APIOperation |
UsedAsAPIHeaderReference.getAPIOperation() |
APIOperation |
UsedAsAPIResponseReference.getAPIOperation() |
APIOperation |
UsedAsAPIRequestReference.getAPIOperation() |
| Modifier and Type | Method and Description |
|---|---|
void |
UsedAsAPIHeaderReference.setAPIOperation(APIOperation aPIOperation) |
void |
UsedAsAPIResponseReference.setAPIOperation(APIOperation aPIOperation) |
void |
UsedAsAPIRequestReference.setAPIOperation(APIOperation aPIOperation) |
| Modifier and Type | Method and Description |
|---|---|
APIOperation |
SubjectAreaBeansToAccessOMRS.addAPIOperationClassifications(String userId,
String entityGuid,
List<Classification> classifications)
Add classifications to the supplied aPIOperation
|
APIOperation |
SubjectAreaBeansToAccessOMRS.createAPIOperation(String userId,
APIOperation aPIOperation)
Create new aPIOperation.
|
APIOperation |
SubjectAreaBeansToAccessOMRS.deleteAPIOperationClassification(String userId,
String entityGuid,
String name)
Deletes a given classification from an existing aPIOperation represented by a guid.
|
APIOperation |
SubjectAreaBeansToAccessOMRS.getAPIOperationById(String userId,
String entityGuid)
Fetch complete definition of an aPIOperation given its GUID.
|
APIOperation |
SubjectAreaBeansToAccessOMRS.updateAPIOperation(String userId,
APIOperation aPIOperation)
Update aPIOperation
|
APIOperation |
SubjectAreaBeansToAccessOMRS.updateAPIOperationClassification(String userId,
String entityGuid,
List<Classification> classificationsToUpdate)
Updates classifications to an existing aPIOperation represented by a guid.
|
| Modifier and Type | Method and Description |
|---|---|
APIOperation |
SubjectAreaBeansToAccessOMRS.createAPIOperation(String userId,
APIOperation aPIOperation)
Create new aPIOperation.
|
APIOperation |
SubjectAreaBeansToAccessOMRS.updateAPIOperation(String userId,
APIOperation aPIOperation)
Update aPIOperation
|
Copyright © 2018 ODPi. All rights reserved.