| java.lang.Object edu.indiana.lib.osid.base.repository.AssetIterator edu.indiana.lib.osid.base.repository.http.AssetIterator
Method Summary | |
public boolean | hasNextAsset() Is another Asset available? If so, set the search status as "complete". | protected void | initialize(org.osid.shared.Properties searchProperties) | public org.osid.repository.Asset | nextAsset() |
AssetIterator | protected AssetIterator(Vector vector)(Code) | | Unused constructor
|
AssetIterator | protected AssetIterator(String database, QueryBase queryBase, SearchResultBase searchResult, org.osid.shared.Properties searchProperties, org.osid.shared.Id repositoryId, SessionContext sessionContext) throws org.osid.repository.RepositoryException(Code) | | Constructor
Parameters: database - The database (or target) for this search Parameters: searchProperties - Property list (search characteristics, provided by our caller) Parameters: repositoryId - Unique Repository ID Parameters: sessionContext - Context data for the current user/caller |
hasNextAsset | public boolean hasNextAsset() throws org.osid.repository.RepositoryException(Code) | | Is another Asset available? If so, set the search status as "complete".
true if an Asset is available, false if not |
initialize | protected void initialize(org.osid.shared.Properties searchProperties) throws org.osid.shared.SharedException(Code) | | Initialize
Parameters: searchProperties - Property list (search characteristics, provided by our caller) |
nextAsset | public org.osid.repository.Asset nextAsset() throws org.osid.repository.RepositoryException(Code) | | Fetch the next available search result (from the "Asset queue")
The next search result (as an Asset) |
Methods inherited from edu.indiana.lib.osid.base.repository.AssetIterator | public boolean hasNextAsset() throws org.osid.repository.RepositoryException(Code)(Java Doc) public org.osid.repository.Asset nextAsset() throws org.osid.repository.RepositoryException(Code)(Java Doc)
|
|
|