|
Esri Geoportal Server 1.2.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.gpt.catalog.arcgis.agportal.publication.EndPoint
public class EndPoint
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 |
---|
public EndPoint(String baseArcGISUrl, String generateTokenUrl, boolean isPublic, boolean overwrite)
baseArcGISUrl
- base ArcGIS portal URLgenerateTokenUrl
- URL to generate tokenisPublic
- true
if is publicoverwrite
- true
if overwriteMethod Detail |
---|
public String getBaseArcGISUrl()
public String getGenerateTokenUrl()
public boolean getIsPublic()
true
if is public.
true
if is publicpublic boolean getOverwrite()
true
if overwrite.
true
if overwrite
|
Esri Geoportal Server 1.2.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |