| Modifier and Type | Method and Description |
|---|---|
static APISchemaType |
APISchemaTypeMapper.mapOmrsEntityDetailToAPISchemaType(EntityDetail omrsEntityDetail) |
| Modifier and Type | Method and Description |
|---|---|
static EntityDetail |
APISchemaTypeMapper.mapAPISchemaTypeToOmrsEntityDetail(APISchemaType aPISchemaType)
Map (convert) the supplied APISchemaType to an entityDetail.
|
| Modifier and Type | Field and Description |
|---|---|
protected APISchemaType |
UsedInReference.aPISchemaType |
| Modifier and Type | Method and Description |
|---|---|
APISchemaType |
UsedInReference.getAPISchemaType() |
| Modifier and Type | Method and Description |
|---|---|
void |
UsedInReference.setAPISchemaType(APISchemaType aPISchemaType) |
| Modifier and Type | Method and Description |
|---|---|
APISchemaType |
SubjectAreaBeansToAccessOMRS.addAPISchemaTypeClassifications(String userId,
String entityGuid,
List<Classification> classifications)
Add classifications to the supplied aPISchemaType
|
APISchemaType |
SubjectAreaBeansToAccessOMRS.createAPISchemaType(String userId,
APISchemaType aPISchemaType)
Create new aPISchemaType.
|
APISchemaType |
SubjectAreaBeansToAccessOMRS.deleteAPISchemaTypeClassification(String userId,
String entityGuid,
String name)
Deletes a given classification from an existing aPISchemaType represented by a guid.
|
APISchemaType |
SubjectAreaBeansToAccessOMRS.getAPISchemaTypeById(String userId,
String entityGuid)
Fetch complete definition of an aPISchemaType given its GUID.
|
APISchemaType |
SubjectAreaBeansToAccessOMRS.updateAPISchemaType(String userId,
APISchemaType aPISchemaType)
Update aPISchemaType
|
APISchemaType |
SubjectAreaBeansToAccessOMRS.updateAPISchemaTypeClassification(String userId,
String entityGuid,
List<Classification> classificationsToUpdate)
Updates classifications to an existing aPISchemaType represented by a guid.
|
| Modifier and Type | Method and Description |
|---|---|
APISchemaType |
SubjectAreaBeansToAccessOMRS.createAPISchemaType(String userId,
APISchemaType aPISchemaType)
Create new aPISchemaType.
|
APISchemaType |
SubjectAreaBeansToAccessOMRS.updateAPISchemaType(String userId,
APISchemaType aPISchemaType)
Update aPISchemaType
|
Copyright © 2018 ODPi. All rights reserved.