public class AssetUniverse extends AssetDetail
| Modifier and Type | Field and Description |
|---|---|
protected AssetFeedback |
feedback |
protected AssetLocations |
knownLocations |
protected AssetLineage |
lineage |
protected List<AssetMeaning> |
meanings |
protected AssetRelatedAssets |
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,
List<AssetMeaning> meanings,
AssetSchemaType schema,
AssetFeedback feedback,
AssetLocations knownLocations,
AssetLineage lineage,
AssetRelatedAssets relatedAssets)
Typical Constructor
|
|
AssetUniverse(AssetUniverse template)
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.
|
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.
|
List<AssetMeaning> |
getMeanings()
Return the list of glossary definitions assigned directly to this asset.
|
AssetRelatedAssets |
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, getDescription, getDisplayName, getExtendedProperties, getGUID, getLatestChange, getOrigins, getOwner, getOwnerType, getQualifiedName, getShortDescription, getType, getURL, getZoneMembership, hashCodegetAssetBean, getAssetName, getAssetSuperTypeNames, getAssetTypeName, setAssetBeanprotected List<AssetMeaning> meanings
protected AssetSchemaType schema
protected AssetFeedback feedback
protected AssetLocations knownLocations
protected AssetLineage lineage
protected AssetRelatedAssets relatedAssets
protected AssetUniverse()
public 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)
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 - StructSchemaType object to query schema and related glossary definitions.feedback - Feedback object to query the feedback.knownLocations - Locations listlineage - lineage object to query the origin of the asset.relatedAssets - AssetRelatedAssets listpublic AssetUniverse(AssetUniverse template)
template - template to copypublic List<AssetMeaning> getMeanings()
public AssetSchemaType getSchema()
public AssetFeedback getFeedback()
public AssetLocations getKnownLocations()
public AssetLineage getLineage()
public AssetRelatedAssets getRelatedAssets()
public String toString()
toString in class AssetDetailpublic boolean equals(Object objectToCompare)
equals in class AssetDetailobjectToCompare - supplied objectCopyright © 2018–2020 ODPi. All rights reserved.