Deprecated API


Contents
Deprecated Classes
com.apelon.dts.client.DTSLicenseQuery
          Use DTSCommonQuery instead 
com.apelon.dts.client.concept.OntylogNavContext
          This class is deprecated and will be removed in a future DTS release. If superconcepts and/or subconcepts are needed as part of an OntylogConcept's details, then use a ConceptAttributeSetDescriptor requesting those attributes when you invoke an API method that returns an OntylogConcept. For tree navigation you should use methods NavQuery.getNavParentContext(com.apelon.dts.client.concept.OntylogConcept, com.apelon.dts.client.concept.ConceptAttributeSetDescriptor) or NavQuery.getNavChildContext(com.apelon.dts.client.concept.OntylogConcept, com.apelon.dts.client.concept.ConceptAttributeSetDescriptor) which return a NavParentContext or NavChildContext, respectively. 
 

Deprecated Methods
com.apelon.dts.client.DTSLicenseQuery.getAllLicenses(String)
          Use DTSCommonQuery.getAllLicenses(String) instead 
com.apelon.dts.client.attribute.DTSRole.getConcept()
          Use DTSRole.getValueConcept() instead. 
com.apelon.beans.dts.plugin.transferable.TermTransferable.getDataFlavor()
          Use DTSDataFlavor.termFlavor instead 
com.apelon.beans.dts.plugin.transferable.TermAssociationTransferable.getDataFlavor()
          Use DTSDataFlavor.termAssociationFlavor instead 
com.apelon.beans.dts.plugin.transferable.SynonymTransferable.getDataFlavor()
          Use DTSDataFlavor.synonymFlavor instead 
com.apelon.beans.dts.plugin.transferable.SubsetTransferable.getDataFlavor()
          Use DTSDataFlavor.subsetFlavor instead 
com.apelon.beans.dts.plugin.transferable.DTSRoleTransferable.getDataFlavor()
          Use DTSDataFlavor.roleFlavor instead 
com.apelon.beans.dts.plugin.transferable.DTSPropertyTransferable.getDataFlavor()
          Use DTSDataFlavor.propertyFlavor instead 
com.apelon.beans.dts.plugin.transferable.DTSMultiTransferable.getDataFlavor()
          Use DTSDataFlavor.multiFlavor instead 
com.apelon.beans.dts.plugin.transferable.ConceptTransferable.getDataFlavor()
          Use DTSDataFlavor.conceptFlavor instead 
com.apelon.beans.dts.plugin.transferable.ConceptAssociationTransferable.getDataFlavor()
          Use DTSDataFlavor.conceptAssociationFlavor instead 
com.apelon.dts.client.match.MatchQuery.getIdMap()
          Do not use in application code. For use by Apelon's internal API implementation only. This method will be removed in a future DTS release. Use MatchQuery.getAllSilos() instead. 
com.apelon.dts.client.DTSLicenseQuery.getLicense(String)
          Use DTSCommonQuery.getLicense(String) instead 
com.apelon.dts.client.match.MatchQuery.getNameMap()
          Do not use in application code. For use by Apelon's internal API implementation only. This method will be removed in a future DTS release. Use MatchQuery.getAllSilos() instead. 
com.apelon.dts.common.IIDGenerator.getNamespaceMaxAndMinGID(int)
          Use getNamespaceMaxAndMinIID() instead 
com.apelon.dts.client.concept.NavQuery.getNavChildContext(OntylogConcept, ConceptAttributeSetDescriptor, AssociationType)
          As of DTS 3.4 Use NavQuery.getNavChildContext(DTSConcept, ConceptAttributeSetDescriptor, com.apelon.dts.client.association.AssociationType) 
com.apelon.dts.client.concept.NavQuery.getNavParentContext(OntylogConcept, ConceptAttributeSetDescriptor, AssociationType)
          As of DTS 3.4 use NavQuery.getNavParentContext(DTSConcept, ConceptAttributeSetDescriptor, com.apelon.dts.client.association.AssociationType) 
com.apelon.dts.client.match.MatchOptions.getShortestMatch()
          Shortest match is ignored by the server. This method will be removed from the API in future releases. 
com.apelon.dts.client.namespace.Namespace.setNamespaceType(NamespaceType)
          -- namespaceType can only be set in constructor since version 3.3 
com.apelon.dts.client.match.MatchOptions.setShortestMatch(boolean)
          Shortest match is ignored by the server. This method will be removed from the API in future releases. 
com.apelon.dts.client.namespace.NamespaceQuery.updateNamespaceAuthority(Namespace, Authority)
          Use NamespaceQuery.updateNamespace(Namespace oldNamespace, Namespace newNamespace) instead. 
com.apelon.dts.client.namespace.NamespaceQuery.updateNamespaceType(Namespace, NamespaceType)
          Use NamespaceQuery.updateNamespace(Namespace oldNamespace, Namespace newNamespace) instead. 
com.apelon.dts.client.namespace.NamespaceQuery.updateNamespaceWritability(Namespace, boolean)
          Use NamespaceQuery.updateNamespace(Namespace oldNamespace, Namespace newNamespace) instead. 
 

Deprecated Constructors
com.apelon.dts.client.attribute.DTSRole(DTSRoleType, OntylogConcept)
          Use DTSRole.DTSRole(DTSRoleType roleType, OntylogConcept valueConcept, RoleModifier roleModifier, int roleGroup) instead 
com.apelon.dts.client.attribute.DTSRoleType(String, int, String, int)
          Use DTSRoleType.DTSRoleType(String name, int id, String code, int namespaceId, Kind domainKind, Kind rangeKind) instead. 
com.apelon.apelonserver.client.ServerConnectionJDBC(RemoteServerJDBC)
          instead use ServerConnectionJDBC(String user, String password, String host, int port, String dbname) 
com.apelon.apelonserver.client.ServerConnectionJDBC(String, String, String, int, String, int)
            
 



Copyright © 2011. All Rights Reserved.