|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.jastor.GraphThingImpl
org.openanzo.common.ontology.ACLImpl
public class ACLImpl
Implementation of ACL
Use the org.openanzo.common.ontology.AnzoFactory to create instances of this class.
(URI: http://openanzo.org/RBAC#ACL)
| Field Summary |
|---|
| Fields inherited from interface org.openanzo.common.ontology.ACL |
|---|
TYPE |
| 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. |
java.util.Collection<org.openrdf.model.Statement> |
listStatements()
Get set of statements that makeup this THINGS's properties and types |
void |
registerListener(ThingListener listener)
Register a ThingListener for this THING |
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. |
void |
unregisterListener(ThingListener listener)
Unregister a ThingListener for this THING |
| Methods inherited from class org.openanzo.jastor.GraphThingImpl |
|---|
clearCache, equals, getLiteral, getLiteralValue, getProperties, getPropertyValue, getPropertyValue, graph, isRDFType, removeStatements, resource, setPropertyValue, setPropertyValue, toString, uri |
| Methods inherited from class java.lang.Object |
|---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.openanzo.jastor.GraphThing |
|---|
getProperties, getPropertyValue, getPropertyValue, graph, setPropertyValue, setPropertyValue |
| Methods inherited from interface org.openanzo.jastor.CoreThing |
|---|
clearCache, isRDFType, removeStatements, resource, uri |
| Method Detail |
|---|
public java.util.Collection<org.openrdf.model.Statement> listStatements()
CoreThing
listStatements in interface CoreThinglistStatements in class GraphThingImpl
public info.aduna.collections.iterators.CloseableIterator<Role> getAdd()
throws JastorException
ACL
getAdd in interface ACLIterator of Role
JastorExceptionACL.addProperty
public void addAdd(Role add)
throws JastorException
ACL
addAdd in interface ACLadd - The Role to add
JastorExceptionACL.addProperty
public Role addAdd()
throws JastorException
ACL
addAdd in interface ACLRole created
JastorExceptionACL.addProperty
public Role addAdd(org.openrdf.model.Resource resource)
throws JastorException
ACLRole 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.
addAdd in interface ACLresource - The Resource to add
JastorExceptionACL.addProperty
public void removeAdd(Role add)
throws JastorException
ACL
removeAdd in interface ACLadd - The Role to remove
JastorExceptionACL.addProperty
public void removeAdd(org.openrdf.model.Resource add)
throws JastorException
ACL
removeAdd in interface ACLadd - Role, the value to remove
JastorExceptionACL.addProperty
public info.aduna.collections.iterators.CloseableIterator<Role> getChangeNamedGraphACL()
throws JastorException
ACL
getChangeNamedGraphACL in interface ACLIterator of Role
JastorExceptionACL.changeNamedGraphACLProperty
public void addChangeNamedGraphACL(Role changeNamedGraphACL)
throws JastorException
ACL
addChangeNamedGraphACL in interface ACLchangeNamedGraphACL - The Role to add
JastorExceptionACL.changeNamedGraphACLProperty
public Role addChangeNamedGraphACL()
throws JastorException
ACL
addChangeNamedGraphACL in interface ACLRole created
JastorExceptionACL.changeNamedGraphACLProperty
public Role addChangeNamedGraphACL(org.openrdf.model.Resource resource)
throws JastorException
ACLRole 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.
addChangeNamedGraphACL in interface ACLresource - The Resource to add
JastorExceptionACL.changeNamedGraphACLProperty
public void removeChangeNamedGraphACL(Role changeNamedGraphACL)
throws JastorException
ACL
removeChangeNamedGraphACL in interface ACLchangeNamedGraphACL - The Role to remove
JastorExceptionACL.changeNamedGraphACLProperty
public void removeChangeNamedGraphACL(org.openrdf.model.Resource changeNamedGraphACL)
throws JastorException
ACL
removeChangeNamedGraphACL in interface ACLchangeNamedGraphACL - Role, the value to remove
JastorExceptionACL.changeNamedGraphACLProperty
public info.aduna.collections.iterators.CloseableIterator<Role> getInsertNamedGraph()
throws JastorException
ACL
getInsertNamedGraph in interface ACLIterator of Role
JastorExceptionACL.insertNamedGraphProperty
public void addInsertNamedGraph(Role insertNamedGraph)
throws JastorException
ACL
addInsertNamedGraph in interface ACLinsertNamedGraph - The Role to add
JastorExceptionACL.insertNamedGraphProperty
public Role addInsertNamedGraph()
throws JastorException
ACL
addInsertNamedGraph in interface ACLRole created
JastorExceptionACL.insertNamedGraphProperty
public Role addInsertNamedGraph(org.openrdf.model.Resource resource)
throws JastorException
ACLRole 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.
addInsertNamedGraph in interface ACLresource - The Resource to add
JastorExceptionACL.insertNamedGraphProperty
public void removeInsertNamedGraph(Role insertNamedGraph)
throws JastorException
ACL
removeInsertNamedGraph in interface ACLinsertNamedGraph - The Role to remove
JastorExceptionACL.insertNamedGraphProperty
public void removeInsertNamedGraph(org.openrdf.model.Resource insertNamedGraph)
throws JastorException
ACL
removeInsertNamedGraph in interface ACLinsertNamedGraph - Role, the value to remove
JastorExceptionACL.insertNamedGraphProperty
public info.aduna.collections.iterators.CloseableIterator<Role> getRead()
throws JastorException
ACL
getRead in interface ACLIterator of Role
JastorExceptionACL.readProperty
public void addRead(Role read)
throws JastorException
ACL
addRead in interface ACLread - The Role to add
JastorExceptionACL.readProperty
public Role addRead()
throws JastorException
ACL
addRead in interface ACLRole created
JastorExceptionACL.readProperty
public Role addRead(org.openrdf.model.Resource resource)
throws JastorException
ACLRole 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.
addRead in interface ACLresource - The Resource to add
JastorExceptionACL.readProperty
public void removeRead(Role read)
throws JastorException
ACL
removeRead in interface ACLread - The Role to remove
JastorExceptionACL.readProperty
public void removeRead(org.openrdf.model.Resource read)
throws JastorException
ACL
removeRead in interface ACLread - Role, the value to remove
JastorExceptionACL.readProperty
public info.aduna.collections.iterators.CloseableIterator<Role> getRemove()
throws JastorException
ACL
getRemove in interface ACLIterator of Role
JastorExceptionACL.removeProperty
public void addRemove(Role remove)
throws JastorException
ACL
addRemove in interface ACLremove - The Role to add
JastorExceptionACL.removeProperty
public Role addRemove()
throws JastorException
ACL
addRemove in interface ACLRole created
JastorExceptionACL.removeProperty
public Role addRemove(org.openrdf.model.Resource resource)
throws JastorException
ACLRole 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.
addRemove in interface ACLresource - The Resource to add
JastorExceptionACL.removeProperty
public void removeRemove(Role remove)
throws JastorException
ACL
removeRemove in interface ACLremove - The Role to remove
JastorExceptionACL.removeProperty
public void removeRemove(org.openrdf.model.Resource remove)
throws JastorException
ACL
removeRemove in interface ACLremove - Role, the value to remove
JastorExceptionACL.removeProperty
public info.aduna.collections.iterators.CloseableIterator<Role> getRemoveNamedGraph()
throws JastorException
ACL
getRemoveNamedGraph in interface ACLIterator of Role
JastorExceptionACL.removeNamedGraphProperty
public void addRemoveNamedGraph(Role removeNamedGraph)
throws JastorException
ACL
addRemoveNamedGraph in interface ACLremoveNamedGraph - The Role to add
JastorExceptionACL.removeNamedGraphProperty
public Role addRemoveNamedGraph()
throws JastorException
ACL
addRemoveNamedGraph in interface ACLRole created
JastorExceptionACL.removeNamedGraphProperty
public Role addRemoveNamedGraph(org.openrdf.model.Resource resource)
throws JastorException
ACLRole 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.
addRemoveNamedGraph in interface ACLresource - The Resource to add
JastorExceptionACL.removeNamedGraphProperty
public void removeRemoveNamedGraph(Role removeNamedGraph)
throws JastorException
ACL
removeRemoveNamedGraph in interface ACLremoveNamedGraph - The Role to remove
JastorExceptionACL.removeNamedGraphProperty
public void removeRemoveNamedGraph(org.openrdf.model.Resource removeNamedGraph)
throws JastorException
ACL
removeRemoveNamedGraph in interface ACLremoveNamedGraph - Role, the value to remove
JastorExceptionACL.removeNamedGraphPropertypublic void registerListener(ThingListener listener)
CoreThing
registerListener in interface CoreThingregisterListener in class GraphThingImpllistener - ThingListenerpublic void unregisterListener(ThingListener listener)
CoreThing
unregisterListener in interface CoreThingunregisterListener in class GraphThingImpllistener - ThingListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||