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

Packages that use ResourceMetadata
org.apache.sling.api.resource   
org.apache.sling.bundleresource.impl   
org.apache.sling.fsprovider.internal   
org.apache.sling.jackrabbit.usermanager.impl.resource   
 

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

Methods in org.apache.sling.api.resource that return ResourceMetadata
 ResourceMetadata SyntheticResource.getResourceMetadata()
          Returns a resource metadata object containing just the path of this resource as the RESOLUTION_PATH property.
 ResourceMetadata ResourceWrapper.getResourceMetadata()
          Returns the value of calling getResourceMetadata on the wrapped resource.
 ResourceMetadata Resource.getResourceMetadata()
          Returns the metadata of this resource.
 

Constructors in org.apache.sling.api.resource with parameters of type ResourceMetadata
SyntheticResource(ResourceResolver resourceResolver, ResourceMetadata rm, String resourceType)
          Creates a synthetic resource with the given ResourceMetadata and resourceType.
 

Uses of ResourceMetadata in org.apache.sling.bundleresource.impl
 

Methods in org.apache.sling.bundleresource.impl that return ResourceMetadata
 ResourceMetadata BundleResource.getResourceMetadata()
           
 

Uses of ResourceMetadata in org.apache.sling.fsprovider.internal
 

Methods in org.apache.sling.fsprovider.internal that return ResourceMetadata
 ResourceMetadata FsResource.getResourceMetadata()
          Returns the resource meta data for this resource containing the file length, last modification time and the resource path (same as FsResource.getPath()).
 

Uses of ResourceMetadata in org.apache.sling.jackrabbit.usermanager.impl.resource
 

Methods in org.apache.sling.jackrabbit.usermanager.impl.resource that return ResourceMetadata
 ResourceMetadata AuthorizableResource.getResourceMetadata()
           
 



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