| Modifier and Type | Method and Description |
|---|---|
static GovernanceRule |
GovernanceRuleMapper.mapOmrsEntityDetailToGovernanceRule(EntityDetail omrsEntityDetail) |
| Modifier and Type | Method and Description |
|---|---|
static EntityDetail |
GovernanceRuleMapper.mapGovernanceRuleToOmrsEntityDetail(GovernanceRule governanceRule)
Map (convert) the supplied GovernanceRule to an entityDetail.
|
| Modifier and Type | Field and Description |
|---|---|
protected GovernanceRule |
ImplementsGovernanceRulesReference.governanceRule |
| Modifier and Type | Method and Description |
|---|---|
GovernanceRule |
ImplementsGovernanceRulesReference.getGovernanceRule() |
| Modifier and Type | Method and Description |
|---|---|
void |
ImplementsGovernanceRulesReference.setGovernanceRule(GovernanceRule governanceRule) |
| Modifier and Type | Method and Description |
|---|---|
GovernanceRule |
SubjectAreaBeansToAccessOMRS.addGovernanceRuleClassifications(String userId,
String entityGuid,
List<Classification> classifications)
Add classifications to the supplied governanceRule
|
GovernanceRule |
SubjectAreaBeansToAccessOMRS.createGovernanceRule(String userId,
GovernanceRule governanceRule)
Create new governanceRule.
|
GovernanceRule |
SubjectAreaBeansToAccessOMRS.deleteGovernanceRuleClassification(String userId,
String entityGuid,
String name)
Deletes a given classification from an existing governanceRule represented by a guid.
|
GovernanceRule |
SubjectAreaBeansToAccessOMRS.getGovernanceRuleById(String userId,
String entityGuid)
Fetch complete definition of an governanceRule given its GUID.
|
GovernanceRule |
SubjectAreaBeansToAccessOMRS.restoreGovernanceRule(String userId,
String entityGuid)
Restore an GovernanceRule identified by its GUID.
|
GovernanceRule |
SubjectAreaBeansToAccessOMRS.updateGovernanceRule(String userId,
GovernanceRule governanceRule)
Update governanceRule
|
GovernanceRule |
SubjectAreaBeansToAccessOMRS.updateGovernanceRuleClassification(String userId,
String entityGuid,
List<Classification> classificationsToUpdate)
Updates classifications to an existing governanceRule represented by a guid.
|
| Modifier and Type | Method and Description |
|---|---|
GovernanceRule |
SubjectAreaBeansToAccessOMRS.createGovernanceRule(String userId,
GovernanceRule governanceRule)
Create new governanceRule.
|
GovernanceRule |
SubjectAreaBeansToAccessOMRS.updateGovernanceRule(String userId,
GovernanceRule governanceRule)
Update governanceRule
|
Copyright © 2018–2019 ODPi. All rights reserved.