Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.properties.CommunityMembershipProperties
-
Packages that use CommunityMembershipProperties Package Description org.odpi.openmetadata.accessservices.communityprofile.api The API package defines the Java interfaces supported by the Community Profile OMAS.org.odpi.openmetadata.accessservices.communityprofile.properties These beans describe the core properties that are passed to the server to create and update metadata. -
-
Uses of CommunityMembershipProperties in org.odpi.openmetadata.accessservices.communityprofile.api
Methods in org.odpi.openmetadata.accessservices.communityprofile.api with parameters of type CommunityMembershipProperties Modifier and Type Method Description voidCommunityManagementInterface. setupCommunityRole(String userId, String externalSourceGUID, String externalSourceName, String communityGUID, CommunityMembershipProperties membershipProperties, String personRoleGUID)Create a membership relationship between a community and a person role to show that anyone appointed to the role is a member of the community. -
Uses of CommunityMembershipProperties in org.odpi.openmetadata.accessservices.communityprofile.properties
Constructors in org.odpi.openmetadata.accessservices.communityprofile.properties with parameters of type CommunityMembershipProperties Constructor Description CommunityMembershipProperties(CommunityMembershipProperties template)Copy/clone constructor
-