Esri Geoportal Server
1.2.0

com.esri.gpt.catalog.arcgis.agportal.publication
Class EndPoint

java.lang.Object
  extended by com.esri.gpt.catalog.arcgis.agportal.publication.EndPoint

public class EndPoint
extends Object

Publication endpoint. NOTE! This is EXPERIMENTAL feature. It might be removed at any time in the future.


Constructor Summary
EndPoint(String baseArcGISUrl, String generateTokenUrl, boolean isPublic, boolean overwrite)
          Creates instance of the end-point.
 
Method Summary
 String getBaseArcGISUrl()
          Gets base ArcGIS portal URL.
 String getGenerateTokenUrl()
          Gets URL to generate token.
 boolean getIsPublic()
          Gets true if is public.
 boolean getOverwrite()
          Gets true if overwrite.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndPoint

public EndPoint(String baseArcGISUrl,
                String generateTokenUrl,
                boolean isPublic,
                boolean overwrite)
Creates instance of the end-point.

Parameters:
baseArcGISUrl - base ArcGIS portal URL
generateTokenUrl - URL to generate token
isPublic - true if is public
overwrite - true if overwrite
Method Detail

getBaseArcGISUrl

public String getBaseArcGISUrl()
Gets base ArcGIS portal URL.

Returns:
base ArcGIS portal URL

getGenerateTokenUrl

public String getGenerateTokenUrl()
Gets URL to generate token.

Returns:
URL to generate token

getIsPublic

public boolean getIsPublic()
Gets true if is public.

Returns:
true if is public

getOverwrite

public boolean getOverwrite()
Gets true if overwrite.

Returns:
true if overwrite

Esri Geoportal Server
1.2.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.