[ 
https://issues.apache.org/jira/browse/JENA-1082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15074143#comment-15074143
 ] 

ASF GitHub Bot commented on JENA-1082:
--------------------------------------

GitHub user ramiromagalhaes opened a pull request:

    https://github.com/apache/jena/pull/116

    Fixes JENA-1082.

    Proposal to fix JENA-1082 issue that further overloads 
ModelCon#listLiteralStatements() method. The only required implementation of 
such method follows the same idea behind of other listLiteralStatements() 
methods.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ramiromagalhaes/jena JENA-1082

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/jena/pull/116.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #116
    
----
commit 2d1e7a0235f91990f31c00c9242a532783f74866
Author: Ramiro Pereira de Magalhães <[email protected]>
Date:   2015-12-29T18:00:07Z

    Fixes JENA-1082.

----


> Add to org.apache.jena.rdf.model.ModelCon interface a listLiteralStatements 
> method that accepts ints.
> -----------------------------------------------------------------------------------------------------
>
>                 Key: JENA-1082
>                 URL: https://issues.apache.org/jira/browse/JENA-1082
>             Project: Apache Jena
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: Jena 3.0.0
>            Reporter: Ramiro Pereira de Magalhães
>            Priority: Minor
>
> Add to org.apache.jena.rdf.model.ModelCon interface a {{StmtIterator 
> listLiteralStatements(Resource subject, Property predicate, int object );}} 
> method.
> Implement such method in classes that implement such interface. This method 
> should be able to list literal integer statements, like the other 
> listLiteralStatement methods do to other types.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to