| Modifier and Type | Method and Description |
|---|---|
static GovernanceMetric |
GovernanceMetricMapper.mapOmrsEntityDetailToGovernanceMetric(EntityDetail omrsEntityDetail) |
| Modifier and Type | Method and Description |
|---|---|
static EntityDetail |
GovernanceMetricMapper.mapGovernanceMetricToOmrsEntityDetail(GovernanceMetric governanceMetric)
Map (convert) the supplied GovernanceMetric to an entityDetail.
|
| Modifier and Type | Field and Description |
|---|---|
protected GovernanceMetric |
MetricsReference.governanceMetric |
| Modifier and Type | Method and Description |
|---|---|
GovernanceMetric |
MetricsReference.getGovernanceMetric() |
| Modifier and Type | Method and Description |
|---|---|
void |
MetricsReference.setGovernanceMetric(GovernanceMetric governanceMetric) |
| Modifier and Type | Field and Description |
|---|---|
protected GovernanceMetric |
MetricsReference.governanceMetric |
| Modifier and Type | Method and Description |
|---|---|
GovernanceMetric |
MetricsReference.getGovernanceMetric() |
| Modifier and Type | Method and Description |
|---|---|
void |
MetricsReference.setGovernanceMetric(GovernanceMetric governanceMetric) |
| Modifier and Type | Method and Description |
|---|---|
GovernanceMetric |
SubjectAreaBeansToAccessOMRS.addGovernanceMetricClassifications(String userId,
String entityGuid,
List<Classification> classifications)
Add classifications to the supplied governanceMetric
|
GovernanceMetric |
SubjectAreaBeansToAccessOMRS.createGovernanceMetric(String userId,
GovernanceMetric governanceMetric)
Create new governanceMetric.
|
GovernanceMetric |
SubjectAreaBeansToAccessOMRS.deleteGovernanceMetricClassification(String userId,
String entityGuid,
String name)
Deletes a given classification from an existing governanceMetric represented by a guid.
|
GovernanceMetric |
SubjectAreaBeansToAccessOMRS.getGovernanceMetricById(String userId,
String entityGuid)
Fetch complete definition of an governanceMetric given its GUID.
|
GovernanceMetric |
SubjectAreaBeansToAccessOMRS.restoreGovernanceMetric(String userId,
String entityGuid)
Restore an GovernanceMetric identified by its GUID.
|
GovernanceMetric |
SubjectAreaBeansToAccessOMRS.updateGovernanceMetric(String userId,
GovernanceMetric governanceMetric)
Update governanceMetric
|
GovernanceMetric |
SubjectAreaBeansToAccessOMRS.updateGovernanceMetricClassification(String userId,
String entityGuid,
List<Classification> classificationsToUpdate)
Updates classifications to an existing governanceMetric represented by a guid.
|
| Modifier and Type | Method and Description |
|---|---|
GovernanceMetric |
SubjectAreaBeansToAccessOMRS.createGovernanceMetric(String userId,
GovernanceMetric governanceMetric)
Create new governanceMetric.
|
GovernanceMetric |
SubjectAreaBeansToAccessOMRS.updateGovernanceMetric(String userId,
GovernanceMetric governanceMetric)
Update governanceMetric
|
Copyright © 2018–2019 ODPi. All rights reserved.