Uses of Class
org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.LicenseTypeElement
-
Packages that use LicenseTypeElement 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 LicenseTypeElement in org.odpi.openmetadata.accessservices.governanceprogram.api
Methods in org.odpi.openmetadata.accessservices.governanceprogram.api that return LicenseTypeElement Modifier and Type Method Description LicenseTypeElementRightsManagementInterface. getLicenseTypeByDocId(String userId, String documentIdentifier)Retrieve the license type by its assigned unique document identifier.LicenseTypeElementRightsManagementInterface. getLicenseTypeByGUID(String userId, String licenseGUID)Retrieve the license type by the unique identifier assigned by this service when it was created.Methods in org.odpi.openmetadata.accessservices.governanceprogram.api that return types with arguments of type LicenseTypeElement Modifier and Type Method Description List<LicenseTypeElement>RightsManagementInterface. getLicenseTypeByDomainId(String userId, int domainIdentifier, int startFrom, int pageSize)Retrieve all of the license type definitions for a specific governance domain.List<LicenseTypeElement>RightsManagementInterface. getLicenseTypesByTitle(String userId, String title, int startFrom, int pageSize)Retrieve all of the license types for a particular title. -
Uses of LicenseTypeElement in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements
Constructors in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements with parameters of type LicenseTypeElement Constructor Description LicenseTypeElement(LicenseTypeElement template)Copy/clone constructor -
Uses of LicenseTypeElement in org.odpi.openmetadata.accessservices.governanceprogram.rest
Methods in org.odpi.openmetadata.accessservices.governanceprogram.rest that return LicenseTypeElement Modifier and Type Method Description LicenseTypeElementLicenseTypeResponse. getElement()Return the element result.Methods in org.odpi.openmetadata.accessservices.governanceprogram.rest that return types with arguments of type LicenseTypeElement Modifier and Type Method Description List<LicenseTypeElement>LicenseTypeListResponse. getElements()Return the list of license types.Methods in org.odpi.openmetadata.accessservices.governanceprogram.rest with parameters of type LicenseTypeElement Modifier and Type Method Description voidLicenseTypeResponse. setElement(LicenseTypeElement element)Set up the element result.Method parameters in org.odpi.openmetadata.accessservices.governanceprogram.rest with type arguments of type LicenseTypeElement Modifier and Type Method Description voidLicenseTypeListResponse. setElements(List<LicenseTypeElement> elements)Set up the list of license types.
-