Class AssetCatalogItemElement
java.lang.Object
org.odpi.openmetadata.accessservices.assetcatalog.model.Element
org.odpi.openmetadata.accessservices.assetcatalog.model.AssetCatalogItemElement
- All Implemented Interfaces:
Serializable
AssetElement object is used to describe the elements returned by the search method
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Returns the connections to the assetReturns the context of the entity.int
hashCode()
void
setConnections
(List<Connection> connections) Set up the connection for the assetvoid
setContext
(List<Element> context) Setup the context for an entitytoString()
Methods inherited from class org.odpi.openmetadata.accessservices.assetcatalog.model.Element
getAdditionalProperties, getClassifications, getCreatedBy, getCreateTime, getGuid, getName, getOrigin, getParentElement, getProperties, getStatus, getType, getUpdatedBy, getUpdateTime, getUrl, getVersion, setAdditionalProperties, setClassifications, setCreatedBy, setCreateTime, setGuid, setName, setOrigin, setParentElement, setProperties, setStatus, setType, setUpdatedBy, setUpdateTime, setUrl, setVersion
-
Constructor Details
-
AssetCatalogItemElement
public AssetCatalogItemElement()
-
-
Method Details
-
getContext
Returns the context of the entity. It includes the entities that are connected to the element. For example, for a column, this context contains the table, schema and the asset.- Returns:
- the context for the given element
-
getConnections
Returns the connections to the asset- Returns:
- a list of available connections
-
setContext
Setup the context for an entity- Parameters:
context
- the describes the elements
-
setConnections
Set up the connection for the asset- Parameters:
connections
- the connections for the asset
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-