|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.gpt.agp.sync.Gpt2AgpPush
public class Gpt2AgpPush
A push synchronizer from a source Geoportal to a destination ArcGIS Portal.
Constructor Summary | |
---|---|
Gpt2AgpPush()
Default constructor. |
|
Gpt2AgpPush(GptSource source,
AgpDestination destination)
Construct with a source and destination. |
Method Summary | |
---|---|
protected boolean |
doContinue()
|
void |
synchronize()
Execute the synchronization process. |
protected boolean |
syncItem(AgpItem sourceItem,
String uuid,
String xml)
Synchronize an item. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Gpt2AgpPush()
public Gpt2AgpPush(GptSource source, AgpDestination destination)
source
- the sourcedestination
- the destinationMethod Detail |
---|
protected boolean doContinue()
protected boolean syncItem(AgpItem sourceItem, String uuid, String xml) throws Exception
sourceItem
- the source item
true
if item has been updated
Exception
- if an exception occurspublic void synchronize() throws Exception
Exception
- if an exception occurs
|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |