Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.properties.CommunityProperties
-
Packages that use CommunityProperties 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.metadataelements The metadata elements describe the way that metadata is returned from the repository.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 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
-