|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PollResult
Interface to access SearchResult
objects contained in a PollResult
.
Note: All returned collections should be assumed to be unmodifiable.
Method Summary | |
---|---|
Collection<SearchResult> |
getDeleteResults()
Deprecated. No ordering enforced. Replace with getResults() and
SearchResult.getType() . |
Collection<IfmapErrorResult> |
getErrorResults()
Get all IfmapErrorResult objects that indicate errors that
occured since the last poll. |
Collection<SearchResult> |
getNotifyResults()
Deprecated. No ordering enforced. Replace with getResults() and
SearchResult.getType() . |
List<SearchResult> |
getResults()
|
Collection<SearchResult> |
getSearchResults()
Deprecated. No ordering enforced. Replace with getResults() and
SearchResult.getType() . |
Collection<SearchResult> |
getUpdateResults()
Deprecated. No ordering enforced. Replace with getResults() and
SearchResult.getType() . |
Method Detail |
---|
Collection<SearchResult> getSearchResults()
getResults()
and
SearchResult.getType()
.
SearchResult
objects that were received after the initial
poll has been sent to the MAPS.
SearchResult
objectsCollection<SearchResult> getUpdateResults()
getResults()
and
SearchResult.getType()
.
SearchResult
objects for new metadata that has been
published to the MAPS since the last poll.
SearchResult
objectsCollection<SearchResult> getDeleteResults()
getResults()
and
SearchResult.getType()
.
SearchResult
objects for metadata that has been
deleted from the MAPS since the last poll.
SearchResult
objectsCollection<SearchResult> getNotifyResults()
getResults()
and
SearchResult.getType()
.
SearchResult
objects for metadata that has been
published to the MAPS by using the publish notify request since the last
poll.
SearchResult
objectsCollection<IfmapErrorResult> getErrorResults()
IfmapErrorResult
objects that indicate errors that
occured since the last poll.
IfmapErrorResult
objectsList<SearchResult> getResults()
SearchResult
instances,
ordered the way they were received from the MAPS.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |