Uses of Class
com.apelon.dts.common.DTSValidationException

Packages that use DTSValidationException
com.apelon.dts.client.common This package provides a few common classes. 
com.apelon.dts.client.concept This package provides capability to access both Ontylog and thesaurus concepts in a DTS client application. 
 

Uses of DTSValidationException in com.apelon.dts.client.common
 

Methods in com.apelon.dts.client.common that throw DTSValidationException
 void DTSCommonQuery.checkDTSSchema()
          Check that the correct DTS schema is installed.
 

Uses of DTSValidationException in com.apelon.dts.client.concept
 

Methods in com.apelon.dts.client.concept that throw DTSValidationException
 boolean OntylogExtConceptQuery.addDefiningConcept(OntylogConcept concept, OntylogConcept definingConcept)
          Adds an Ontylog concept as the defining concept to the Ontylog Extension Concept
 boolean OntylogExtConceptQuery.addDefiningRole(OntylogConcept concept, DTSRole role)
          Adds a defining role to the given ontylog extension concept
 int OntylogExtConceptQuery.createRoleGroup(OntylogConcept concept, DTSRole[] roles)
          Create a role group with the passed array of roles and returns the role group number.
 boolean OntylogExtConceptQuery.deleteDefiningConcept(OntylogConcept concept, OntylogConcept definingConcept)
          Removes an Ontylog Concept as the defining concept from a given Ontylog Extension concept
 boolean OntylogExtConceptQuery.deleteDefiningRole(OntylogConcept concept, DTSRole role)
          Deletes a defining role from the given ontylog extension concept
 boolean OntylogExtConceptQuery.updateDefiningConcept(OntylogConcept concept, OntylogConcept deleteDefiningConcept, OntylogConcept addDefiningConcept)
          Updates an Ontylog Extension Concept by deleting the given defining concept and adding another defining concept to it.
 boolean OntylogExtConceptQuery.updateDefiningRole(OntylogConcept concept, DTSRole deleteRole, DTSRole addRole)
          Updates an ontylog extension concept with a new defining role by removing its other existing defining role.
 



Copyright © 2011. All Rights Reserved.