A C D G L O R S U
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- appointGovernanceRole(String, String, String, AppointmentRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.server.spring.GovernanceRolesResource
-
Link a person to a governance role.
C
- createGovernanceRole(String, String, GovernanceRoleProperties) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.server.spring.GovernanceRolesResource
-
Create the governance role appointment.
- createGovernanceZone(String, String, GovernanceZoneProperties) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.server.spring.GovernanceZonesResource
-
Create a definition of a governance zone.
- createSubjectArea(String, String, SubjectAreaProperties) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.server.spring.SubjectAreaResource
-
Create a definition of a subject area.
D
- deleteGovernanceRole(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.server.spring.GovernanceRolesResource
-
Remove the requested governance role.
- deleteGovernanceZone(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.server.spring.GovernanceZonesResource
-
Remove the definition of a zone.
- deleteSubjectArea(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.server.spring.SubjectAreaResource
-
Remove the definition of a subject area.
G
- getCurrentGovernanceRoleAppointments(String, String, int, int, int) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.server.spring.GovernanceRolesResource
-
Return all of the governance roles and their incumbents (if any).
- getGovernanceRoleByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.server.spring.GovernanceRolesResource
-
Retrieve a governance role description by unique guid.
- getGovernanceRoleByRoleId(String, String, String) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.server.spring.GovernanceRolesResource
-
Retrieve the properties of a governance role using its unique name.
- getGovernanceRoleHistoryByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.server.spring.GovernanceRolesResource
-
Retrieve a governance role description by unique guid along with the history of who has been appointed to the role.
- getGovernanceRolesByDomainId(String, String, int, int, int) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.server.spring.GovernanceRolesResource
-
Return all of the defined governance roles.
- getGovernanceRolesByTitle(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.server.spring.GovernanceRolesResource
-
Retrieve all of the governance roles for a particular title.
- getGovernanceZoneByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.server.spring.GovernanceZonesResource
-
Return information about a specific governance zone.
- getGovernanceZoneByName(String, String, String) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.server.spring.GovernanceZonesResource
-
Return information about a specific governance zone.
- getGovernanceZoneDefinitionByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.server.spring.GovernanceZonesResource
-
Return information about a specific governance zone and its linked governance definitions.
- getGovernanceZonesForDomain(String, String, int, int, int) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.server.spring.GovernanceZonesResource
-
Return information about the defined governance zones.
- getSubjectAreaByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.server.spring.SubjectAreaResource
-
Return information about a specific subject area.
- getSubjectAreaByName(String, String, String) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.server.spring.SubjectAreaResource
-
Return information about a specific subject area.
- getSubjectAreaDefinitionByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.server.spring.SubjectAreaResource
-
Return information about a specific subject area and its linked governance definitions.
- getSubjectAreasForDomain(String, String, int, int, int) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.server.spring.SubjectAreaResource
-
Return information about the defined subject areas.
- GovernanceRolesResource - Class in org.odpi.openmetadata.accessservices.governanceprogram.server.spring
-
The GovernanceRolesResource provides a Spring based server-side REST API that supports the GovernanceRolesInterface.
- GovernanceRolesResource() - Constructor for class org.odpi.openmetadata.accessservices.governanceprogram.server.spring.GovernanceRolesResource
-
Default constructor
- GovernanceZonesResource - Class in org.odpi.openmetadata.accessservices.governanceprogram.server.spring
-
The GovernanceZonesResource provides a Spring based server-side REST API that supports the GovernanceZonesInterface.
- GovernanceZonesResource() - Constructor for class org.odpi.openmetadata.accessservices.governanceprogram.server.spring.GovernanceZonesResource
-
Default constructor
L
- linkRoleToResource(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.server.spring.GovernanceRolesResource
-
Link a governance role to the description of a resource that the role is responsible for.
- linkRoleToResponsibility(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.server.spring.GovernanceRolesResource
-
Link a governance role to a governance control that defines a governance responsibility that a person fulfils.
- linkSubjectAreasInHierarchy(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.server.spring.SubjectAreaResource
-
Link two related subject areas together as part of a hierarchy.
- linkSubjectAreaToGovernanceDefinition(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.server.spring.SubjectAreaResource
-
Link a subject area to a governance definition that controls how the assets in the subject area should be governed.
- linkZonesInHierarchy(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.server.spring.GovernanceZonesResource
-
Link two related governance zones together as part of a hierarchy.
- linkZoneToGovernanceDefinition(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.server.spring.GovernanceZonesResource
-
Link a governance zone to a governance definition that controls how the assets in the zone should be governed.
O
- org.odpi.openmetadata.accessservices.governanceprogram.server.spring - package org.odpi.openmetadata.accessservices.governanceprogram.server.spring
R
- relieveGovernanceRole(String, String, String, String, AppointmentRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.server.spring.GovernanceRolesResource
-
Unlink a person from a governance role appointment.
S
- SubjectAreaResource - Class in org.odpi.openmetadata.accessservices.governanceprogram.server.spring
-
The SubjectAreasResource provides a Spring based server-side REST API that supports the SubjectAreasInterface.
- SubjectAreaResource() - Constructor for class org.odpi.openmetadata.accessservices.governanceprogram.server.spring.SubjectAreaResource
-
Default constructor
U
- unlinkRoleFromResource(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.server.spring.GovernanceRolesResource
-
Remove the link between a governance role and a resource.
- unlinkRoleFromResponsibility(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.server.spring.GovernanceRolesResource
-
Remove the link between a governance role and a governance responsibility.
- unlinkSubjectAreaFromGovernanceDefinition(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.server.spring.SubjectAreaResource
-
Remove the link between a subject area and a governance definition.
- unlinkSubjectAreasInHierarchy(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.server.spring.SubjectAreaResource
-
Remove the link between two subject areas in the subject area hierarchy.
- unlinkZoneFromGovernanceDefinition(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.server.spring.GovernanceZonesResource
-
Remove the link between a zone and a governance definition.
- unlinkZonesInHierarchy(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.server.spring.GovernanceZonesResource
-
Remove the link between two zones in the zone hierarchy.
- updateGovernanceRole(String, String, String, boolean, GovernanceRoleProperties) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.server.spring.GovernanceRolesResource
-
Update selected fields for the governance role.
- updateGovernanceZone(String, String, String, boolean, GovernanceZoneProperties) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.server.spring.GovernanceZonesResource
-
Update the definition of a zone.
- updateSubjectArea(String, String, String, boolean, SubjectAreaProperties) - Method in class org.odpi.openmetadata.accessservices.governanceprogram.server.spring.SubjectAreaResource
-
Update the definition of a subject area.
All Classes All Packages