|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nih.nci.system.dao.evs.EVSQueryDAOImpl
public class EVSQueryDAOImpl
Defines and implements methods to query the Enterprise Vocabulary Service. Results are returned as a Response object.
Constructor Summary | |
---|---|
EVSQueryDAOImpl()
Instantiates an EVSQueryDAOImpl instance |
|
EVSQueryDAOImpl(java.lang.String file)
|
|
EVSQueryDAOImpl(java.lang.String file,
java.util.Properties systemProperties)
|
Method Summary | |
---|---|
Response |
containsInverseRole(java.util.HashMap map)
Returns a Boolean value if the specified concept contains inverse roles |
Response |
containsRole(java.util.HashMap map)
Returns a Boolean value if the specified concept contains roles |
java.util.Vector |
convertAssociations(java.util.Vector dtsrpcAssociations)
|
EdgeProperties |
convertEdgeProperties(TreeNode treenode)
|
Response |
getAllAssociationTypes(java.util.HashMap map)
Gets all association types for the specified concept from a given namespace |
java.util.List |
getAllClassNames()
|
Response |
getAllConceptAssociationQualifierTypes(java.util.HashMap map)
Gets all concept association qualifier types for the specified concept from a given namespace |
Response |
getAllConceptAssociationTypes(java.util.HashMap map)
Gets all concept association types for the specified concept from a given namespace |
Response |
getAllConceptPropertyQualifierTypes(java.util.HashMap map)
Gets all concept property qualifier types for the specified concept from a given namespace |
Response |
getAllConceptPropertyTypes(java.util.HashMap map)
Gets all concept property types for the specified concept from a given namespace |
Response |
getAllLicenses(java.util.HashMap map)
Gets all licenses for the specified concept from a given namespace |
Response |
getAllPropertyTypes(java.util.HashMap map)
|
Response |
getAllQualifierTypes(java.util.HashMap map)
Gets all qualifier types for the specified concept from a given namespace |
Response |
getAllRoleNames(java.util.HashMap map)
Gets all the Role names for the specified concept from a given namespace |
Response |
getAllSilos(java.util.HashMap map)
|
Response |
getAllSubConceptCodes(java.util.HashMap map)
Gets all sub-concept codes for the specified concept from a given namespace |
Response |
getAllSubConceptNames(java.util.HashMap map)
Gets all sub-concept names for the specified concept from a given namespace |
Response |
getAllSynonymTypes(java.util.HashMap map)
Gets all synonym types for the specified concept from a given namespace |
Response |
getAllTermAssociationQualifierTypes(java.util.HashMap map)
Gets all term association qualifier types for the specified concept from a given namespace |
Response |
getAllTermPropertyQualifierTypes(java.util.HashMap map)
Gets all term property qualifier types for the specified concept from a given namespace |
Response |
getAllTermPropertyTypes(java.util.HashMap map)
Gets all term property types for the specified concept from a given namespace |
java.util.Vector |
getDLSemanticTypes(DescLogicConcept dlc)
|
Response |
getHistoryRecordbyCode(java.util.HashMap map)
|
Response |
getHistoryRecords(java.util.HashMap map)
|
Response |
getTree(java.util.HashMap map)
get a DefaultMutableTreeNode for a given DescLogicConcept |
Response |
getVocabularyVersion(java.util.HashMap map)
Returns a list of versions for the given vocabulary in the knowledgebase. |
Response |
query(Request r)
Creates a connection to the EVS datasource and generates a query based on the request. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EVSQueryDAOImpl()
public EVSQueryDAOImpl(java.lang.String file)
public EVSQueryDAOImpl(java.lang.String file, java.util.Properties systemProperties)
Method Detail |
---|
public Response query(Request r) throws DAOException
r
- - Request object (This object holds the evs query)
DAOException
java.lang.Exception
public Response getTree(java.util.HashMap map) throws java.lang.Exception
map
- - Specifies the input parameters
java.lang.Exception
public Response getVocabularyVersion(java.util.HashMap map) throws java.lang.Exception
vocabularyName
-
java.lang.Exception
public Response containsInverseRole(java.util.HashMap map) throws java.lang.Exception
map
- Specifies the input parameters
java.lang.Exception
public Response containsRole(java.util.HashMap map) throws java.lang.Exception
map
- Specifies the input parameters
java.lang.Exception
public Response getAllAssociationTypes(java.util.HashMap map) throws java.lang.Exception
map
- Specifies the input parameters
java.lang.Exception
public Response getAllConceptAssociationQualifierTypes(java.util.HashMap map) throws java.lang.Exception
map
- Specifies the input parameters
java.lang.Exception
public Response getAllConceptAssociationTypes(java.util.HashMap map) throws java.lang.Exception
map
- Specifies the input parameters
java.lang.Exception
public Response getAllConceptPropertyQualifierTypes(java.util.HashMap map) throws java.lang.Exception
map
- Specifies the input parameters
java.lang.Exception
public Response getAllConceptPropertyTypes(java.util.HashMap map) throws java.lang.Exception
map
- Specifies the input parameters
java.lang.Exception
public Response getAllLicenses(java.util.HashMap map) throws java.lang.Exception
map
- Specifies the input parameters
java.lang.Exception
public Response getAllQualifierTypes(java.util.HashMap map) throws java.lang.Exception
map
- Specifies the input parameters
java.lang.Exception
public Response getAllRoleNames(java.util.HashMap map) throws java.lang.Exception
map
- Specifies the input parameters
java.lang.Exception
public Response getAllSilos(java.util.HashMap map) throws java.lang.Exception
java.lang.Exception
public Response getAllSubConceptCodes(java.util.HashMap map) throws java.lang.Exception
map
- Specifies the input parameters
java.lang.Exception
public Response getAllSubConceptNames(java.util.HashMap map) throws java.lang.Exception
map
- Specifies the input parameters
java.lang.Exception
public Response getAllSynonymTypes(java.util.HashMap map) throws java.lang.Exception
map
- Specifies the input parameters
java.lang.Exception
public Response getAllTermAssociationQualifierTypes(java.util.HashMap map) throws java.lang.Exception
map
- Specifies the input parameters
java.lang.Exception
public Response getAllTermPropertyQualifierTypes(java.util.HashMap map) throws java.lang.Exception
map
- Specifies the input parameters
java.lang.Exception
public Response getAllTermPropertyTypes(java.util.HashMap map) throws java.lang.Exception
map
- Specifies the input parameters
java.lang.Exception
public java.util.Vector convertAssociations(java.util.Vector dtsrpcAssociations)
public EdgeProperties convertEdgeProperties(TreeNode treenode)
public java.util.Vector getDLSemanticTypes(DescLogicConcept dlc)
public Response getAllPropertyTypes(java.util.HashMap map) throws java.lang.Exception
java.lang.Exception
public Response getHistoryRecordbyCode(java.util.HashMap map) throws java.lang.Exception
java.lang.Exception
public Response getHistoryRecords(java.util.HashMap map) throws java.lang.Exception
java.lang.Exception
public java.util.List getAllClassNames()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |