public class ConnectedAssetRatings extends AssetRatings
pagingIteratorparentAsset| Modifier and Type | Method and Description |
|---|---|
protected AssetPropertyBase |
cloneElement(AssetDescriptor parentAsset,
AssetPropertyBase template)
Method implemented by a subclass that ensures the cloning process is a deep clone.
|
protected AssetRatings |
cloneIterator(AssetDescriptor parentAsset)
Clones this iterator.
|
protected List<AssetPropertyBase> |
getCachedList(int cacheStartPointer,
int maximumSize)
Method implemented by subclass to retrieve the next cached list of elements.
|
hasNext, next, remove, toStringgetElementCountequals, getParentAsset, getParentAssetName, getParentAssetTypeNamehashCodeclone, finalize, getClass, notify, notifyAll, wait, wait, waitforEachRemainingprotected AssetRatings cloneIterator(AssetDescriptor parentAsset)
cloneIterator in class AssetRatingsparentAsset - descriptor of parent assetprotected AssetPropertyBase cloneElement(AssetDescriptor parentAsset, AssetPropertyBase template)
cloneElement in class AssetRatingsparentAsset - descriptor of parent assettemplate - object to cloneprotected List<AssetPropertyBase> getCachedList(int cacheStartPointer, int maximumSize) throws PropertyServerException
getCachedList in class AssetPropertyIteratorBasecacheStartPointer - where to start the cache.maximumSize - maximum number of elements in the cache.PropertyServerException - there is a problem retrieving elements from the property (metadata) server.Copyright © 2018–2019 ODPi. All rights reserved.