Uses of Class
org.apache.sling.api.resource.PersistenceException

Packages that use PersistenceException
org.apache.sling.api.resource   
 

Uses of PersistenceException in org.apache.sling.api.resource
 

Methods in org.apache.sling.api.resource that throw PersistenceException
 void ResourceResolver.commit()
          Persist all pending changes.
 void ModifyingResourceProvider.commit(ResourceResolver resolver)
          Commit all transient changes: create, delete and updates
 Resource ModifyingResourceProvider.create(ResourceResolver resolver, java.lang.String path, java.util.Map<java.lang.String,java.lang.Object> properties)
          Create a new resource at the given path.
 Resource ResourceResolver.create(Resource parent, java.lang.String name, java.util.Map<java.lang.String,java.lang.Object> properties)
          Add a child resource to the given parent resource
 void ResourceResolver.delete(Resource resource)
          Delete the resource Deleting a non existing resource leads to no operation nor exception.
 void ModifyingResourceProvider.delete(ResourceResolver resolver, java.lang.String path)
          Delete the resource at the given path.
 void PersistableValueMap.save()
          Deprecated. Persists the changes.
 



Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.