Uses of Interface
org.openanzo.common.ontology.ACL

Packages that use ACL
org.openanzo.common.ontology   
 

Uses of ACL in org.openanzo.common.ontology
 

Classes in org.openanzo.common.ontology that implement ACL
 class ACLImpl
          Implementation of ACL Use the org.openanzo.common.ontology.AnzoFactory to create instances of this class.
 

Methods in org.openanzo.common.ontology that return ACL
static ACL AnzoFactory.createACL(org.openrdf.model.Resource resource, INamedGraph graph)
          Create a new instance of ACL.
static ACL AnzoFactory.createACL(java.lang.String uri, INamedGraph graph)
          Create a new instance of ACL.
static ACL AnzoFactory.getACL(org.openrdf.model.Resource resource, INamedGraph graph)
          Create a new instance of ACL.
static ACL AnzoFactory.getACL(java.lang.String uri, INamedGraph graph)
          Create a new instance of ACL.
 ACL User.getDefaultAclTemplate()
          Gets the 'defaultAclTemplate' property value
 ACL UserImpl.getDefaultAclTemplate()
           
 ACL NamedGraph.getUsesAcl()
          Gets the 'usesAcl' property value
 ACL NamedGraphImpl.getUsesAcl()
           
 ACL User.setDefaultAclTemplate()
          Sets the 'defaultAclTemplate' property value to an anonymous node
 ACL UserImpl.setDefaultAclTemplate()
           
 ACL User.setDefaultAclTemplate(org.openrdf.model.Resource resource)
          Sets the 'defaultAclTemplate' property value to the given resource, and add's rdf:type properties.
 ACL UserImpl.setDefaultAclTemplate(org.openrdf.model.Resource resource)
           
 ACL NamedGraph.setUsesAcl()
          Sets the 'usesAcl' property value to an anonymous node
 ACL NamedGraphImpl.setUsesAcl()
           
 ACL NamedGraph.setUsesAcl(org.openrdf.model.Resource resource)
          Sets the 'usesAcl' property value to the given resource, and add's rdf:type properties.
 ACL NamedGraphImpl.setUsesAcl(org.openrdf.model.Resource resource)
           
 

Methods in org.openanzo.common.ontology that return types with arguments of type ACL
static java.util.List<ACL> AnzoFactory.getAllACL(INamedGraph graph)
          Return an instance of ACL for every resource in the model with rdf:Type http://openanzo.org/RBAC#ACL
 

Methods in org.openanzo.common.ontology with parameters of type ACL
 void ACLListener.addAdded(ACL source, Role newValue)
          Called when a value of add has been added
 void ACLListener.addRemoved(ACL source, Role oldValue)
          Called when a value of add has been removed
 void ACLListener.changeNamedGraphACLAdded(ACL source, Role newValue)
          Called when a value of changeNamedGraphACL has been added
 void ACLListener.changeNamedGraphACLRemoved(ACL source, Role oldValue)
          Called when a value of changeNamedGraphACL has been removed
 void ACLListener.insertNamedGraphAdded(ACL source, Role newValue)
          Called when a value of insertNamedGraph has been added
 void ACLListener.insertNamedGraphRemoved(ACL source, Role oldValue)
          Called when a value of insertNamedGraph has been removed
 void ACLListener.readAdded(ACL source, Role newValue)
          Called when a value of read has been added
 void ACLListener.readRemoved(ACL source, Role oldValue)
          Called when a value of read has been removed
 void ACLListener.removeAdded(ACL source, Role newValue)
          Called when a value of remove has been added
 void ACLListener.removeNamedGraphAdded(ACL source, Role newValue)
          Called when a value of removeNamedGraph has been added
 void ACLListener.removeNamedGraphRemoved(ACL source, Role oldValue)
          Called when a value of removeNamedGraph has been removed
 void ACLListener.removeRemoved(ACL source, Role oldValue)
          Called when a value of remove has been removed
 void User.setDefaultAclTemplate(ACL defaultAclTemplate)
          Sets the 'defaultAclTemplate' property value
 void UserImpl.setDefaultAclTemplate(ACL defaultAclTemplate)
           
 void NamedGraph.setUsesAcl(ACL usesAcl)
          Sets the 'usesAcl' property value
 void NamedGraphImpl.setUsesAcl(ACL usesAcl)
           
 



Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.