Uses of Class
org.odpi.openmetadata.accessservices.governanceprogram.properties.LicenseTypeProperties
-
Packages that use LicenseTypeProperties Package Description org.odpi.openmetadata.accessservices.governanceprogram.api Governance Program OMAS Java API defined the means to maintain and query the definitions that make up the governance program.org.odpi.openmetadata.accessservices.governanceprogram.metadataelements The metadata elements describe metadata retrieved from the open metadata repositories.org.odpi.openmetadata.accessservices.governanceprogram.properties org.odpi.openmetadata.accessservices.governanceprogram.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of LicenseTypeProperties in org.odpi.openmetadata.accessservices.governanceprogram.api
Methods in org.odpi.openmetadata.accessservices.governanceprogram.api with parameters of type LicenseTypeProperties Modifier and Type Method Description StringRightsManagementInterface. createLicenseType(String userId, LicenseTypeProperties properties, GovernanceDefinitionStatus initialStatus)Create a description of the license type.voidRightsManagementInterface. updateLicenseType(String userId, String licenseGUID, boolean isMergeUpdate, LicenseTypeProperties properties)Update the properties of the license type. -
Uses of LicenseTypeProperties in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements
Methods in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements that return LicenseTypeProperties Modifier and Type Method Description LicenseTypePropertiesLicenseTypeElement. getProperties()Return the properties of the license type.Methods in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements with parameters of type LicenseTypeProperties Modifier and Type Method Description voidLicenseTypeElement. setProperties(LicenseTypeProperties properties)Set up the license type properties. -
Uses of LicenseTypeProperties in org.odpi.openmetadata.accessservices.governanceprogram.properties
Constructors in org.odpi.openmetadata.accessservices.governanceprogram.properties with parameters of type LicenseTypeProperties Constructor Description LicenseTypeProperties(LicenseTypeProperties template)Copy/Clone Constructor -
Uses of LicenseTypeProperties in org.odpi.openmetadata.accessservices.governanceprogram.rest
Methods in org.odpi.openmetadata.accessservices.governanceprogram.rest that return LicenseTypeProperties Modifier and Type Method Description LicenseTypePropertiesLicenseTypeRequestBody. getProperties()Return the properties of the license type.Methods in org.odpi.openmetadata.accessservices.governanceprogram.rest with parameters of type LicenseTypeProperties Modifier and Type Method Description voidLicenseTypeRequestBody. setProperties(LicenseTypeProperties properties)Set up the properties of the license type.
-