|
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.client.AgpCommonRequest
public class AgpCommonRequest
Some common ArcGIS Portal requests.
Constructor Summary | |
---|---|
AgpCommonRequest()
Default constructor. |
Method Summary | |
---|---|
AgpItems |
queryRelatedItems(AgpConnection connection,
String itemID,
String relationshipType,
String direction)
Searches for related items. |
String |
readFormalMetadata(AgpConnection connection,
String itemId)
Reads the formal metadata for an item. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AgpCommonRequest()
Method Detail |
---|
public AgpItems queryRelatedItems(AgpConnection connection, String itemID, String relationshipType, String direction) throws Exception
connection
- the connectionitemID
- the item idrelationshipType
- the relationship typedirection
- the relationship type
Exception
- if an exception occurspublic String readFormalMetadata(AgpConnection connection, String itemId) throws Exception
connection
- the connectionitemId
- the item id
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 |