Uses of Class
org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.LicenseElement
-
Packages that use LicenseElement 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.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of LicenseElement in org.odpi.openmetadata.accessservices.governanceprogram.api
Methods in org.odpi.openmetadata.accessservices.governanceprogram.api that return types with arguments of type LicenseElement Modifier and Type Method Description List<LicenseElement>RightsManagementInterface. getLicenses(String userId, String elementGUID, int startFrom, int pageSize)Return information about the licenses linked to an element. -
Uses of LicenseElement in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements
Constructors in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements with parameters of type LicenseElement Constructor Description LicenseElement(LicenseElement template)Copy/clone constructor -
Uses of LicenseElement in org.odpi.openmetadata.accessservices.governanceprogram.rest
Methods in org.odpi.openmetadata.accessservices.governanceprogram.rest that return types with arguments of type LicenseElement Modifier and Type Method Description List<LicenseElement>LicenseListResponse. getElements()Return the list of license types.Method parameters in org.odpi.openmetadata.accessservices.governanceprogram.rest with type arguments of type LicenseElement Modifier and Type Method Description voidLicenseListResponse. setElements(List<LicenseElement> elements)Set up the list of license types.
-