Package com.esri.gpt.server.assertion
Provides operations associated with RDF like assertions that are serialized
 as documents within one or more Lucene indexes.
See:
          Description
| 
Class Summary | 
| AsnConfig | 
Assertion configuration. | 
| AsnFactory | 
Instantiates components associated with the execution of assertion operations. | 
| AsnServlet | 
Assertion servlet. | 
 
Package com.esri.gpt.server.assertion Description
Provides operations associated with RDF like assertions that are serialized
 as documents within one or more Lucene indexes.
 
 
e.g. resource ratings, comments, ...
 
 Service Request Patterns
 
   - [contextPath]/assertion/operations
 
   - [contextPath]/assertion?s=[subject]&p=[predicate]&v=[value]&f=[format]&start=[start]&max=[max]
 
 
 
 Service Request Parameters
 
   - s=[subject] - always required
 
   - p=[predicate]- always required
 
   - v=[value] - only required for operations that have a defined valueType,
      a value can be posted in the HTTP request body
 
   - f=[format] - response format (optional, xml|json|pjson)
 
   - start=[start] - starting record (optional, for queries that return multiple records)
 
   - max=[max] - max records to return (optional, for queries that return multiple records)
 
 
        Copyright 2011 Environmental Systems Research Institute. 
	 All rights reserved. 
	 Use is subject to 
license terms.