|
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.AgpPartHelper
public class AgpPartHelper
Multi-part helper functions for the AgpPush synchronizer.
Constructor Summary | |
---|---|
AgpPartHelper()
Default constructor. |
Method Summary | |
---|---|
protected void |
addDataPart(MultipartProvider provider,
AgpSource source,
AgpItem sourceItem,
AgpDestination destination,
AgpItem destItem)
Adds the data part to a multiipart request for item addition or update. |
protected void |
addThumbnailPart(MultipartProvider provider,
AgpSource source,
AgpItem sourceItem,
AgpDestination destination,
AgpItem destItem)
Adds the thumbnail part to a multiipart request for item addition or update. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AgpPartHelper()
Method Detail |
---|
protected void addDataPart(MultipartProvider provider, AgpSource source, AgpItem sourceItem, AgpDestination destination, AgpItem destItem) throws Exception
provider
- the multi-part request providersource
- the synchronization sourcesourceItem
- the synchronization source itemdestination
- the synchronization destinationdestItem
- the synchronization destination item
Exception
- if an exception occursprotected void addThumbnailPart(MultipartProvider provider, AgpSource source, AgpItem sourceItem, AgpDestination destination, AgpItem destItem) throws Exception
provider
- the multi-part request providersource
- the synchronization sourcesourceItem
- the synchronization source itemdestination
- the synchronization destinationdestItem
- the synchronization destination item
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 |