Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.properties.StakeholderProperties
-
Packages that use StakeholderProperties Package Description org.odpi.openmetadata.accessservices.communityprofile.api The Community Profile Open Metadata Access Service (OMAS) is used by tools and administrators to maintain information associated with individuals and communities.org.odpi.openmetadata.accessservices.communityprofile.properties -
-
Uses of StakeholderProperties in org.odpi.openmetadata.accessservices.communityprofile.api
Methods in org.odpi.openmetadata.accessservices.communityprofile.api with parameters of type StakeholderProperties Modifier and Type Method Description voidRelatedElementsManagementInterface. setupStakeholder(String userId, String externalSourceGUID, String externalSourceName, String elementGUID, StakeholderProperties properties, String stakeholderGUID)Create a "Stakeholder" relationship between an element and its stakeholder. -
Uses of StakeholderProperties in org.odpi.openmetadata.accessservices.communityprofile.properties
Constructors in org.odpi.openmetadata.accessservices.communityprofile.properties with parameters of type StakeholderProperties Constructor Description StakeholderProperties(StakeholderProperties template)Copy/clone constructor
-