Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.Licenses
-
Packages that use Licenses Package Description org.odpi.openmetadata.frameworks.connectors.properties -
-
Uses of Licenses in org.odpi.openmetadata.frameworks.connectors.properties
Fields in org.odpi.openmetadata.frameworks.connectors.properties declared as Licenses Modifier and Type Field Description protected LicensesAssetDetail. licensesMethods in org.odpi.openmetadata.frameworks.connectors.properties that return Licenses Modifier and Type Method Description protected abstract LicensesLicenses. cloneIterator()Clones this iterator.LicensesAssetDetail. getLicenses()Return the list of licenses associated with the asset.Constructors in org.odpi.openmetadata.frameworks.connectors.properties with parameters of type Licenses Constructor Description AssetDetail(Asset assetBean, ExternalIdentifiers externalIdentifiers, RelatedMediaReferences relatedMediaReferences, NoteLogs noteLogs, ExternalReferences externalReferences, Connections connections, Licenses licenses, Certifications certifications, SchemaType schema)Typical constructor initialize superclassesAssetUniverse(Asset assetBean, ExternalIdentifiers externalIdentifiers, RelatedMediaReferences relatedMediaReferences, NoteLogs noteLogs, ExternalReferences externalReferences, Connections connections, Licenses licenses, Certifications certifications, List<Meaning> meanings, SchemaType schema, AssetFeedback feedback, Locations knownLocations, AssetLineage lineage, RelatedAssets relatedAssets)Typical ConstructorLicenses(Licenses template)Copy/clone constructor.
-