|
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.AgpPush
public class AgpPush
A push synchronizer from a source ArcGIS Portal to a destination ArcGIS Portal.
Constructor Summary | |
---|---|
AgpPush()
Default constructor. |
|
AgpPush(AgpSource source,
AgpDestination destination)
Construct with a source and destination. |
Method Summary | |
---|---|
protected boolean |
doContinue()
|
String |
getSummary(boolean forHtml)
Gets the process summary. |
void |
synchronize()
Execute the synchronization process. |
protected boolean |
syncItem(AgpItem sourceItem)
Synchronized an item. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AgpPush()
public AgpPush(AgpSource source, AgpDestination destination)
source
- the sourcedestination
- the destinationMethod Detail |
---|
public String getSummary(boolean forHtml)
forHtml
- true if the summary should be formatted for HTML
protected boolean syncItem(AgpItem sourceItem) 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 occursprotected boolean doContinue()
|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |