public interface PathQueryInspector extends OsidObjectQueryInspector
This is the query inspector for examining path queries.
Modifier and Type | Method and Description |
---|---|
IdSetTerm[] |
getAlongLocationIdsTerms()
Gets the along location
Ids query terms. |
CoordinateTerm[] |
getCoordinateTerms()
Gets the coordinate query terms.
|
IdTerm[] |
getIntersectingPathIdTerms()
Gets the intersecting path
Id query terms. |
PathQueryInspector[] |
getIntersectingPathTerms()
Gets the intersecting path query terms.
|
IdTerm[] |
getLocationIdTerms()
Gets the location
Id query terms. |
LocationQueryInspector[] |
getLocationTerms()
Gets the location query terms.
|
IdTerm[] |
getMapIdTerms()
Gets the map
Id query terms. |
MapQueryInspector[] |
getMapTerms()
Gets the map query terms.
|
SpatialUnitTerm[] |
getOverlappingSpatialUnitTerms()
Gets the spatial unit query terms.
|
PathQueryInspectorRecord |
getPathQueryInspectorRecord(Type pathRecordType)
Gets the path query inspector record corresponding to the given
Path record Type. |
IdTerm[] |
getRouteIdTerms()
Gets the route
Id query terms. |
RouteQueryInspector[] |
getRouteTerms()
Gets the route query terms.
|
getCommentIdTerms, getCommentTerms, getCreditIdTerms, getCreditTerms, getDescriptionTerms, getDisplayNameTerms, getGenusTypeTerms, getJournalEntryIdTerms, getJournalEntryTerms, getParentGenusTypeTerms, getRelationshipIdTerms, getRelationshipPeerIdTerms, getRelationshipTerms, getStateIdTerms, getStateTerms, getStatisticTerms, getSubjectIdTerms, getSubjectRelevancyTerms, getSubjectTerms
getIdTerms
getRecordTypeTerms
getRecordTypes, hasRecordType
getAnyTerms, getKeywordTerms
CoordinateTerm[] getCoordinateTerms()
mandatory
- This method must be implemented. SpatialUnitTerm[] getOverlappingSpatialUnitTerms()
mandatory
- This method must be implemented. IdSetTerm[] getAlongLocationIdsTerms()
Ids
query terms.mandatory
- This method must be implemented. IdTerm[] getIntersectingPathIdTerms()
Id
query terms.mandatory
- This method must be implemented. PathQueryInspector[] getIntersectingPathTerms()
mandatory
- This method must be implemented. IdTerm[] getLocationIdTerms()
Id
query terms.mandatory
- This method must be implemented. LocationQueryInspector[] getLocationTerms()
mandatory
- This method must be implemented. IdTerm[] getRouteIdTerms()
Id
query terms.mandatory
- This method must be implemented. RouteQueryInspector[] getRouteTerms()
mandatory
- This method must be implemented. IdTerm[] getMapIdTerms()
Id
query terms.mandatory
- This method must be implemented. MapQueryInspector[] getMapTerms()
mandatory
- This method must be implemented. PathQueryInspectorRecord getPathQueryInspectorRecord(Type pathRecordType) throws OperationFailedException
Path
record Type.
pathRecordType
- a path record typeNullArgumentException
- pathRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(pathRecordType)
is false
mandatory
- This method must be implemented.