Uses of Enum
org.apache.sling.distribution.DistributionRequestType
Packages that use DistributionRequestType
-
Uses of DistributionRequestType in org.apache.sling.distribution
Methods in org.apache.sling.distribution that return DistributionRequestTypeModifier and TypeMethodDescriptionstatic DistributionRequestType
Creates an action type for the given name.DistributionRequest.getRequestType()
Get theDistributionRequestType
associated with this requestSimpleDistributionRequest.getRequestType()
get theDistributionRequestType
associated with this requeststatic DistributionRequestType
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.Constructors in org.apache.sling.distribution with parameters of type DistributionRequestTypeModifierConstructorDescriptionSimpleDistributionRequest
(DistributionRequestType requestType, boolean isDeep, String... paths) Creates distribution request with "deep" or "shallow" paths.SimpleDistributionRequest
(DistributionRequestType requestType, String... paths) Creates a distribution request with "shallow" paths.SimpleDistributionRequest
(DistributionRequestType requestType, String[] paths, Set<String> deepPaths) Creates a distribution request with additional "deep" paths.SimpleDistributionRequest
(DistributionRequestType requestType, String[] paths, Set<String> deepPaths, Map<String, String[]> pathFilters) Creates a distribution request with "deep" paths and filters.