A D E F G I O S T V 

A

AGENT_PACKAGE_CREATED - Static variable in interface org.apache.sling.distribution.event.DistributionEventTopics
event for package created
AGENT_PACKAGE_DISTRIBUTED - Static variable in interface org.apache.sling.distribution.event.DistributionEventTopics
event for package distributed
AGENT_PACKAGE_QUEUED - Static variable in interface org.apache.sling.distribution.event.DistributionEventTopics
event for package queued
asCredentialsMap() - Method in interface org.apache.sling.distribution.transport.DistributionTransportSecret
Get the secret as a Map of credentials, this can contain, for example, entries holding information about username and password for HTTP authentication.

D

distribute(String, ResourceResolver, DistributionRequest) - Method in interface org.apache.sling.distribution.Distributor
Perform a DistributionRequest to distribute content from a source instance to a target instance.
DISTRIBUTION_COMPONENT_KIND - Static variable in interface org.apache.sling.distribution.event.DistributionEventProperties
property containing the kind of the component generating the event
DISTRIBUTION_COMPONENT_NAME - Static variable in interface org.apache.sling.distribution.event.DistributionEventProperties
property containing the name of component generating the event
DISTRIBUTION_PATHS - Static variable in interface org.apache.sling.distribution.event.DistributionEventProperties
property containing the type of the distribution paths
DISTRIBUTION_TYPE - Static variable in interface org.apache.sling.distribution.event.DistributionEventProperties
property containing the type of the distribution request
DistributionEventProperties - Interface in org.apache.sling.distribution.event
an interface containing of the possible properties of events related to distribution
DistributionEventTopics - Interface in org.apache.sling.distribution.event
an interface containing of the possible topics of events related to distribution
DistributionRequest - Interface in org.apache.sling.distribution
A DistributionRequest represents the need from the caller to have some content being distributed from a source instance to a target instance.
DistributionRequestState - Enum in org.apache.sling.distribution
The different states a DistributionRequest can have during its lifecycle.
DistributionRequestType - Enum in org.apache.sling.distribution
The request type tied to a specific DistributionRequest, used to decide how the distribution content should be aggregated.
DistributionResponse - Interface in org.apache.sling.distribution
A DistributionResponse represents the outcome of a DistributionRequest as handled by a certain distribution agent.
DistributionTransportSecret - Interface in org.apache.sling.distribution.transport
The secret to be transported for authenticating transport layer connecting two instances.
DistributionTransportSecretProvider - Interface in org.apache.sling.distribution.transport
A provider for DistributionTransportSecrets

Such providers can be used by distribution agents implementations in order to plug in different types of secrets to be used to authenticate the underlying Sling instances.

Distributor - Interface in org.apache.sling.distribution
A distributor is responsible for dispatching DistributionRequests to distribution agents.

E

EVENT_BASE - Static variable in interface org.apache.sling.distribution.event.DistributionEventTopics
 

F

fromName(String) - Static method in enum org.apache.sling.distribution.DistributionRequestType
Creates an action type for the given name.

G

getFilters(String) - Method in interface org.apache.sling.distribution.DistributionRequest
Get the filters applicable for a specific path +/foo/.* - include all content under /foo -/foo - exclude /foo node filters are checked in order and the last matched filter determines inclusion/exclusion
getFilters(String) - Method in class org.apache.sling.distribution.SimpleDistributionRequest
 
getMessage() - Method in interface org.apache.sling.distribution.DistributionResponse
returns a verbose message of the response
getPaths() - Method in interface org.apache.sling.distribution.DistributionRequest
Get the root paths for this distribution request
getPaths() - Method in class org.apache.sling.distribution.SimpleDistributionRequest
get the paths for this distribution request
getRequestType() - Method in interface org.apache.sling.distribution.DistributionRequest
Get the DistributionRequestType associated with this request
getRequestType() - Method in class org.apache.sling.distribution.SimpleDistributionRequest
get the DistributionRequestType associated with this request
getSecret(URI) - Method in interface org.apache.sling.distribution.transport.DistributionTransportSecretProvider
Get a DistributionTransportSecret for the specified URI
getState() - Method in interface org.apache.sling.distribution.DistributionResponse
returns the state of the associated DistributionRequest

I

IMPORTER_PACKAGE_IMPORTED - Static variable in interface org.apache.sling.distribution.event.DistributionEventTopics
event for package imported
isDeep(String) - Method in interface org.apache.sling.distribution.DistributionRequest
Returns whether the paths are covering the entire subtree (deep) or just the specified nodes (shallow)
isDeep(String) - Method in class org.apache.sling.distribution.SimpleDistributionRequest
Returns whether the a path is covering the entire subtree (deep) or just the specified nodes (shallow)
isSuccessful() - Method in interface org.apache.sling.distribution.DistributionResponse
returns the status of the request, whether it is successful or not.

O

org.apache.sling.distribution - package org.apache.sling.distribution
 
org.apache.sling.distribution.event - package org.apache.sling.distribution.event
 
org.apache.sling.distribution.transport - package org.apache.sling.distribution.transport
 

S

SimpleDistributionRequest - Class in org.apache.sling.distribution
A SimpleDistributionRequest is a DistributionRequest where all paths are either "deep" or "shallow".
SimpleDistributionRequest(DistributionRequestType, boolean, String...) - Constructor for class org.apache.sling.distribution.SimpleDistributionRequest
Creates distribution request with "deep" or "shallow" paths.
SimpleDistributionRequest(DistributionRequestType, String...) - Constructor for class org.apache.sling.distribution.SimpleDistributionRequest
Creates a distribution request with "shallow" paths.
SimpleDistributionRequest(DistributionRequestType, String[], Set<String>) - Constructor for class org.apache.sling.distribution.SimpleDistributionRequest
Creates a distribution request with additional "deep" paths.
SimpleDistributionRequest(DistributionRequestType, String[], Set<String>, Map<String, String[]>) - Constructor for class org.apache.sling.distribution.SimpleDistributionRequest
Creates a distribution request with "deep" paths and filters.

T

toString() - Method in class org.apache.sling.distribution.SimpleDistributionRequest
 

V

valueOf(String) - Static method in enum org.apache.sling.distribution.DistributionRequestState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.sling.distribution.DistributionRequestType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.sling.distribution.DistributionRequestState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.sling.distribution.DistributionRequestType
Returns an array containing the constants of this enum type, in the order they are declared.
A D E F G I O S T V 

Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.