public abstract class AbstractCatalogServiceDriver extends AbstractDiscoveryServiceDriver implements ICatalogServiceDriver
| Constructor and Description |
|---|
AbstractCatalogServiceDriver() |
| Modifier and Type | Method and Description |
|---|---|
DiscoveryServiceQuery |
createQuery()
Create and return an empty query
|
java.lang.String |
getMaxRecords() |
int |
getNumberOfRecords(XMLNode node,
java.lang.String label,
java.lang.String attribute)
This function returns the number of records that have been retrieved.
|
java.lang.String |
getOutputFormat() |
java.lang.String[] |
getOutputSchema() |
IProfile |
getProfile()
Gets the profile.
|
CatalogQuery |
getQuery() |
GetRecordsReply |
getRecordsReply() |
ServerData |
getServerData()
Return the server data
|
java.lang.String |
getSortBy() |
java.lang.String |
getStartPosition() |
void |
setMaxRecords(java.lang.String maxRecords) |
void |
setOutputFormat(java.lang.String outputFormat) |
void |
setOutputSchema(java.lang.String outputSchema) |
void |
setOutputSchema(java.lang.String[] outputSchema) |
void |
setQuery(CatalogQuery query) |
void |
setServerData(ServerData serverData)
Used to set a ServerData that contains the properties
that have been fixed by the user
|
void |
setSortBy(java.lang.String sortBy) |
void |
setStartPosition(java.lang.String startPosition) |
getAditionalSearchPanel, getDefaultPort, getDefaultSchema, getOneServer, getServerAnswerReady, isProtocolSupported, setServerAnswerReady, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetRecordsgetAditionalSearchPanel, getCapabilities, getDefaultPort, getDefaultSchema, getOneServer, getServerAnswerReady, getServiceName, isProtocolSupported, setServerAnswerReady, toStringpublic void setServerData(ServerData serverData)
public ServerData getServerData()
public IProfile getProfile()
getProfile in interface ICatalogServiceDriverpublic int getNumberOfRecords(XMLNode node, java.lang.String label, java.lang.String attribute)
node - The answer treelabel - Node Name that contains the valueattribute - Attributes wich contain the valuepublic DiscoveryServiceQuery createQuery()
IDiscoveryServiceDrivercreateQuery in interface IDiscoveryServiceDriverpublic CatalogQuery getQuery()
public void setQuery(CatalogQuery query)
query - The query to set.public java.lang.String getMaxRecords()
public void setMaxRecords(java.lang.String maxRecords)
maxRecords - The maxRecords to set.public java.lang.String getOutputFormat()
public void setOutputFormat(java.lang.String outputFormat)
outputFormat - The outputFormat to set.public java.lang.String[] getOutputSchema()
public void setOutputSchema(java.lang.String[] outputSchema)
outputSchema - The outputSchema to set.public void setOutputSchema(java.lang.String outputSchema)
outputSchema - public java.lang.String getSortBy()
public void setSortBy(java.lang.String sortBy)
sortBy - The sortBy to set.public java.lang.String getStartPosition()
public void setStartPosition(java.lang.String startPosition)
startPosition - The startPosition to set.public GetRecordsReply getRecordsReply()