Uses of Class
org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException
-
Packages that use PropertyServerException Package Description org.odpi.openmetadata.frameworks.connectors org.odpi.openmetadata.frameworks.connectors.properties -
-
Uses of PropertyServerException in org.odpi.openmetadata.frameworks.connectors
Methods in org.odpi.openmetadata.frameworks.connectors that throw PropertyServerException Modifier and Type Method Description abstract ConnectedAssetPropertiesConnector. getConnectedAssetProperties(String userId)Returns the properties that contain the metadata for the asset.ConnectedAssetPropertiesConnectorBase. getConnectedAssetProperties(String userId)Returns the properties that contain the metadata for the asset. -
Uses of PropertyServerException in org.odpi.openmetadata.frameworks.connectors.properties
Methods in org.odpi.openmetadata.frameworks.connectors.properties that throw PropertyServerException Modifier and Type Method Description protected abstract List<AssetPropertyBase>AssetPropertyIteratorBase. getCachedList(int cacheStartPointer, int maximumSize)Method implemented by subclass to retrieve the next cached list of elements.RelatedAssetPropertiesAssetRelatedAsset. getRelatedAssetProperties()Return the detailed properties for a related asset.abstract voidConnectedAssetProperties. refresh()Request the values in the ConnectedAssetProperties are refreshed with the current values from the metadata repository.abstract voidRelatedAssetProperties. refresh()Request the values in the RelatedAssetProperties are refreshed with the current values from the metadata repository.
-