Uses of Enum
org.apache.sling.api.resource.external.URIProvider.Operation
Packages that use URIProvider.Operation
Package
Description
-
Uses of URIProvider.Operation in org.apache.sling.api.resource.external
Methods in org.apache.sling.api.resource.external that return URIProvider.OperationModifier and TypeMethodDescriptionstatic URIProvider.Operation
Returns the enum constant of this type with the specified name.static URIProvider.Operation[]
URIProvider.Operation.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.sling.api.resource.external with parameters of type URIProvider.OperationModifier and TypeMethodDescription@NotNull URI
URIProvider.toURI
(@NotNull Resource resource, URIProvider.Scope scope, URIProvider.Operation operation) Return a URI applicable to the defined scope. -
Uses of URIProvider.Operation in org.apache.sling.jcr.resource.internal.helper.jcr
Methods in org.apache.sling.jcr.resource.internal.helper.jcr with parameters of type URIProvider.OperationModifier and TypeMethodDescription@NotNull URI
BinaryDownloadUriProvider.toURI
(@NotNull Resource resource, @NotNull URIProvider.Scope scope, @NotNull URIProvider.Operation operation)