Uses of Class
org.odpi.openmetadata.accessservices.governanceprogram.properties.LicenseProperties
-
Packages that use LicenseProperties 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 -
-
Uses of LicenseProperties in org.odpi.openmetadata.accessservices.governanceprogram.api
Methods in org.odpi.openmetadata.accessservices.governanceprogram.api with parameters of type LicenseProperties Modifier and Type Method Description StringRightsManagementInterface. licenseElement(String userId, String elementGUID, String licenseTypeGUID, LicenseProperties properties)Link an element to a license type and include details of the license in the relationship properties.voidRightsManagementInterface. updateLicense(String userId, String licenseGUID, boolean isMergeUpdate, LicenseProperties properties)Update the properties of a license. -
Uses of LicenseProperties in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements
Methods in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements that return LicenseProperties Modifier and Type Method Description LicensePropertiesLicenseElement. getLicenseTypeProperties()Return the properties of the license type.Methods in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements with parameters of type LicenseProperties Modifier and Type Method Description voidLicenseElement. setLicenseTypeProperties(LicenseProperties licenseTypeProperties)Set up the properties of the license type. -
Uses of LicenseProperties in org.odpi.openmetadata.accessservices.governanceprogram.properties
Constructors in org.odpi.openmetadata.accessservices.governanceprogram.properties with parameters of type LicenseProperties Constructor Description LicenseProperties(LicenseProperties template)Copy/clone Constructor - the resulting object.
-