Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.properties.CommunityProperties
-
Packages that use CommunityProperties 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.metadataelements org.odpi.openmetadata.accessservices.communityprofile.properties -
-
Uses of CommunityProperties in org.odpi.openmetadata.accessservices.communityprofile.api
Methods in org.odpi.openmetadata.accessservices.communityprofile.api with parameters of type CommunityProperties Modifier and Type Method Description StringCommunityManagementInterface. createCommunity(String userId, String externalSourceGUID, String externalSourceName, CommunityProperties communityProperties)Create a new metadata element to represent the community.voidCommunityManagementInterface. updateCommunity(String userId, String externalSourceGUID, String externalSourceName, String communityGUID, boolean isMergeUpdate, CommunityProperties communityProperties)Update the metadata element representing a community. -
Uses of CommunityProperties in org.odpi.openmetadata.accessservices.communityprofile.metadataelements
Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelements that return CommunityProperties Modifier and Type Method Description CommunityPropertiesCommunityCollectionMember. getProperties()Return the properties of the community.CommunityPropertiesCommunityElement. getProperties()Return the properties of the community.Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelements with parameters of type CommunityProperties Modifier and Type Method Description voidCommunityCollectionMember. setProperties(CommunityProperties properties)Set up the community properties.voidCommunityElement. setProperties(CommunityProperties properties)Set up the community properties. -
Uses of CommunityProperties in org.odpi.openmetadata.accessservices.communityprofile.properties
Constructors in org.odpi.openmetadata.accessservices.communityprofile.properties with parameters of type CommunityProperties Constructor Description CommunityProperties(CommunityProperties template)Copy/clone constructor
-