Uses of Class
org.apache.chemistry.opencmis.inmemory.storedobj.impl.InMemoryAce

Packages that use InMemoryAce
org.apache.chemistry.opencmis.inmemory.storedobj.impl   
 

Uses of InMemoryAce in org.apache.chemistry.opencmis.inmemory.storedobj.impl
 

Methods in org.apache.chemistry.opencmis.inmemory.storedobj.impl that return types with arguments of type InMemoryAce
 java.util.List<InMemoryAce> InMemoryAcl.getAces()
           
 

Methods in org.apache.chemistry.opencmis.inmemory.storedobj.impl with parameters of type InMemoryAce
 boolean InMemoryAcl.addAce(InMemoryAce ace)
           
 boolean InMemoryAcl.removeAce(InMemoryAce ace)
           
 

Constructor parameters in org.apache.chemistry.opencmis.inmemory.storedobj.impl with type arguments of type InMemoryAce
InMemoryAcl(java.util.List<InMemoryAce> arg)
           
 



Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.