Deprecated API
Contents
-
Terminally Deprecated ElementsElementDescriptionUse
HttpMethodTo be removed. Transition only.UseHttpMethod.METHOD_DELETEinsteadUseHttpMethod.METHOD_GETinsteadUseHttpMethod.METHOD_HEADinsteadUseHttpMethod.METHOD_OPTIONSinsteadUseHttpMethod.METHOD_PATCHinsteadUseHttpMethod.METHOD_POSTinsteadUseHttpMethod.METHOD_PUTinsteadUseHttpMethod.METHOD_QUERYinsteadUseHttpMethod.METHOD_TRACEinsteadUse RIOT and languageLang.NQUADSUse RIOT and languageLang.NQUADSUse RIOT and languageLang.NTRIPLESUse RIOT and languageLang.NTRIPLESThis rarely the right way to handle cancellation. EitherExecutionContext.getCancelSignal()check the flag, take action and throwQueryCancelledExceptionor let the query iterator machinery inQueryIteratorBasedeal with it when no additional action is required.Use a XMLGregorianCalendarUse a XMLGregorianCalendarDo not use.UseGraphUtils.atMostOneProperty(org.apache.jena.rdf.model.Resource, org.apache.jena.rdf.model.Property)which always returns a boolean and does not throw exceptions.Do NOT use this class. It is related to RDF-star Community Group, not RDF 1.2.To be removed
-
Deprecated ClassesClassDescriptionDo NOT use this class. It is related to RDF-star Community Group, not RDF 1.2.
-
Deprecated Enum Classes
-
Deprecated FieldsFieldDescriptionTo be removed. Transition only.Use
HttpMethod.METHOD_DELETEinsteadUseHttpMethod.METHOD_GETinsteadUseHttpMethod.METHOD_HEADinsteadUseHttpMethod.METHOD_OPTIONSinsteadUseHttpMethod.METHOD_PATCHinsteadUseHttpMethod.METHOD_POSTinsteadUseHttpMethod.METHOD_PUTinsteadUseHttpMethod.METHOD_QUERYinsteadUseHttpMethod.METHOD_TRACEinsteadUse #ARQFunctionLibraryURIUse #ARQFunctionLibraryURIArchaic term. No replacement.Archaic term. Replaced byFOAF.familyName.Archaic term. No replacement.Archaic term. No replacement.Archaic term. Replaced byFOAF.givenName.Archaic term. Replaced byFOAF.accountArchaic term. Replaced byFOAF.familyName.Archaic term. No replacement.
-
Deprecated MethodsMethodDescriptionUse
RDFParserBuilder.fromString(java.lang.String), or an InputStream or a StringReader.Using Java Writers risks corruption because of mismatch of character set. Only UTF-8 is safe.Use RIOT and languageLang.NQUADSUse RIOT and languageLang.NQUADSUse RIOT and languageLang.NTRIPLESUse RIOT and languageLang.NTRIPLESThis rarely the right way to handle cancellation. EitherExecutionContext.getCancelSignal()check the flag, take action and throwQueryCancelledExceptionor let the query iterator machinery inQueryIteratorBasedeal with it when no additional action is required.Use a XMLGregorianCalendarUse a XMLGregorianCalendarDo not use.UseGraphUtils.atMostOneProperty(org.apache.jena.rdf.model.Resource, org.apache.jena.rdf.model.Property)which always returns a boolean and does not throw exceptions.Jena5: This should not be necessary any more. Language tags are normalized during Node creation.Jena5: This should not be necessary any more. Language tags are normalized during Node creation.To be removed
-
Deprecated Constructors