|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.catalog.publication.CollectSourceUrisRequest
public class CollectSourceUrisRequest
Collects source URI's.
Constructor Summary | |
---|---|
CollectSourceUrisRequest(RequestContext requestContext,
HrRecord repository)
Creates instance of the request. |
Method Summary | |
---|---|
void |
execute()
Executes request. |
protected void |
onSourceUri(String sourceUri,
String uuid)
Called every time a source URI is found. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CollectSourceUrisRequest(RequestContext requestContext, HrRecord repository)
requestContext
- request contextrepository
- harvest repositoryMethod Detail |
---|
public void execute() throws SQLException
SQLException
- if accessing database failsprotected void onSourceUri(String sourceUri, String uuid)
sourceUri
- source URIuuid
- record UUID
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |