| Package | Description |
|---|---|
| org.apache.sling.distribution |
| Modifier and Type | Method and Description |
|---|---|
static @Nullable DistributionRequestType |
DistributionRequestType.fromName(String n)
Creates an action type for the given name.
|
@NotNull DistributionRequestType |
SimpleDistributionRequest.getRequestType()
get the
DistributionRequestType associated with this request |
@NotNull DistributionRequestType |
DistributionRequest.getRequestType()
Get the
DistributionRequestType associated with this request |
static DistributionRequestType |
DistributionRequestType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DistributionRequestType[] |
DistributionRequestType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SimpleDistributionRequest(@NotNull DistributionRequestType requestType,
boolean isDeep,
String... paths)
Creates distribution request with "deep" or "shallow" paths.
|
SimpleDistributionRequest(@NotNull DistributionRequestType requestType,
String... paths)
Creates a distribution request with "shallow" paths.
|
SimpleDistributionRequest(@NotNull DistributionRequestType requestType,
@NotNull String[] paths,
@NotNull Set<String> deepPaths)
Creates a distribution request with additional "deep" paths.
|
SimpleDistributionRequest(@NotNull DistributionRequestType requestType,
@NotNull String[] paths,
@NotNull Set<String> deepPaths,
@NotNull Map<String,String[]> pathFilters)
Creates a distribution request with "deep" paths and filters.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.