Commit graph

3837 commits

Author SHA1 Message Date
brianjlowe
964cb1bdb4 SimpleReasoner listening to all abox graphs 2012-06-08 20:54:17 +00:00
brianjlowe
101de4614b merge recent revision from trunk 2012-06-08 19:41:48 +00:00
brianjlowe
b480cb2eea improvements to blank node handling in bulk deletion 2012-06-08 19:38:04 +00:00
brianjlowe
cef7b583e2 NIHVIVO-3780 search indexer listening to RDF API and other RDF API related improvements 2012-06-07 19:40:26 +00:00
brianjlowe
5d3ca126d7 NIHVIVO-3642 wiring in RDFService; cleanup of startup listeners remains to be done 2012-06-06 21:27:02 +00:00
brianjlowe
1bd242a0e1 NIHVIVO-3643 Jena graph implementation using RDFService 2012-06-05 20:57:45 +00:00
brianjlowe
525ad8d0fd removing unnecessary import statements 2012-06-04 21:17:01 +00:00
brianjlowe
cead502f89 SDB implementation of RDF API (and merge from trunk) 2012-06-04 21:09:36 +00:00
stellamit
8aa257d564 updating comments in java files 2012-05-31 18:13:35 +00:00
stellamit
726872b443 incremental development 2012-05-23 13:31:11 +00:00
stellamit
26c7e020e2 2012-05-22 21:33:31 +00:00
stellamit
e21bd9e170 incremental development 2012-05-22 21:08:21 +00:00
stellamit
9e210249b9 incremental development 2012-05-22 14:41:55 +00:00
stellamit
401fb2208c incremental development 2012-05-21 20:47:13 +00:00
stellamit
0219f927ba development 2012-05-10 20:41:49 +00:00
brianjlowe
423ec922d8 work on triple store independence including NIHVIVO-3751 NIHVIVO-3644 NIHVIVO-3743 and NIHVIVO-3745 2012-05-09 19:14:09 +00:00
stellamit
25e2cb820e updating enum 2012-05-07 14:48:38 +00:00
stellamit
f6058dd87a putting implementations in a separate package. 2012-05-03 20:35:24 +00:00
stellamit
f3a5814bdc NIHVIVO-3641 listener interface and methods for registering it for RDFService 2012-05-03 20:09:39 +00:00
stellamit
a60c3a2bc1 NIHVIVO-3640 RDFService interface 2012-05-03 19:01:57 +00:00
brianjlowe
1d151d63d3 improved bnode handling in SparqlGraphBulkUpdater 2012-04-30 20:53:12 +00:00
brianjlowe
2621558728 RDF API branch work 2012-04-30 19:44:22 +00:00
brianjlowe
33f39989f6 nearly complete support for running Vitro from an arbitrary SPARQL endpoint 2012-04-26 17:59:25 +00:00
brianjlowe
6416e51bdb improvements to SparqlGraph getting closer to proper behavior of blank nodes 2012-04-25 20:40:57 +00:00
brianjlowe
dfa3dfa65e generic in-progress rdfapi-related work on dev branch 2012-04-24 15:39:40 +00:00
brianjlowe
d1db16b0b4 various dev work on language filtering and querying from a generic endpoint 2012-04-11 18:34:21 +00:00
brianjlowe
65c0898997 merging trunk changes from r9590:9646 into dev branch 2012-04-11 17:16:36 +00:00
brianjlowe
376c7be7c3 various dev work on language filtering and querying from a generic endpoint 2012-04-11 16:27:54 +00:00
j2blake
b150614e4a NIHVIVO-3404 Add methods to PolicyHelper to do last-minute authorization checks on additions and retractions. Create tests. 2012-04-04 20:18:03 +00:00
stellamit
76f02f0d55 NIHVIVO-3603 specifying no range at all for datatype properties that we expect to be a string with optional language tag. 2012-04-03 18:10:00 +00:00
stellamit
42d5e9ea5e changing name of one of the individuals in the enumerated class OfferEditOptions 2012-04-03 16:30:31 +00:00
j2blake
d41c67b015 NIHVIVO-3404 Restructure the SelfEditorRelationshipPolicy to use the model in the RequestedAction, instead of a model assigned at system startup time. Also, break out the logic into separate RelationshipChecker objects, for easier maintenance. 2012-04-03 16:13:41 +00:00
j2blake
657e63f580 NIHVIVO-3404 Provide getResourceUris() and getPredicateUri() methods on AbstractPropertyStatementAction, to permit easier checking by policies. 2012-04-03 16:11:59 +00:00
stellamit
8ec670d03a NIHVIVO-3603 2012-04-02 21:14:18 +00:00
stellamit
59ac4e5b60 NIHVIVO-3603 app config ontology 2012-04-02 21:13:05 +00:00
stellamit
41166b10fb NIHVIVO-3603 create application configuration ontology 2012-04-02 20:55:34 +00:00
j2blake
7aa3b4f469 NIHVIVO-3404 Require that the statement-based RequestedActions include a reference to an OntModel. So the paradigm changes from "may I do this with this statement?" to "may I do this with this statement and this model?" 2012-04-01 15:46:43 +00:00
j2blake
ed2f3ddc12 NIHVIVO-3404 Adjust the clients to use the most convenient constructor of EditDataPropertyStatement 2012-04-01 14:29:43 +00:00
j2blake
b0c7241ede NIHVIVO-3404 Improve the hierarchy of statement-based RequestedActions. Add constructors that accept either individual URIs or PropertyStatements. Don't ask for or hold the value of a DataProperty, because it is never used by a policy or permission (at least so far). 2012-03-30 22:08:58 +00:00
j2blake
e8fafcc10c NIHVIVO-3404 Rename accessor methods on AbstractObjectPropertyStatementAction to be consistent with those on AbstractDataPropertyStatementAction. 2012-03-30 21:44:46 +00:00
j2blake
5ecf031bae NIHVIVO-3404 Make instance fields on AbstractObjectPropertyStatementAction private. 2012-03-30 21:20:23 +00:00
j2blake
fc2052e0b7 NIHVIVO-3404 Rename statement-related RequestedAction classes to consistent naming scheme. 2012-03-30 21:14:51 +00:00
j2blake
37b0ad0e95 Remove AuthTestController at /authtest - it has been replaced by /admin/showAuth 2012-03-29 19:49:11 +00:00
j2blake
96d45d3281 Reduce the noise in the toString() of the DisplayObjectProperty requested action 2012-03-29 16:37:11 +00:00
j2blake
71ed58cc2e Neither PUBLIC nor self-editors get to edit any properties by virtue of their role. 2012-03-29 16:36:09 +00:00
j2blake
6ed41b7745 Remove the restriction on the OWL namespace. There are several reasons why we will need to add statements that assign OWL attributes to resources. 2012-03-29 15:03:21 +00:00
j2blake
bec33f53a7 Add toString() methods for better diagnostics. 2012-03-28 20:35:35 +00:00
j2blake
a7ced86d49 Stop using VivoPolicy to suppress add, edit, and delete links. Use a hard-coded list for now, while waiting for the application ontology. 2012-03-28 18:38:32 +00:00
j2blake
996ab4f479 NIHVIVO-3659 This error can happen many, many times on a development system. The full stack trace is not helpful. 2012-03-28 14:38:43 +00:00
j2blake
122a34f7d9 NIHVIVO-3542 Clean up the PropertyStatementTemplateModel hierarchy. Make each of the subclasses immutable. Make NameStatementTemplateModel inherit from PropertySTM, not from DataPropertySTM. Remove the editing flag. 2012-03-24 16:27:33 +00:00