Esri Geoportal Server
1.0

com.esri.gpt.sdisuite
Class IntegrationResponse

java.lang.Object
  extended by com.esri.gpt.sdisuite.IntegrationResponse

public class IntegrationResponse
extends Object

Represents the response for a checkUrl request.


Constructor Summary
IntegrationResponse()
          Default constructor
 
Method Summary
 void addBriefLicenseInfo(String pKey, BriefLicenseInfo pBriefLicenseInfo)
          Deprecated. 
 Map<String,BriefLicenseInfo> getBriefLicenseInfos()
          Deprecated. 
 String getLicenseSelectionClientUrl()
          Gets the license selection client URL.
 String getUrl()
          Gets the URL.
 boolean isLicensed()
          Gets the flag indicating whether of not the URL is licensed.
 boolean isSecured()
          Gets the flag indicating whether of not the URL is secured.
 void setBriefLicenseInfos(Map<String,BriefLicenseInfo> briefLicenseInfos)
          Deprecated. 
 void setLicensed(boolean licensed)
          Sets the flag indicating whether of not the URL is licensed.
 void setLicenseSelectionClientUrl(String url)
          Sets the license selection client URL.
 void setSecured(boolean secured)
          Sets the flag indicating whether of not the URL is secured.
 void setUrl(String url)
          Sets the URL.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntegrationResponse

public IntegrationResponse()
Default constructor

Method Detail

getBriefLicenseInfos

@Deprecated
public Map<String,BriefLicenseInfo> getBriefLicenseInfos()
Deprecated. 

Gets the brief license info.

Returns:
the brief license info

setBriefLicenseInfos

@Deprecated
public void setBriefLicenseInfos(Map<String,BriefLicenseInfo> briefLicenseInfos)
Deprecated. 

Sets the brief license info.

Parameters:
briefLicenseInfos - the brief license info

isLicensed

public final boolean isLicensed()
Gets the flag indicating whether of not the URL is licensed.

Returns:
true if the URL is licensed

setLicensed

public final void setLicensed(boolean licensed)
Sets the flag indicating whether of not the URL is licensed.

Parameters:
licensed - true if the URL is licensed

getLicenseSelectionClientUrl

public final String getLicenseSelectionClientUrl()
Gets the license selection client URL.

Returns:
the license selection client URL

setLicenseSelectionClientUrl

public final void setLicenseSelectionClientUrl(String url)
Sets the license selection client URL.

Parameters:
url - the license selection client URL

isSecured

public final boolean isSecured()
Gets the flag indicating whether of not the URL is secured.

Returns:
true if the URL is secured

setSecured

public final void setSecured(boolean secured)
Sets the flag indicating whether of not the URL is secured.

Parameters:
secured - true if the URL is secured

getUrl

public String getUrl()
Gets the URL.
Can be either gatewayUrl or Url that has been forwarded to the checkUrl method.

Returns:
the URL

setUrl

public void setUrl(String url)
Sets the URL.
Can be either gatewayUrl or Url that has been forwarded to the checkUrl method.

Parameters:
url - the URL

addBriefLicenseInfo

@Deprecated
public void addBriefLicenseInfo(String pKey,
                                           BriefLicenseInfo pBriefLicenseInfo)
Deprecated. 

Adds a brief license info parameter.

Parameters:
pKey - the parameter key
pBriefLicenseInfo - the parameter value

Esri Geoportal Server
1.0

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