| Modifier and Type | Method and Description |
|---|---|
static GovernanceControl |
GovernanceControlMapper.mapOmrsEntityDetailToGovernanceControl(EntityDetail omrsEntityDetail) |
| Modifier and Type | Method and Description |
|---|---|
static EntityDetail |
GovernanceControlMapper.mapGovernanceControlToOmrsEntityDetail(GovernanceControl governanceControl)
Map (convert) the supplied GovernanceControl to an entityDetail.
|
| Modifier and Type | Field and Description |
|---|---|
protected GovernanceControl |
LinkingControlsReference.governanceControl |
protected GovernanceControl |
LinkedControlsReference.governanceControl |
| Modifier and Type | Method and Description |
|---|---|
GovernanceControl |
LinkingControlsReference.getGovernanceControl() |
GovernanceControl |
LinkedControlsReference.getGovernanceControl() |
| Modifier and Type | Method and Description |
|---|---|
void |
LinkingControlsReference.setGovernanceControl(GovernanceControl governanceControl) |
void |
LinkedControlsReference.setGovernanceControl(GovernanceControl governanceControl) |
| Modifier and Type | Field and Description |
|---|---|
protected GovernanceControl |
ImplementationsReference.governanceControl |
| Modifier and Type | Method and Description |
|---|---|
GovernanceControl |
ImplementationsReference.getGovernanceControl() |
| Modifier and Type | Method and Description |
|---|---|
void |
ImplementationsReference.setGovernanceControl(GovernanceControl governanceControl) |
| Modifier and Type | Method and Description |
|---|---|
GovernanceControl |
SubjectAreaBeansToAccessOMRS.addGovernanceControlClassifications(String userId,
String entityGuid,
List<Classification> classifications)
Add classifications to the supplied governanceControl
|
GovernanceControl |
SubjectAreaBeansToAccessOMRS.createGovernanceControl(String userId,
GovernanceControl governanceControl)
Create new governanceControl.
|
GovernanceControl |
SubjectAreaBeansToAccessOMRS.deleteGovernanceControlClassification(String userId,
String entityGuid,
String name)
Deletes a given classification from an existing governanceControl represented by a guid.
|
GovernanceControl |
SubjectAreaBeansToAccessOMRS.getGovernanceControlById(String userId,
String entityGuid)
Fetch complete definition of an governanceControl given its GUID.
|
GovernanceControl |
SubjectAreaBeansToAccessOMRS.updateGovernanceControl(String userId,
GovernanceControl governanceControl)
Update governanceControl
|
GovernanceControl |
SubjectAreaBeansToAccessOMRS.updateGovernanceControlClassification(String userId,
String entityGuid,
List<Classification> classificationsToUpdate)
Updates classifications to an existing governanceControl represented by a guid.
|
| Modifier and Type | Method and Description |
|---|---|
GovernanceControl |
SubjectAreaBeansToAccessOMRS.createGovernanceControl(String userId,
GovernanceControl governanceControl)
Create new governanceControl.
|
GovernanceControl |
SubjectAreaBeansToAccessOMRS.updateGovernanceControl(String userId,
GovernanceControl governanceControl)
Update governanceControl
|
Copyright © 2018 ODPi. All rights reserved.