Esri Geoportal Server
1.2.9

com.esri.gpt.control.webharvest.client.atom
Class BaseAtomInfo

java.lang.Object
  extended by com.esri.gpt.control.webharvest.common.CommonInfo
      extended by com.esri.gpt.control.webharvest.client.atom.BaseAtomInfo

public class BaseAtomInfo
extends CommonInfo

Atom feed info.


Constructor Summary
BaseAtomInfo()
           
 
Method Summary
 String getEntryProcessorClassName()
          Gets entry processor class names
 IHitCountCollector getHitCountCollector()
          Gets hitCountCollector.
 String getHitCountCollectorClassName()
          Gets hitCountCollectorClassName
 int getTotalResults()
          Gets totalResults.
 String getUrl()
          Gets service URL.
 void initialize(String url, String userName, String password)
          Creates instance of the service info.
 CredentialProvider newCredentialProvider()
          Creates new credential provider.
 String newReadMetadataUrl(String sourceUri)
          Creates new URL to get metadata.
 String newUrl(int start, int max)
          Creates new URL to list ids.
 void setEntryProcessorClassName(String entryProcessorClassName)
          Sets entry processor class name
 void setHitCountCollector(IHitCountCollector hitCountCollector)
          Sets hitCountCollector.
 void setHitCountCollectorClassName(String hitCountCollectorClassName)
          Sets hitCountCollectorClassName
 void setTotalResults(int totalResults)
          Sets totalResults
 String toString()
           
 
Methods inherited from class com.esri.gpt.control.webharvest.common.CommonInfo
destroy, getBatchHttpClient, setBatchHttpClient
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BaseAtomInfo

public BaseAtomInfo()
Method Detail

initialize

public void initialize(String url,
                       String userName,
                       String password)
Creates instance of the service info.

Parameters:
url - url
userName - user name
password - password

setHitCountCollector

public void setHitCountCollector(IHitCountCollector hitCountCollector)
Sets hitCountCollector.


getHitCountCollector

public IHitCountCollector getHitCountCollector()
Gets hitCountCollector.

Returns:
hitCountCollector

getTotalResults

public int getTotalResults()
Gets totalResults.

Returns:
totalResults

getUrl

public String getUrl()
Gets service URL.

Returns:
service URL

getEntryProcessorClassName

public String getEntryProcessorClassName()
Gets entry processor class names

Returns:
entryProcessorClassName

setEntryProcessorClassName

public void setEntryProcessorClassName(String entryProcessorClassName)
Sets entry processor class name

Parameters:
entryProcessorClassName -

getHitCountCollectorClassName

public String getHitCountCollectorClassName()
Gets hitCountCollectorClassName

Returns:
hitCountCollectorClassName

setHitCountCollectorClassName

public void setHitCountCollectorClassName(String hitCountCollectorClassName)
Sets hitCountCollectorClassName

Parameters:
hitCountCollectorClassName -

newCredentialProvider

public CredentialProvider newCredentialProvider()
Creates new credential provider.

Returns:
new credential provider

newReadMetadataUrl

public String newReadMetadataUrl(String sourceUri)
Creates new URL to get metadata.

Parameters:
sourceUri - source URI
Returns:
URL to get metadata

newUrl

public String newUrl(int start,
                     int max)
Creates new URL to list ids.

Parameters:
start - start position
max - number of records
Returns:
URL to list ids

setTotalResults

public void setTotalResults(int totalResults)
Sets totalResults

Parameters:
totalResults -

toString

public String toString()
Overrides:
toString in class Object

Esri Geoportal Server
1.2.9

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.