| Modifier and Type | Method and Description |
|---|---|
static SchemaAttribute |
SchemaAttributeMapper.mapOmrsEntityDetailToSchemaAttribute(EntityDetail omrsEntityDetail) |
| Modifier and Type | Method and Description |
|---|---|
static EntityDetail |
SchemaAttributeMapper.mapSchemaAttributeToOmrsEntityDetail(SchemaAttribute schemaAttribute)
Map (convert) the supplied SchemaAttribute to an entityDetail.
|
| Modifier and Type | Field and Description |
|---|---|
protected SchemaAttribute |
AttributesReference.schemaAttribute |
| Modifier and Type | Method and Description |
|---|---|
SchemaAttribute |
AttributesReference.getSchemaAttribute() |
| Modifier and Type | Method and Description |
|---|---|
void |
AttributesReference.setSchemaAttribute(SchemaAttribute schemaAttribute) |
| Modifier and Type | Field and Description |
|---|---|
protected SchemaAttribute |
QueryTargetReference.schemaAttribute |
| Modifier and Type | Method and Description |
|---|---|
SchemaAttribute |
QueryTargetReference.getSchemaAttribute() |
| Modifier and Type | Method and Description |
|---|---|
void |
QueryTargetReference.setSchemaAttribute(SchemaAttribute schemaAttribute) |
| Modifier and Type | Field and Description |
|---|---|
protected SchemaAttribute |
UsedInReference.schemaAttribute |
| Modifier and Type | Method and Description |
|---|---|
SchemaAttribute |
UsedInReference.getSchemaAttribute() |
| Modifier and Type | Method and Description |
|---|---|
void |
UsedInReference.setSchemaAttribute(SchemaAttribute schemaAttribute) |
| Modifier and Type | Field and Description |
|---|---|
protected SchemaAttribute |
UsedInSchemasReference.schemaAttribute |
| Modifier and Type | Method and Description |
|---|---|
SchemaAttribute |
UsedInSchemasReference.getSchemaAttribute() |
| Modifier and Type | Method and Description |
|---|---|
void |
UsedInSchemasReference.setSchemaAttribute(SchemaAttribute schemaAttribute) |
| Modifier and Type | Method and Description |
|---|---|
SchemaAttribute |
SubjectAreaBeansToAccessOMRS.addSchemaAttributeClassifications(String userId,
String entityGuid,
List<Classification> classifications)
Add classifications to the supplied schemaAttribute
|
SchemaAttribute |
SubjectAreaBeansToAccessOMRS.createSchemaAttribute(String userId,
SchemaAttribute schemaAttribute)
Create new schemaAttribute.
|
SchemaAttribute |
SubjectAreaBeansToAccessOMRS.deleteSchemaAttributeClassification(String userId,
String entityGuid,
String name)
Deletes a given classification from an existing schemaAttribute represented by a guid.
|
SchemaAttribute |
SubjectAreaBeansToAccessOMRS.getSchemaAttributeById(String userId,
String entityGuid)
Fetch complete definition of an schemaAttribute given its GUID.
|
SchemaAttribute |
SubjectAreaBeansToAccessOMRS.updateSchemaAttribute(String userId,
SchemaAttribute schemaAttribute)
Update schemaAttribute
|
SchemaAttribute |
SubjectAreaBeansToAccessOMRS.updateSchemaAttributeClassification(String userId,
String entityGuid,
List<Classification> classificationsToUpdate)
Updates classifications to an existing schemaAttribute represented by a guid.
|
| Modifier and Type | Method and Description |
|---|---|
SchemaAttribute |
SubjectAreaBeansToAccessOMRS.createSchemaAttribute(String userId,
SchemaAttribute schemaAttribute)
Create new schemaAttribute.
|
SchemaAttribute |
SubjectAreaBeansToAccessOMRS.updateSchemaAttribute(String userId,
SchemaAttribute schemaAttribute)
Update schemaAttribute
|
Copyright © 2018 ODPi. All rights reserved.