Class DataPropertyStatementAccessObject
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.auth.objects.AccessObject
-
- edu.cornell.mannlib.vitro.webapp.auth.objects.DataPropertyStatementAccessObject
-
public class DataPropertyStatementAccessObject extends AccessObject
A base class for requested actions that involve adding, editing, or dropping data property statements from a model.
-
-
Field Summary
-
Fields inherited from class edu.cornell.mannlib.vitro.webapp.auth.objects.AccessObject
SOME_LITERAL, SOME_PREDICATE, SOME_URI, statement
-
-
Constructor Summary
Constructors Constructor Description DataPropertyStatementAccessObject(org.apache.jena.ontology.OntModel ontModel, DataPropertyStatement dps)DataPropertyStatementAccessObject(org.apache.jena.ontology.OntModel ontModel, String subjectUri, Property predicate, String dataValue)DataPropertyStatementAccessObject(org.apache.jena.ontology.OntModel ontModel, String subjectUri, String predicateUri, String dataValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccessObjectTypegetType()StringtoString()-
Methods inherited from class edu.cornell.mannlib.vitro.webapp.auth.objects.AccessObject
getDataProperty, getModel, getObjectProperty, getPredicate, getResourceUris, getStatement, getStatementObject, getStatementPredicateUri, getStatementSubject, getUri, initializeStatement, setDataProperty, setModel, setObjectProperty, setStatementObject, setStatementPredicate, setStatementSubject
-
-
-
-
Constructor Detail
-
DataPropertyStatementAccessObject
public DataPropertyStatementAccessObject(org.apache.jena.ontology.OntModel ontModel, String subjectUri, String predicateUri, String dataValue)
-
DataPropertyStatementAccessObject
public DataPropertyStatementAccessObject(org.apache.jena.ontology.OntModel ontModel, String subjectUri, Property predicate, String dataValue)
-
DataPropertyStatementAccessObject
public DataPropertyStatementAccessObject(org.apache.jena.ontology.OntModel ontModel, DataPropertyStatement dps)
-
-
Method Detail
-
getType
public AccessObjectType getType()
- Specified by:
getTypein classAccessObject
-
-