ArcGIS Server Geoportal extension
10

com.esri.gpt.framework.resource.api
Interface SourceUri

All Known Implementing Classes:
StringUri, UrlUri, UuidUri

public interface SourceUri

Source URI. Each publishable resource must be identified in a unique way. This also depends on the source of such a resource. SourceUri defines how such a resource can be compared with another. It is usually done through Object.equals(java.lang.Object) method.

Since:
10.0

Method Summary
 String asString()
          Provides pure string representation of the Source URI.
 

Method Detail

asString

String asString()
Provides pure string representation of the Source URI.

Returns:
pure string representation of the Source URI

ArcGIS Server Geoportal extension
10

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