extends ItemDescriptorImpl

This class references an item descriptor from the local repository. Most operations will be pass-throughs to the local repository item descriptor. The following operations (described in the Command Operations section) execute a Command if one is defined for the item descriptor; otherwise they do nothing.

executeQuery
getItem
updateItem
addItem
removeItem

In addition, this class is responsible for converting the results of queries obtained from the remote system into repository items.

 
loading table of contents...