|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ACL
Interface for ACL ontology class
Use the org.openanzo.common.ontology.AnzoFactory to create instances of this interface.
(URI: http://openanzo.org/RBAC#ACL)
| Field Summary | |
|---|---|
static org.openrdf.model.URI |
addProperty
The Anzo Property for add |
static org.openrdf.model.URI |
changeNamedGraphACLProperty
The Anzo Property for changeNamedGraphACL |
static org.openrdf.model.URI |
insertNamedGraphProperty
The Anzo Property for insertNamedGraph |
static org.openrdf.model.URI |
readProperty
The Anzo Property for read |
static org.openrdf.model.URI |
removeNamedGraphProperty
The Anzo Property for removeNamedGraph |
static org.openrdf.model.URI |
removeProperty
The Anzo Property for remove |
static org.openrdf.model.URI |
TYPE
The rdf:type for this ontology class |
| Method Summary | |
|---|---|
Role |
addAdd()
Adds an anonymous value for the 'add' property |
Role |
addAdd(org.openrdf.model.Resource resource)
Adds a value for the 'add' property. |
void |
addAdd(Role add)
Adds a value for the 'add' property |
Role |
addChangeNamedGraphACL()
Adds an anonymous value for the 'changeNamedGraphACL' property |
Role |
addChangeNamedGraphACL(org.openrdf.model.Resource resource)
Adds a value for the 'changeNamedGraphACL' property. |
void |
addChangeNamedGraphACL(Role changeNamedGraphACL)
Adds a value for the 'changeNamedGraphACL' property |
Role |
addInsertNamedGraph()
Adds an anonymous value for the 'insertNamedGraph' property |
Role |
addInsertNamedGraph(org.openrdf.model.Resource resource)
Adds a value for the 'insertNamedGraph' property. |
void |
addInsertNamedGraph(Role insertNamedGraph)
Adds a value for the 'insertNamedGraph' property |
Role |
addRead()
Adds an anonymous value for the 'read' property |
Role |
addRead(org.openrdf.model.Resource resource)
Adds a value for the 'read' property. |
void |
addRead(Role read)
Adds a value for the 'read' property |
Role |
addRemove()
Adds an anonymous value for the 'remove' property |
Role |
addRemove(org.openrdf.model.Resource resource)
Adds a value for the 'remove' property. |
void |
addRemove(Role remove)
Adds a value for the 'remove' property |
Role |
addRemoveNamedGraph()
Adds an anonymous value for the 'removeNamedGraph' property |
Role |
addRemoveNamedGraph(org.openrdf.model.Resource resource)
Adds a value for the 'removeNamedGraph' property. |
void |
addRemoveNamedGraph(Role removeNamedGraph)
Adds a value for the 'removeNamedGraph' property |
info.aduna.collections.iterators.CloseableIterator<Role> |
getAdd()
Get an Iterator the 'add' property values. |
info.aduna.collections.iterators.CloseableIterator<Role> |
getChangeNamedGraphACL()
Get an Iterator the 'changeNamedGraphACL' property values. |
info.aduna.collections.iterators.CloseableIterator<Role> |
getInsertNamedGraph()
Get an Iterator the 'insertNamedGraph' property values. |
info.aduna.collections.iterators.CloseableIterator<Role> |
getRead()
Get an Iterator the 'read' property values. |
info.aduna.collections.iterators.CloseableIterator<Role> |
getRemove()
Get an Iterator the 'remove' property values. |
info.aduna.collections.iterators.CloseableIterator<Role> |
getRemoveNamedGraph()
Get an Iterator the 'removeNamedGraph' property values. |
void |
removeAdd(org.openrdf.model.Resource add)
Remove a 'add' property value. |
void |
removeAdd(Role add)
Removes a value for the 'add' property. |
void |
removeChangeNamedGraphACL(org.openrdf.model.Resource changeNamedGraphACL)
Remove a 'changeNamedGraphACL' property value. |
void |
removeChangeNamedGraphACL(Role changeNamedGraphACL)
Removes a value for the 'changeNamedGraphACL' property. |
void |
removeInsertNamedGraph(org.openrdf.model.Resource insertNamedGraph)
Remove a 'insertNamedGraph' property value. |
void |
removeInsertNamedGraph(Role insertNamedGraph)
Removes a value for the 'insertNamedGraph' property. |
void |
removeRead(org.openrdf.model.Resource read)
Remove a 'read' property value. |
void |
removeRead(Role read)
Removes a value for the 'read' property. |
void |
removeRemove(org.openrdf.model.Resource remove)
Remove a 'remove' property value. |
void |
removeRemove(Role remove)
Removes a value for the 'remove' property. |
void |
removeRemoveNamedGraph(org.openrdf.model.Resource removeNamedGraph)
Remove a 'removeNamedGraph' property value. |
void |
removeRemoveNamedGraph(Role removeNamedGraph)
Removes a value for the 'removeNamedGraph' 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 addProperty
(URI: http://openanzo.org/RBAC#add)
static final org.openrdf.model.URI changeNamedGraphACLProperty
(URI: http://openanzo.org/RBAC#changeNamedGraphACL)
static final org.openrdf.model.URI insertNamedGraphProperty
(URI: http://openanzo.org/RBAC#insertNamedGraph)
static final org.openrdf.model.URI readProperty
(URI: http://openanzo.org/RBAC#read)
static final org.openrdf.model.URI removeProperty
(URI: http://openanzo.org/RBAC#remove)
static final org.openrdf.model.URI removeNamedGraphProperty
(URI: http://openanzo.org/RBAC#removeNamedGraph)
| Method Detail |
|---|
info.aduna.collections.iterators.CloseableIterator<Role> getAdd()
throws JastorException
Iterator of Role
JastorExceptionaddProperty
void addAdd(Role add)
throws JastorException
add - The Role to add
JastorExceptionaddProperty
Role addAdd()
throws JastorException
Role created
JastorExceptionaddProperty
Role addAdd(org.openrdf.model.Resource resource)
throws JastorException
Role with the factory
and calling addAdd(org.openanzo.common.ontology.Role add)
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
JastorExceptionaddProperty
void removeAdd(Role add)
throws JastorException
add - The Role to remove
JastorExceptionaddProperty
void removeAdd(org.openrdf.model.Resource add)
throws JastorException
add - Role, the value to remove
JastorExceptionaddProperty
info.aduna.collections.iterators.CloseableIterator<Role> getChangeNamedGraphACL()
throws JastorException
Iterator of Role
JastorExceptionchangeNamedGraphACLProperty
void addChangeNamedGraphACL(Role changeNamedGraphACL)
throws JastorException
changeNamedGraphACL - The Role to add
JastorExceptionchangeNamedGraphACLProperty
Role addChangeNamedGraphACL()
throws JastorException
Role created
JastorExceptionchangeNamedGraphACLProperty
Role addChangeNamedGraphACL(org.openrdf.model.Resource resource)
throws JastorException
Role with the factory
and calling addChangeNamedGraphACL(org.openanzo.common.ontology.Role changeNamedGraphACL)
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
JastorExceptionchangeNamedGraphACLProperty
void removeChangeNamedGraphACL(Role changeNamedGraphACL)
throws JastorException
changeNamedGraphACL - The Role to remove
JastorExceptionchangeNamedGraphACLProperty
void removeChangeNamedGraphACL(org.openrdf.model.Resource changeNamedGraphACL)
throws JastorException
changeNamedGraphACL - Role, the value to remove
JastorExceptionchangeNamedGraphACLProperty
info.aduna.collections.iterators.CloseableIterator<Role> getInsertNamedGraph()
throws JastorException
Iterator of Role
JastorExceptioninsertNamedGraphProperty
void addInsertNamedGraph(Role insertNamedGraph)
throws JastorException
insertNamedGraph - The Role to add
JastorExceptioninsertNamedGraphProperty
Role addInsertNamedGraph()
throws JastorException
Role created
JastorExceptioninsertNamedGraphProperty
Role addInsertNamedGraph(org.openrdf.model.Resource resource)
throws JastorException
Role with the factory
and calling addInsertNamedGraph(org.openanzo.common.ontology.Role insertNamedGraph)
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
JastorExceptioninsertNamedGraphProperty
void removeInsertNamedGraph(Role insertNamedGraph)
throws JastorException
insertNamedGraph - The Role to remove
JastorExceptioninsertNamedGraphProperty
void removeInsertNamedGraph(org.openrdf.model.Resource insertNamedGraph)
throws JastorException
insertNamedGraph - Role, the value to remove
JastorExceptioninsertNamedGraphProperty
info.aduna.collections.iterators.CloseableIterator<Role> getRead()
throws JastorException
Iterator of Role
JastorExceptionreadProperty
void addRead(Role read)
throws JastorException
read - The Role to add
JastorExceptionreadProperty
Role addRead()
throws JastorException
Role created
JastorExceptionreadProperty
Role addRead(org.openrdf.model.Resource resource)
throws JastorException
Role with the factory
and calling addRead(org.openanzo.common.ontology.Role read)
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
JastorExceptionreadProperty
void removeRead(Role read)
throws JastorException
read - The Role to remove
JastorExceptionreadProperty
void removeRead(org.openrdf.model.Resource read)
throws JastorException
read - Role, the value to remove
JastorExceptionreadProperty
info.aduna.collections.iterators.CloseableIterator<Role> getRemove()
throws JastorException
Iterator of Role
JastorExceptionremoveProperty
void addRemove(Role remove)
throws JastorException
remove - The Role to add
JastorExceptionremoveProperty
Role addRemove()
throws JastorException
Role created
JastorExceptionremoveProperty
Role addRemove(org.openrdf.model.Resource resource)
throws JastorException
Role with the factory
and calling addRemove(org.openanzo.common.ontology.Role remove)
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
JastorExceptionremoveProperty
void removeRemove(Role remove)
throws JastorException
remove - The Role to remove
JastorExceptionremoveProperty
void removeRemove(org.openrdf.model.Resource remove)
throws JastorException
remove - Role, the value to remove
JastorExceptionremoveProperty
info.aduna.collections.iterators.CloseableIterator<Role> getRemoveNamedGraph()
throws JastorException
Iterator of Role
JastorExceptionremoveNamedGraphProperty
void addRemoveNamedGraph(Role removeNamedGraph)
throws JastorException
removeNamedGraph - The Role to add
JastorExceptionremoveNamedGraphProperty
Role addRemoveNamedGraph()
throws JastorException
Role created
JastorExceptionremoveNamedGraphProperty
Role addRemoveNamedGraph(org.openrdf.model.Resource resource)
throws JastorException
Role with the factory
and calling addRemoveNamedGraph(org.openanzo.common.ontology.Role removeNamedGraph)
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
JastorExceptionremoveNamedGraphProperty
void removeRemoveNamedGraph(Role removeNamedGraph)
throws JastorException
removeNamedGraph - The Role to remove
JastorExceptionremoveNamedGraphProperty
void removeRemoveNamedGraph(org.openrdf.model.Resource removeNamedGraph)
throws JastorException
removeNamedGraph - Role, the value to remove
JastorExceptionremoveNamedGraphProperty
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||