|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Role
Interface for Role ontology class
Use the org.openanzo.common.ontology.AnzoFactory to create instances of this interface.
(URI: http://openanzo.org/RBAC#Role)
| Field Summary | |
|---|---|
static org.openrdf.model.URI |
subRoleOfProperty
The Anzo Property for subRoleOf |
static org.openrdf.model.URI |
TYPE
The rdf:type for this ontology class |
| Method Summary | |
|---|---|
Role |
addSubRoleOf()
Adds an anonymous value for the 'subRoleOf' property |
Role |
addSubRoleOf(org.openrdf.model.Resource resource)
Adds a value for the 'subRoleOf' property. |
void |
addSubRoleOf(Role subRoleOf)
Adds a value for the 'subRoleOf' property |
info.aduna.collections.iterators.CloseableIterator<Role> |
getSubRoleOf()
Get an Iterator the 'subRoleOf' property values. |
void |
removeSubRoleOf(org.openrdf.model.Resource subRoleOf)
Remove a 'subRoleOf' property value. |
void |
removeSubRoleOf(Role subRoleOf)
Removes a value for the 'subRoleOf' property. |
| Methods inherited from interface org.openanzo.jastor.GraphThing |
|---|
getProperties, getPropertyValue, getPropertyValue, graph, setPropertyValue, setPropertyValue |
| Methods inherited from interface org.openanzo.jastor.CoreThing |
|---|
clearCache, isRDFType, listStatements, registerListener, removeStatements, resource, unregisterListener, uri |
| Field Detail |
|---|
static final org.openrdf.model.URI TYPE
static final org.openrdf.model.URI subRoleOfProperty
(URI: http://openanzo.org/RBAC#subRoleOf)
| Method Detail |
|---|
info.aduna.collections.iterators.CloseableIterator<Role> getSubRoleOf()
throws JastorException
Iterator of Role
JastorExceptionsubRoleOfProperty
void addSubRoleOf(Role subRoleOf)
throws JastorException
subRoleOf - The Role to add
JastorExceptionsubRoleOfProperty
Role addSubRoleOf()
throws JastorException
Role created
JastorExceptionsubRoleOfProperty
Role addSubRoleOf(org.openrdf.model.Resource resource)
throws JastorException
Role with the factory
and calling addSubRoleOf(org.openanzo.common.ontology.Role subRoleOf)
The resource argument have rdf:type http://openanzo.org/RBAC#Role. That is, this method
should not be used as a shortcut for creating new objects in the model.
resource - The Resource to add
JastorExceptionsubRoleOfProperty
void removeSubRoleOf(Role subRoleOf)
throws JastorException
subRoleOf - The Role to remove
JastorExceptionsubRoleOfProperty
void removeSubRoleOf(org.openrdf.model.Resource subRoleOf)
throws JastorException
subRoleOf - Role, the value to remove
JastorExceptionsubRoleOfProperty
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||