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. |