Uses of Class
org.odpi.openmetadata.accessservices.governanceprogram.properties.StakeholderProperties
-
Packages that use StakeholderProperties 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.properties -
-
Uses of StakeholderProperties in org.odpi.openmetadata.accessservices.governanceprogram.api
Methods in org.odpi.openmetadata.accessservices.governanceprogram.api with parameters of type StakeholderProperties Modifier and Type Method Description voidRelatedElementsManagementInterface. setupStakeholder(String userId, String elementGUID, StakeholderProperties properties, String stakeholderGUID)Create a "Stakeholder" relationship between an element and its stakeholder. -
Uses of StakeholderProperties in org.odpi.openmetadata.accessservices.governanceprogram.properties
Constructors in org.odpi.openmetadata.accessservices.governanceprogram.properties with parameters of type StakeholderProperties Constructor Description StakeholderProperties(StakeholderProperties template)Copy/clone constructor
-