| Modifier and Type | Method and Description |
|---|---|
static GovernanceDefinition |
GovernanceDefinitionMapper.mapOmrsEntityDetailToGovernanceDefinition(EntityDetail omrsEntityDetail) |
| Modifier and Type | Method and Description |
|---|---|
static EntityDetail |
GovernanceDefinitionMapper.mapGovernanceDefinitionToOmrsEntityDetail(GovernanceDefinition governanceDefinition)
Map (convert) the supplied GovernanceDefinition to an entityDetail.
|
| Modifier and Type | Field and Description |
|---|---|
protected GovernanceDefinition |
MeasuredDefinitionsReference.governanceDefinition |
| Modifier and Type | Method and Description |
|---|---|
GovernanceDefinition |
MeasuredDefinitionsReference.getGovernanceDefinition() |
| Modifier and Type | Method and Description |
|---|---|
void |
MeasuredDefinitionsReference.setGovernanceDefinition(GovernanceDefinition governanceDefinition) |
| Modifier and Type | Field and Description |
|---|---|
protected GovernanceDefinition |
GovernedByReference.governanceDefinition |
| Modifier and Type | Method and Description |
|---|---|
GovernanceDefinition |
GovernedByReference.getGovernanceDefinition() |
| Modifier and Type | Method and Description |
|---|---|
void |
GovernedByReference.setGovernanceDefinition(GovernanceDefinition governanceDefinition) |
| Modifier and Type | Method and Description |
|---|---|
GovernanceDefinition |
SubjectAreaBeansToAccessOMRS.addGovernanceDefinitionClassifications(String userId,
String entityGuid,
List<Classification> classifications)
Add classifications to the supplied governanceDefinition
|
GovernanceDefinition |
SubjectAreaBeansToAccessOMRS.createGovernanceDefinition(String userId,
GovernanceDefinition governanceDefinition)
Create new governanceDefinition.
|
GovernanceDefinition |
SubjectAreaBeansToAccessOMRS.deleteGovernanceDefinitionClassification(String userId,
String entityGuid,
String name)
Deletes a given classification from an existing governanceDefinition represented by a guid.
|
GovernanceDefinition |
SubjectAreaBeansToAccessOMRS.getGovernanceDefinitionById(String userId,
String entityGuid)
Fetch complete definition of an governanceDefinition given its GUID.
|
GovernanceDefinition |
SubjectAreaBeansToAccessOMRS.updateGovernanceDefinition(String userId,
GovernanceDefinition governanceDefinition)
Update governanceDefinition
|
GovernanceDefinition |
SubjectAreaBeansToAccessOMRS.updateGovernanceDefinitionClassification(String userId,
String entityGuid,
List<Classification> classificationsToUpdate)
Updates classifications to an existing governanceDefinition represented by a guid.
|
| Modifier and Type | Method and Description |
|---|---|
GovernanceDefinition |
SubjectAreaBeansToAccessOMRS.createGovernanceDefinition(String userId,
GovernanceDefinition governanceDefinition)
Create new governanceDefinition.
|
GovernanceDefinition |
SubjectAreaBeansToAccessOMRS.updateGovernanceDefinition(String userId,
GovernanceDefinition governanceDefinition)
Update governanceDefinition
|
Copyright © 2018 ODPi. All rights reserved.