public abstract class ConnectedAssetProperties extends AssetPropertyElementBase
| Modifier and Type | Field and Description |
|---|---|
protected AssetUniverse |
assetProperties |
| Constructor and Description |
|---|
ConnectedAssetProperties()
Typical constructor.
|
ConnectedAssetProperties(ConnectedAssetProperties templateProperties)
Copy/clone constructor.
|
| Modifier and Type | Method and Description |
|---|---|
AssetDetail |
getAssetDetail()
Returns detailed information about the asset organized in the assetDetail structure.
|
AssetSummary |
getAssetSummary()
Returns the summary information organized in the assetSummary structure.
|
AssetUniverse |
getAssetUniverse()
Returns all of the detail of the asset and information connected to it in organized in the assetUniverse
structure.
|
abstract void |
refresh()
Request the values in the ConnectedAssetProperties are refreshed with the current values from the
metadata repository.
|
String |
toString()
Standard toString method.
|
equals, hashCodeprotected AssetUniverse assetProperties
public ConnectedAssetProperties()
public ConnectedAssetProperties(ConnectedAssetProperties templateProperties)
templateProperties - template to copy.public AssetSummary getAssetSummary()
public AssetDetail getAssetDetail()
public AssetUniverse getAssetUniverse()
public abstract void refresh()
throws PropertyServerException,
UserNotAuthorizedException
PropertyServerException - there is a problem connecting to the server to retrieve metadata.UserNotAuthorizedException - the userId associated with the connector is not authorized to
access the asset properties.public String toString()
toString in class AssetPropertyElementBaseCopyright © 2018–2020 ODPi. All rights reserved.