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
Fields in org.odpi.openmetadata.frameworks.connectors.properties declared as Asset Modifier and Type Field Description protected AssetAssetDescriptor. assetBeanprotected AssetAssetRelatedAsset. 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.protected AssetAssetRelatedAsset. getAssetBean()Return the bean with basic information about the asset.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, AssetExternalIdentifiers externalIdentifiers, AssetRelatedMediaReferences relatedMediaReferences, AssetNoteLogs noteLogs, AssetExternalReferences externalReferences, AssetConnections connections, AssetLicenses licenses, AssetCertifications certifications)Typical constructor initialize superclassesAssetRelatedAsset(AssetDescriptor parentAsset, Asset assetBean, String relationshipTypeName, String relationshipAttributeName, RelatedAssetProperties relatedAssetProperties)Bean constructor with parent assetAssetRelatedAsset(Asset assetBean, String relationshipTypeName, String relationshipAttributeName, RelatedAssetProperties relatedAssetProperties)Bean constructorAssetSummary(Asset assetBean)Bean constructor - initializes AssetSummary using a bean returned by the REST interface.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 -
Uses of Asset in org.odpi.openmetadata.frameworks.connectors.properties.beans
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.AssetRelatedAsset. getRelatedAsset()Return the bean that described the related assetMethods 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.voidRelatedAsset. setRelatedAsset(Asset relatedAsset)Set up the bean that described the related assetConstructors in org.odpi.openmetadata.frameworks.connectors.properties.beans with parameters of type Asset Constructor Description Asset(Asset template)Copy/clone constructor.
-