Uses of Class
org.odpi.openmetadata.accessservices.governanceprogram.properties.PersonRoleProperties
-
Packages that use PersonRoleProperties Package Description org.odpi.openmetadata.accessservices.governanceprogram.metadataelements The metadata elements describe metadata retrieved from the open metadata repositories.org.odpi.openmetadata.accessservices.governanceprogram.properties -
-
Uses of PersonRoleProperties in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements
Methods in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements that return PersonRoleProperties Modifier and Type Method Description PersonRolePropertiesPersonRoleElement. getRole()Return the description of the governance officer role.Methods in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements with parameters of type PersonRoleProperties Modifier and Type Method Description voidPersonRoleElement. setRole(PersonRoleProperties role)Set up the description of the governance officer role. -
Uses of PersonRoleProperties in org.odpi.openmetadata.accessservices.governanceprogram.properties
Subclasses of PersonRoleProperties in org.odpi.openmetadata.accessservices.governanceprogram.properties Modifier and Type Class Description classGovernanceRolePropertiesThe GovernanceRoleProperties describes a role within the governance program.Constructors in org.odpi.openmetadata.accessservices.governanceprogram.properties with parameters of type PersonRoleProperties Constructor Description PersonRoleProperties(PersonRoleProperties template)Copy/clone constructor
-