Uses of Class
org.odpi.openmetadata.accessservices.securitymanager.properties.TemplateProperties
-
Packages that use TemplateProperties Package Description org.odpi.openmetadata.accessservices.securitymanager.properties These beans describe the core properties that are passed to the server to create and update metadata.org.odpi.openmetadata.accessservices.securitymanager.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of TemplateProperties in org.odpi.openmetadata.accessservices.securitymanager.properties
Constructors in org.odpi.openmetadata.accessservices.securitymanager.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.securitymanager.rest
Subclasses of TemplateProperties in org.odpi.openmetadata.accessservices.securitymanager.rest Modifier and Type Class Description classTemplateRequestBodyTemplateRequestBody carries the parameters for creating a new asset using a template.Constructors in org.odpi.openmetadata.accessservices.securitymanager.rest with parameters of type TemplateProperties Constructor Description TemplateRequestBody(TemplateProperties template)Copy/clone constructor
-