Uses of Class
org.odpi.openmetadata.accessservices.governanceprogram.properties.GovernanceRoleProperties
-
Packages that use GovernanceRoleProperties Package Description org.odpi.openmetadata.accessservices.governanceprogram.api Governance Program OMAS Java API defined the means to maintain and query the definitions that make up the governance program.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 GovernanceRoleProperties in org.odpi.openmetadata.accessservices.governanceprogram.api
Methods in org.odpi.openmetadata.accessservices.governanceprogram.api with parameters of type GovernanceRoleProperties Modifier and Type Method Description StringGovernanceRolesInterface. createGovernanceRole(String userId, GovernanceRoleProperties properties)Create a definition of a new governance role.voidGovernanceRolesInterface. updateGovernanceRole(String userId, String roleGUID, boolean isMergeUpdate, GovernanceRoleProperties properties) -
Uses of GovernanceRoleProperties in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements
Methods in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements that return GovernanceRoleProperties Modifier and Type Method Description GovernanceRolePropertiesGovernanceRoleElement. getRole()Return the description of the governance officer role.Methods in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements with parameters of type GovernanceRoleProperties Modifier and Type Method Description voidGovernanceRoleElement. setRole(GovernanceRoleProperties role)Set up the description of the governance officer role. -
Uses of GovernanceRoleProperties in org.odpi.openmetadata.accessservices.governanceprogram.properties
Constructors in org.odpi.openmetadata.accessservices.governanceprogram.properties with parameters of type GovernanceRoleProperties Constructor Description GovernanceRoleProperties(GovernanceRoleProperties template)Copy/clone Constructor - the resulting object.
-