Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.properties.TemplateProperties
-
Packages that use TemplateProperties 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.org.odpi.openmetadata.accessservices.communityprofile.rest This package defines the beans used to build the REST request and response payloads. -
-
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 StringCommunityManagementInterface. createCommunityFromTemplate(String userId, String externalSourceGUID, String externalSourceName, String templateGUID, TemplateProperties templateProperties)Create a new metadata element to represent a community using an existing metadata element as a template.StringLocationManagementInterface. createLocationFromTemplate(String userId, String externalSourceGUID, String externalSourceName, 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. -
Uses of TemplateProperties in org.odpi.openmetadata.accessservices.communityprofile.rest
Subclasses of TemplateProperties in org.odpi.openmetadata.accessservices.communityprofile.rest Modifier and Type Class Description classTemplateRequestBodyTemplateRequestBody carries the parameters for creating a new asset using a template.Constructors in org.odpi.openmetadata.accessservices.communityprofile.rest with parameters of type TemplateProperties Constructor Description TemplateRequestBody(TemplateProperties template)Copy/clone constructor
-