Uses of Class
org.apache.sling.distribution.DistributionRequestType
-
Packages that use DistributionRequestType Package Description org.apache.sling.distribution -
-
Uses of DistributionRequestType in org.apache.sling.distribution
Methods in org.apache.sling.distribution that return DistributionRequestType Modifier and Type Method Description static DistributionRequestTypeDistributionRequestType. fromName(String n)Creates an action type for the given name.DistributionRequestTypeDistributionRequest. getRequestType()Get theDistributionRequestTypeassociated with this requestDistributionRequestTypeSimpleDistributionRequest. getRequestType()get theDistributionRequestTypeassociated with this requeststatic DistributionRequestTypeDistributionRequestType. 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.Constructors in org.apache.sling.distribution with parameters of type DistributionRequestType Constructor Description SimpleDistributionRequest(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.
-