Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.AssetLicenses
-
Packages that use AssetLicenses Package Description org.odpi.openmetadata.frameworks.connectors.properties -
-
Uses of AssetLicenses in org.odpi.openmetadata.frameworks.connectors.properties
Fields in org.odpi.openmetadata.frameworks.connectors.properties declared as AssetLicenses Modifier and Type Field Description protected AssetLicensesAssetDetail. licensesMethods in org.odpi.openmetadata.frameworks.connectors.properties that return AssetLicenses Modifier and Type Method Description protected abstract AssetLicensesAssetLicenses. cloneIterator(AssetDescriptor parentAsset)Clones this iterator.AssetLicensesAssetDetail. getLicenses()Return the list of licenses associated with the asset.Constructors in org.odpi.openmetadata.frameworks.connectors.properties with parameters of type AssetLicenses Constructor Description AssetDetail(Asset assetBean, AssetExternalIdentifiers externalIdentifiers, AssetRelatedMediaReferences relatedMediaReferences, AssetNoteLogs noteLogs, AssetExternalReferences externalReferences, AssetConnections connections, AssetLicenses licenses, AssetCertifications certifications)Typical constructor initialize superclassesAssetLicenses(AssetDescriptor parentAsset, AssetLicenses template)Copy/clone constructor.AssetUniverse(Asset assetBean, AssetExternalIdentifiers externalIdentifiers, AssetRelatedMediaReferences relatedMediaReferences, AssetNoteLogs noteLogs, AssetExternalReferences externalReferences, AssetConnections connections, AssetLicenses licenses, AssetCertifications certifications, List<AssetMeaning> meanings, AssetSchemaType schema, AssetFeedback feedback, AssetLocations knownLocations, AssetLineage lineage, AssetRelatedAssets relatedAssets)Typical Constructor
-