public class AssetUniverse extends AssetDetail
| Modifier and Type | Field and Description |
|---|---|
protected AssetAnnotations |
analysis |
protected AssetFeedback |
feedback |
protected AssetLocations |
knownLocations |
protected AssetLineage |
lineage |
protected AssetMeanings |
meanings |
protected RelatedAssets |
relatedAssets |
protected AssetSchemaType |
schema |
certifications, connections, externalIdentifiers, externalReferences, licenses, noteLogs, relatedMediaReferencesassetBean| Modifier | Constructor and Description |
|---|---|
protected |
AssetUniverse()
Default constructor only for subclasses
|
|
AssetUniverse(Asset assetBean,
AssetExternalIdentifiers externalIdentifiers,
AssetRelatedMediaReferences relatedMediaReferences,
AssetNoteLogs noteLogs,
AssetExternalReferences externalReferences,
AssetConnections connections,
AssetLicenses licenses,
AssetCertifications certifications,
AssetMeanings meanings,
AssetSchemaType schema,
AssetAnnotations analysis,
AssetFeedback feedback,
AssetLocations knownLocations,
AssetLineage lineage,
RelatedAssets relatedAssets)
Typical Constructor
|
|
AssetUniverse(AssetUniverse templateAssetUniverse)
Copy/clone Constructor note this is a deep copy
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
AssetAnnotations |
getAnalysis()
Return details of the metadata discovery analysis for the asset.
|
AssetFeedback |
getFeedback()
Return details of the people, products and feedback that are connected to the asset.
|
AssetLocations |
getKnownLocations()
Return the list of locations for the asset.
|
AssetLineage |
getLineage()
Return details of the lineage for the asset.
|
AssetMeanings |
getMeanings()
Return the list of glossary definitions assigned directly to this asset.
|
RelatedAssets |
getRelatedAssets()
Return the list of assets related to this asset.
|
AssetSchemaType |
getSchema()
Return details of the schema associated with the asset.
|
String |
toString()
Standard toString method.
|
getCertifications, getConnections, getExternalIdentifiers, getExternalReferences, getLicenses, getNoteLogs, getRelatedMediaReferencesgetAdditionalProperties, getAssetClassifications, getAssetProperties, getDescription, getDisplayName, getGUID, getOwner, getQualifiedName, getShortDescription, getType, getURL, getZoneMembership, hashCodegetAssetBean, getAssetName, getAssetTypeNameprotected AssetMeanings meanings
protected AssetSchemaType schema
protected AssetAnnotations analysis
protected AssetFeedback feedback
protected AssetLocations knownLocations
protected AssetLineage lineage
protected RelatedAssets relatedAssets
protected AssetUniverse()
public AssetUniverse(Asset assetBean, AssetExternalIdentifiers externalIdentifiers, AssetRelatedMediaReferences relatedMediaReferences, AssetNoteLogs noteLogs, AssetExternalReferences externalReferences, AssetConnections connections, AssetLicenses licenses, AssetCertifications certifications, AssetMeanings meanings, AssetSchemaType schema, AssetAnnotations analysis, AssetFeedback feedback, AssetLocations knownLocations, AssetLineage lineage, RelatedAssets relatedAssets)
assetBean - details of this assetexternalIdentifiers - ExternalIdentifiers listrelatedMediaReferences - RelatedMediaReferences listnoteLogs - NoteLogs iteratorexternalReferences - ExternalReferences iteratorconnections - List of connections attached to the assetlicenses - List of licensescertifications - Certifications list of certificationsmeanings - Meanings list of glossary definitions.schema - Schema object to query schema and related glossary definitions.analysis - Annotations from metadata discovery.feedback - Feedback object to query the feedback.knownLocations - Locations listlineage - lineage object to query the origin of the asset.relatedAssets - RelatedAssets listpublic AssetUniverse(AssetUniverse templateAssetUniverse)
templateAssetUniverse - template to copypublic AssetMeanings getMeanings()
public AssetSchemaType getSchema()
public AssetAnnotations getAnalysis()
public AssetFeedback getFeedback()
public AssetLocations getKnownLocations()
public AssetLineage getLineage()
public RelatedAssets getRelatedAssets()
public String toString()
toString in class AssetDetailpublic boolean equals(Object objectToCompare)
equals in class AssetDetailobjectToCompare - supplied objectCopyright © 2018 ODPi. All rights reserved.