Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.properties.TemplateProperties
-
Packages that use TemplateProperties 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 TemplateProperties in org.odpi.openmetadata.accessservices.communityprofile.api
Methods in org.odpi.openmetadata.accessservices.communityprofile.api with parameters of type TemplateProperties Modifier and Type Method Description StringLocationManagementInterface. createLocationFromTemplate(String userId, String templateGUID, TemplateProperties templateProperties)Create a new metadata element to represent a location using an existing metadata element as a template. -
Uses of TemplateProperties in org.odpi.openmetadata.accessservices.communityprofile.properties
Constructors in org.odpi.openmetadata.accessservices.communityprofile.properties with parameters of type TemplateProperties Constructor Description TemplateProperties(TemplateProperties template)Copy/clone constructor for the template properties.
-