Data Request Broker
2-3-release

Deprecated API


Contents
Deprecated Interfaces
fr.gael.drb.query.ParameterResolver
            
 

Deprecated Fields
fr.gael.drb.DrbFactory.DRB_IDENTIFIER
          caller shall now use DrbFactory.getImplementationVersion() 
fr.gael.drb.DrbFactory.MAJOR_VERSION
          caller shall now use DrbFactory.getImplementationVersion() 
fr.gael.drb.DrbFactory.MINIMAL_MINOR_VERSION
          caller shall now use DrbFactory.getImplementationVersion() 
 

Deprecated Methods
fr.gael.drb.impl.file.File.createNewFile(String)
          As of DRB 2.0, added createNode 
fr.gael.drb.query.Query.eval()
          this operation has been replaced by the evaluate() series of operations. The main difference consist in the change of output type that now is Sequence and, therefore, may be a collection of mixed nodes, attributes and atomic values. 
fr.gael.drb.query.Query.eval(DrbNode)
          this operation has been replaced by the evaluate() series of operations. The main difference consist in the change of output type that now is Sequence and, therefore, may be a collection of mixed nodes, attributes and atomic values. 
fr.gael.drb.query.Query.eval(DrbNode, ParameterResolver)
          this operation has been replaced by the evaluate() series of operations. The main difference consist in the change of output type that now is Sequence and, therefore, may be a collection of mixed nodes, attributes and atomic values. 
fr.gael.drb.query.Query.eval(ParameterResolver)
          this operation has been replaced by the evaluate() series of operations. The main difference consist in the change of output type that now is Sequence and, therefore, may be a collection of mixed nodes, attributes and atomic values. 
fr.gael.drb.query.ExternalVariable.getLabel()
          this operation shall no longer be used as far as the label will no longer be supported in further versions of the engine. 
fr.gael.drb.DrbFactory.open(String)
          caller shall now use Query directly for creating nodes from an XQuery script. 
fr.gael.drb.impl.DrbFactoryResolver.registerMetadata(MetadataResolver)
          DrbFactoryResolver no longer support multiple DrbMetadataResolver's. For compatibility purpose, this method now is equivalent to DrbFactoryResolver.setMetadataResolver(DrbMetadataResolver) that replaces the current value. This method may be removed in a successive version. 
fr.gael.drb.impl.DrbFactoryResolver.registerSchema(String, String)
          the schema location should now be deduced from the DrbMetadata associated to the items. Calls to this operations now are equivalent to DrbFactoryResolver.getMetadataResolver(). registerSchemaLocation(extension, schema_location). This only if the current resolver is the DrbDefaultMetadataResolver. 
fr.gael.drb.query.ExternalVariable.setLabel(String)
          this operation shall no longer be used as far as the label will no longer be supported in further versions of the engine. 
 

Deprecated Constructors
fr.gael.drb.impl.file.File(File, File[], File[])
          This constructor shall not be used. 
fr.gael.drb.impl.xml.XmlNode(InputStream, DrbNode)
          As of DRB 2.2, added the XmlDocument class. 
fr.gael.drb.impl.xml.XmlNode(Node)
          As of DRB 2.2, added the XmlDocument class. 
fr.gael.drb.impl.xml.XmlNode(Node, DrbNode)
          As of DRB 2.2, added the XmlDocument class. 
fr.gael.drb.impl.xml.XmlNode(Reader, DrbNode)
          As of DRB 2.2, added the XmlDocument class. 
fr.gael.drb.impl.xml.XmlNode(String)
          As of DRB 2.2, added the XmlDocument class. 
 


Data Request Broker - DRB API®
2-3-release

Copyright© 2001-2009 GAEL Consultant. All rights reserved. Use is subject to license terms .