Uses of Class
org.apache.sling.api.resource.ResourceMetadata
Packages that use ResourceMetadata
Package
Description
-
Uses of ResourceMetadata in org.apache.sling.api.resource
Methods in org.apache.sling.api.resource that return ResourceMetadataModifier and TypeMethodDescription@NotNull ResourceMetadata
Resource.getResourceMetadata()
Returns the meta data of this resource.@NotNull ResourceMetadata
ResourceWrapper.getResourceMetadata()
Returns the value of callinggetResourceMetadata
on thewrapped resource
.@NotNull ResourceMetadata
SyntheticResource.getResourceMetadata()
Returns a resource metadata object containing just the path of this resource as theRESOLUTION_PATH
property.Constructors in org.apache.sling.api.resource with parameters of type ResourceMetadataModifierConstructorDescriptionSyntheticResource
(@NotNull ResourceResolver resourceResolver, @NotNull ResourceMetadata rm, @NotNull String resourceType) Creates a synthetic resource with the givenResourceMetadata
andresourceType
. -
Uses of ResourceMetadata in org.apache.sling.fsprovider.internal.mapper
Methods in org.apache.sling.fsprovider.internal.mapper that return ResourceMetadataModifier and TypeMethodDescription@NotNull ResourceMetadata
ContentFileResource.getResourceMetadata()
@NotNull ResourceMetadata
FileResource.getResourceMetadata()
Returns the resource meta data for this resource containing the file length, last modification time and the resource path (same asFileResource.getPath()
). -
Uses of ResourceMetadata in org.apache.sling.jackrabbit.usermanager.impl.resource
Methods in org.apache.sling.jackrabbit.usermanager.impl.resource that return ResourceMetadata -
Uses of ResourceMetadata in org.apache.sling.servlets.resolver.internal.resource
Methods in org.apache.sling.servlets.resolver.internal.resource that return ResourceMetadata