public class PropertyDWR extends Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
debug |
| Constructor and Description |
|---|
PropertyDWR() |
| Modifier and Type | Method and Description |
|---|---|
int |
deleteProp(String subjectUri,
String predicateUri,
String objectUri) |
Collection |
getAllPossiblePropInstForIndividual(String individualURI) |
Collection |
getAllPropInstByVClass(String classURI)
Gets only unhidden properties.
|
Collection |
getExistingProperties(String entityURI)
Gets all of the properties that exist on the object property statements table for this entity.
|
Collection |
getExistingQualifiers(String propertyURI)
Deprecated.
|
PropertyInstance |
getProperty(String subjectURI,
String predicateURI,
String objectURI) |
int |
insertProp(PropertyInstance prop) |
Object |
test() |
public Object test()
public Collection getAllPropInstByVClass(String classURI)
public Collection getAllPossiblePropInstForIndividual(String individualURI)
public PropertyInstance getProperty(String subjectURI, String predicateURI, String objectURI)
public int insertProp(PropertyInstance prop)
@Deprecated public Collection getExistingQualifiers(String propertyURI)
public Collection getExistingProperties(String entityURI)
Copyright © 2022. All rights reserved.