|
Esri Geoportal Server 1.0
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.gpt.catalog.arcgis.metadata.ServiceHandler
com.esri.gpt.catalog.arcgis.metadata.GeoDataServerHandler
public class GeoDataServerHandler
Handles the collection of metadata for an ArcGIS geodatabase service (GeoDataServer).
| Field Summary |
|---|
| Fields inherited from class com.esri.gpt.catalog.arcgis.metadata.ServiceHandler |
|---|
http |
| Constructor Summary | |
|---|---|
GeoDataServerHandler()
Default constructor. |
|
| Method Summary | |
|---|---|
void |
appendRecord(Collection<Resource> records,
ServiceHandlerFactory factory,
ServiceInfo serviceInfo,
boolean isNative)
Creates new record instance (or more record instances) for given ServiceInfo and appends to the collection. |
void |
collectMetadata(ServiceHandlerFactory handlerFactory,
ServiceInfo serviceInfo)
Collect metadata associated with a service. |
void |
publishMetadata(AGSProcessor processor,
ServiceInfo serviceInfo)
Publishes metadata associated with a service. |
| Methods inherited from class com.esri.gpt.catalog.arcgis.metadata.ServiceHandler |
|---|
collectMetadata, collectParentMetadata, collectParentMetadata, getCredentials, setCredentials |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GeoDataServerHandler()
| Method Detail |
|---|
public void collectMetadata(ServiceHandlerFactory handlerFactory,
ServiceInfo serviceInfo)
throws Exception
collectMetadata in class ServiceHandlerhandlerFactory - handler factoryserviceInfo - the active service information
Exception - if an exception occurs
public void publishMetadata(AGSProcessor processor,
ServiceInfo serviceInfo)
throws Exception
publishMetadata in class ServiceHandlerprocessor - the ArcGIS Server service processorserviceInfo - the active service information
Exception - if an exception occurs
public void appendRecord(Collection<Resource> records,
ServiceHandlerFactory factory,
ServiceInfo serviceInfo,
boolean isNative)
throws Exception
ServiceHandler
appendRecord in class ServiceHandlerrecords - collection of recordsfactory - handler factoryserviceInfo - service infoisNative - true to append native record
Exception - if an exception occurs
|
Esri Geoportal Server 1.0
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||