| Modifier and Type | Method and Description |
|---|---|
static SchemaType |
SchemaTypeMapper.mapOmrsEntityDetailToSchemaType(EntityDetail omrsEntityDetail) |
| Modifier and Type | Method and Description |
|---|---|
static EntityDetail |
SchemaTypeMapper.mapSchemaTypeToOmrsEntityDetail(SchemaType schemaType)
Map (convert) the supplied SchemaType to an entityDetail.
|
| Modifier and Type | Field and Description |
|---|---|
protected SchemaType |
ApiRequestReference.schemaType |
protected SchemaType |
ApiHeaderReference.schemaType |
protected SchemaType |
ApiResponseReference.schemaType |
| Modifier and Type | Method and Description |
|---|---|
SchemaType |
ApiRequestReference.getSchemaType() |
SchemaType |
ApiHeaderReference.getSchemaType() |
SchemaType |
ApiResponseReference.getSchemaType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ApiRequestReference.setSchemaType(SchemaType schemaType) |
void |
ApiHeaderReference.setSchemaType(SchemaType schemaType) |
void |
ApiResponseReference.setSchemaType(SchemaType schemaType) |
| Modifier and Type | Field and Description |
|---|---|
protected SchemaType |
SchemaReference.schemaType |
| Modifier and Type | Method and Description |
|---|---|
SchemaType |
SchemaReference.getSchemaType() |
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaReference.setSchemaType(SchemaType schemaType) |
| Modifier and Type | Field and Description |
|---|---|
protected SchemaType |
SchemaTypesReference.schemaType |
| Modifier and Type | Method and Description |
|---|---|
SchemaType |
SchemaTypesReference.getSchemaType() |
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaTypesReference.setSchemaType(SchemaType schemaType) |
| Modifier and Type | Field and Description |
|---|---|
protected SchemaType |
MapFromElementReference.schemaType |
protected SchemaType |
MapToElementReference.schemaType |
| Modifier and Type | Method and Description |
|---|---|
SchemaType |
MapFromElementReference.getSchemaType() |
SchemaType |
MapToElementReference.getSchemaType() |
| Modifier and Type | Method and Description |
|---|---|
void |
MapFromElementReference.setSchemaType(SchemaType schemaType) |
void |
MapToElementReference.setSchemaType(SchemaType schemaType) |
| Modifier and Type | Field and Description |
|---|---|
protected SchemaType |
TypeReference.schemaType |
| Modifier and Type | Method and Description |
|---|---|
SchemaType |
TypeReference.getSchemaType() |
| Modifier and Type | Method and Description |
|---|---|
void |
TypeReference.setSchemaType(SchemaType schemaType) |
| Modifier and Type | Field and Description |
|---|---|
protected SchemaType |
LinkedTypesReference.schemaType |
| Modifier and Type | Method and Description |
|---|---|
SchemaType |
LinkedTypesReference.getSchemaType() |
| Modifier and Type | Method and Description |
|---|---|
void |
LinkedTypesReference.setSchemaType(SchemaType schemaType) |
| Modifier and Type | Method and Description |
|---|---|
SchemaType |
SubjectAreaBeansToAccessOMRS.addSchemaTypeClassifications(String userId,
String entityGuid,
List<Classification> classifications)
Add classifications to the supplied schemaType
|
SchemaType |
SubjectAreaBeansToAccessOMRS.createSchemaType(String userId,
SchemaType schemaType)
Create new schemaType.
|
SchemaType |
SubjectAreaBeansToAccessOMRS.deleteSchemaTypeClassification(String userId,
String entityGuid,
String name)
Deletes a given classification from an existing schemaType represented by a guid.
|
SchemaType |
SubjectAreaBeansToAccessOMRS.getSchemaTypeById(String userId,
String entityGuid)
Fetch complete definition of an schemaType given its GUID.
|
SchemaType |
SubjectAreaBeansToAccessOMRS.restoreSchemaType(String userId,
String entityGuid)
Restore an SchemaType identified by its GUID.
|
SchemaType |
SubjectAreaBeansToAccessOMRS.updateSchemaType(String userId,
SchemaType schemaType)
Update schemaType
|
SchemaType |
SubjectAreaBeansToAccessOMRS.updateSchemaTypeClassification(String userId,
String entityGuid,
List<Classification> classificationsToUpdate)
Updates classifications to an existing schemaType represented by a guid.
|
| Modifier and Type | Method and Description |
|---|---|
SchemaType |
SubjectAreaBeansToAccessOMRS.createSchemaType(String userId,
SchemaType schemaType)
Create new schemaType.
|
SchemaType |
SubjectAreaBeansToAccessOMRS.updateSchemaType(String userId,
SchemaType schemaType)
Update schemaType
|
Copyright © 2018–2019 ODPi. All rights reserved.