Uses of Class
org.odpi.openmetadata.frameworks.connectors.properties.beans.Asset
-
Packages that use Asset Package Description org.odpi.openmetadata.frameworks.connectors.properties org.odpi.openmetadata.frameworks.connectors.properties.beans -
-
Uses of Asset in org.odpi.openmetadata.frameworks.connectors.properties
Subclasses of Asset in org.odpi.openmetadata.frameworks.connectors.properties Modifier and Type Class Description classAssetDetailAssetDetail extends AssetSummary to provide all the properties related to this asset.classAssetSummaryAssetSummary holds asset properties that are used for displaying details of an asset in summary lists or hover text.classAssetUniverseAssetUniverse extends AssetDetail which extend AssetSummary.classRelatedAssetPropertiesRelatedAssetProperties returns detailed information about an asset that is related to an asset that is linked to the original anchor asset with a relationship.Fields in org.odpi.openmetadata.frameworks.connectors.properties declared as Asset Modifier and Type Field Description protected AssetAssetDescriptor. assetBeanMethods in org.odpi.openmetadata.frameworks.connectors.properties that return Asset Modifier and Type Method Description protected AssetAssetDescriptor. getAssetBean()Return the asset bean for this element.Methods in org.odpi.openmetadata.frameworks.connectors.properties with parameters of type Asset Modifier and Type Method Description protected voidAssetDescriptor. setAssetBean(Asset assetBean)Set up private attributes based on the supplied asset bean.Constructors in org.odpi.openmetadata.frameworks.connectors.properties with parameters of type Asset Constructor Description AssetDescriptor(Asset assetBean)Bean constructor - the asset descriptor is effectively empty - and the protected set methods need to be called to add useful content to it.AssetDetail(Asset assetBean, ExternalIdentifiers externalIdentifiers, RelatedMediaReferences relatedMediaReferences, NoteLogs noteLogs, ExternalReferences externalReferences, Connections connections, Licenses licenses, Certifications certifications, SchemaType schema)Typical constructor initialize superclassesAssetSummary(Asset assetBean)Bean constructor - initializes AssetSummary using a bean returned by the REST interface.AssetUniverse(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 Constructor -
Uses of Asset in org.odpi.openmetadata.frameworks.connectors.properties.beans
Subclasses of Asset in org.odpi.openmetadata.frameworks.connectors.properties.beans Modifier and Type Class Description classRelatedAssetRelatedAsset describes the relationship to other assets.Methods in org.odpi.openmetadata.frameworks.connectors.properties.beans that return Asset Modifier and Type Method Description AssetValidValueImplementationAsset. getReferenceDataAsset()Returns the asset where the implementation of the valid value set is stored.Methods in org.odpi.openmetadata.frameworks.connectors.properties.beans with parameters of type Asset Modifier and Type Method Description voidValidValueImplementationAsset. setReferenceDataAsset(Asset referenceDataAsset)Set up the asset where the implementation of the valid value set is stored.Constructors in org.odpi.openmetadata.frameworks.connectors.properties.beans with parameters of type Asset Constructor Description Asset(Asset template)Copy/clone constructor.
-