| Package | Description |
|---|---|
| org.odpi.openmetadata.frameworks.connectors.properties | |
| org.odpi.openmetadata.frameworks.connectors.properties.beans |
| Modifier and Type | Field and Description |
|---|---|
protected Asset |
AssetDescriptor.assetBean |
protected Asset |
AssetRelatedAsset.assetBean |
| Modifier and Type | Method and Description |
|---|---|
protected Asset |
AssetDescriptor.getAssetBean()
Return the asset bean for this element.
|
protected Asset |
AssetRelatedAsset.getAssetBean()
Return the bean with basic information about the asset.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AssetDescriptor.setAssetBean(Asset assetBean)
Set up private attributes based on the supplied asset bean.
|
| Constructor and 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 superclasses
|
AssetRelatedAsset(AssetDescriptor parentAsset,
Asset assetBean,
String relationshipTypeName,
String relationshipAttributeName,
RelatedAssetProperties relatedAssetProperties)
Bean constructor with parent asset
|
AssetRelatedAsset(Asset assetBean,
String relationshipTypeName,
String relationshipAttributeName,
RelatedAssetProperties relatedAssetProperties)
Bean constructor
|
AssetSummary(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
|
| Modifier and Type | Method and Description |
|---|---|
Asset |
RelatedAsset.getRelatedAsset()
Return the bean that described the related asset
|
| Modifier and Type | Method and Description |
|---|---|
void |
RelatedAsset.setRelatedAsset(Asset relatedAsset)
Set up the bean that described the related asset
|
| Constructor and Description |
|---|
Asset(Asset template)
Copy/clone constructor.
|
Copyright © 2018–2020 ODPi. All rights reserved.