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 ResourceMetadataResource.getResourceMetadata()Returns the meta data of this resource.@NotNull ResourceMetadataResourceWrapper.getResourceMetadata()Returns the value of callinggetResourceMetadataon thewrapped resource.@NotNull ResourceMetadataSyntheticResource.getResourceMetadata()Returns a resource metadata object containing just the path of this resource as theRESOLUTION_PATHproperty.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 givenResourceMetadataandresourceType. -
Uses of ResourceMetadata in org.apache.sling.fsprovider.internal.mapper
Methods in org.apache.sling.fsprovider.internal.mapper that return ResourceMetadataModifier and TypeMethodDescription@NotNull ResourceMetadataContentFileResource.getResourceMetadata()@NotNull ResourceMetadataFileResource.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