- AbstractExpressionSlingQueryPipe - Class in org.apache.sling.pipes.internal.slingquery
-
deals with sling query pipe code that takes an expression as input
- AbstractExpressionSlingQueryPipe(Plumber, Resource, PipeBindings) - Constructor for class org.apache.sling.pipes.internal.slingquery.AbstractExpressionSlingQueryPipe
-
- AbstractInputStreamPipe - Class in org.apache.sling.pipes
-
Input Stream based pipe, coming from web, from request, resource tree, web
binding is updated by the returned iterator
- AbstractInputStreamPipe(Plumber, Resource, PipeBindings) - Constructor for class org.apache.sling.pipes.AbstractInputStreamPipe
-
- AbstractSlingQueryPipe - Class in org.apache.sling.pipes.internal.slingquery
-
deals with common sling query pipe code
- AbstractSlingQueryPipe(Plumber, Resource, PipeBindings) - Constructor for class org.apache.sling.pipes.internal.slingquery.AbstractSlingQueryPipe
-
- ACE_DENY_KEY - Static variable in class org.apache.sling.pipes.internal.ACLPipe
-
- ACE_GRANT_KEY - Static variable in class org.apache.sling.pipes.internal.ACLPipe
-
- ACLPipe - Class in org.apache.sling.pipes.internal
-
- ACLPipe(Plumber, Resource, PipeBindings) - Constructor for class org.apache.sling.pipes.internal.ACLPipe
-
public constructor
- acls() - Method in class org.apache.sling.pipes.internal.PipeBuilderImpl
-
- acls() - Method in interface org.apache.sling.pipes.PipeBuilder
-
attach an ACL pipe to the current context
- activate(PlumberImpl.Configuration) - Method in class org.apache.sling.pipes.internal.PlumberImpl
-
- ADD_PATCH - Static variable in class org.apache.sling.pipes.internal.WritePipe
-
- addBinding(String, Object) - Method in class org.apache.sling.pipes.PipeBindings
-
add a binding
- addBindings(Map) - Method in class org.apache.sling.pipes.PipeBindings
-
adds additional bindings (global variables to use in child pipes expressions)
- addError(String) - Method in class org.apache.sling.pipes.ExecutionResult
-
- addMembers(Authorizable) - Method in class org.apache.sling.pipes.internal.AuthorizablePipe
-
Add to current authorizable (that should be a group) the configured members in addMembers expression
- addResultItem(Resource) - Method in class org.apache.sling.pipes.ExecutionResult
-
Add a resource to the results
- addScript(ResourceResolver, String) - Method in class org.apache.sling.pipes.PipeBindings
-
add a script file to the engine
- addToGroup(Authorizable) - Method in class org.apache.sling.pipes.internal.AuthorizablePipe
-
Add current authorizable to configured addToGroup expression (should resolve as a group id)
- after() - Method in class org.apache.sling.pipes.BasePipe
-
- after() - Method in class org.apache.sling.pipes.internal.PackagePipe
-
- after() - Method in interface org.apache.sling.pipes.Pipe
-
to be executed before output is retrieved
- after() - Method in class org.apache.sling.pipes.SuperPipe
-
- afterHook - Variable in class org.apache.sling.pipes.BasePipe
-
- allow(String) - Method in class org.apache.sling.pipes.internal.PipeBuilderImpl
-
- allow(String) - Method in interface org.apache.sling.pipes.PipeBuilder
-
attach an ACL pipe to the current context and sets allow acls on the resource
- ARRAY_START - Static variable in class org.apache.sling.pipes.internal.inputstream.JsonPipe
-
- asCompositeData() - Method in class org.apache.sling.pipes.ExecutionResult
-
- auth(Object...) - Method in class org.apache.sling.pipes.internal.PipeBuilderImpl
-
- auth(Object...) - Method in interface org.apache.sling.pipes.PipeBuilder
-
attach an authorizable pipe to the current context
- AuthorizablePipe - Class in org.apache.sling.pipes.internal
-
pipe that outputs an authorizable resource based on the id set in expr
- AuthorizablePipe(Plumber, Resource, PipeBindings) - Constructor for class org.apache.sling.pipes.internal.AuthorizablePipe
-
public constructor
- call() - Method in class org.apache.sling.pipes.internal.BindingProvider
-
- checkArguments(Object...) - Static method in class org.apache.sling.pipes.internal.CommandUtil
-
Checks arguments and throws exception if there is an issue
- checkError(Pipe, ExecutionResult) - Method in class org.apache.sling.pipes.internal.PlumberImpl
-
check if current state contains error, and record it
- checkIsAuthorizableResource(Resource) - Method in class org.apache.sling.pipes.internal.ACLPipe
-
- children(String) - Method in class org.apache.sling.pipes.internal.PipeBuilderImpl
-
- children(String) - Method in interface org.apache.sling.pipes.PipeBuilder
-
attach a sling query children pipe to the current context
- ChildrenPipe - Class in org.apache.sling.pipes.internal.slingquery
-
this pipe uses SlingQuery to filters children (filter defined in expr property) of
a resource (defined in the path property)
- ChildrenPipe(Plumber, Resource, PipeBindings) - Constructor for class org.apache.sling.pipes.internal.slingquery.ChildrenPipe
-
- closest(String) - Method in class org.apache.sling.pipes.internal.PipeBuilderImpl
-
- closest(String) - Method in interface org.apache.sling.pipes.PipeBuilder
-
attach a sling query closest pipe to the current context
- ClosestPipe - Class in org.apache.sling.pipes.internal.slingquery
-
- ClosestPipe(Plumber, Resource, PipeBindings) - Constructor for class org.apache.sling.pipes.internal.slingquery.ClosestPipe
-
- CommandUtil - Class in org.apache.sling.pipes.internal
-
utilities for user input
- CommandUtil() - Constructor for class org.apache.sling.pipes.internal.CommandUtil
-
- computeECMA5Expression(String) - Method in class org.apache.sling.pipes.PipeBindings
-
Doesn't look like nashorn likes template strings :-(
- computeMaps() - Method in class org.apache.sling.pipes.internal.GogoCommands
-
builds utility maps
- computeOutput() - Method in class org.apache.sling.pipes.AbstractInputStreamPipe
-
- computeOutput() - Method in class org.apache.sling.pipes.BasePipe
-
- computeOutput() - Method in class org.apache.sling.pipes.internal.ACLPipe
-
- computeOutput() - Method in class org.apache.sling.pipes.internal.AuthorizablePipe
-
- computeOutput() - Method in class org.apache.sling.pipes.internal.FilterPipe
-
- computeOutput() - Method in class org.apache.sling.pipes.internal.MovePipe
-
- computeOutput() - Method in class org.apache.sling.pipes.internal.MultiPropertyPipe
-
- computeOutput() - Method in class org.apache.sling.pipes.internal.PackagePipe
-
- computeOutput() - Method in class org.apache.sling.pipes.internal.PathPipe
-
- computeOutput() - Method in class org.apache.sling.pipes.internal.RemovePipe
-
- computeOutput() - Method in class org.apache.sling.pipes.internal.slingquery.AbstractSlingQueryPipe
-
generate outputs out of input resource and abstract query
- computeOutput() - Method in class org.apache.sling.pipes.internal.TraversePipe
-
- computeOutput() - Method in class org.apache.sling.pipes.internal.WritePipe
-
- computeOutput() - Method in class org.apache.sling.pipes.internal.XPathPipe
-
- computeOutput() - Method in class org.apache.sling.pipes.SuperPipe
-
- computeSubpipesOutput() - Method in class org.apache.sling.pipes.internal.ContainerPipe
-
- computeSubpipesOutput() - Method in class org.apache.sling.pipes.internal.ManifoldPipe
-
- computeSubpipesOutput() - Method in class org.apache.sling.pipes.internal.NotPipe
-
- computeSubpipesOutput() - Method in class org.apache.sling.pipes.internal.ReferencePipe
-
- computeSubpipesOutput() - Method in class org.apache.sling.pipes.SuperPipe
-
- computeValue(Resource, String, String) - Method in class org.apache.sling.pipes.internal.WritePipe
-
convert the configured string value (can be an expression) in a value that can be written in a resource.
- computeValue(Resource, String, Object) - Method in class org.apache.sling.pipes.internal.WritePipe
-
convert the configured string value (can be an expression) in a value that can be written in a resource.
- CONDITIONAL_STRING - Static variable in class org.apache.sling.pipes.PipeBindings
-
- conditionalString(String) - Method in class org.apache.sling.pipes.PipeBindings
-
Return expression, instantiated expression or null if the expression is conditional and evaluation is falsy
- conf(Object...) - Method in class org.apache.sling.pipes.internal.PipeBuilderImpl
-
- conf(Object...) - Method in interface org.apache.sling.pipes.PipeBuilder
-
Building up a set of configurations for the current pipe
- ContainerPipe - Class in org.apache.sling.pipes.internal
-
This pipe executes the pipes it has in its configuration, chaining their result, and
modifying each contained pipe's expression with its context
- ContainerPipe(Plumber, Resource, PipeBindings) - Constructor for class org.apache.sling.pipes.internal.ContainerPipe
-
Constructor
- copyBindings(PipeBindings) - Method in class org.apache.sling.pipes.PipeBindings
-
copy bindings
- createResource(ResourceResolver, String, String, Map) - Method in class org.apache.sling.pipes.internal.PipeBuilderImpl
-
Create a configuration resource
- csv(String) - Method in class org.apache.sling.pipes.internal.PipeBuilderImpl
-
- csv(String) - Method in interface org.apache.sling.pipes.PipeBuilder
-
attach a csv pipe to the current context
- CsvPipe - Class in org.apache.sling.pipes.internal.inputstream
-
Csv input stream pipe, similar at what
- CsvPipe(Plumber, Resource, PipeBindings) - Constructor for class org.apache.sling.pipes.internal.inputstream.CsvPipe
-
- CsvWriter - Class in org.apache.sling.pipes.internal
-
- CsvWriter() - Constructor for class org.apache.sling.pipes.internal.CsvWriter
-
- currentResource - Variable in class org.apache.sling.pipes.models.PipeModel
-
current resource
- customOutputs - Variable in class org.apache.sling.pipes.OutputWriter
-
- getAuthorizable() - Method in class org.apache.sling.pipes.internal.AuthorizablePipe
-
Returns the authorizable configured by its expression, creating it if
not present and if createGroup
is set to true, or, if
no expression, tries to resolve getInput() as an authorizable
- getBindings() - Method in class org.apache.sling.pipes.BasePipe
-
- getBindings() - Method in interface org.apache.sling.pipes.Pipe
-
returns the pipe's bindings
- getBindings() - Method in class org.apache.sling.pipes.PipeBindings
-
return registered bindings
- getBindingsFromRequest(SlingHttpServletRequest, boolean) - Method in class org.apache.sling.pipes.internal.PlumberServlet
-
Converts request into pipe bindings
- getComputedPath() - Method in class org.apache.sling.pipes.BasePipe
-
- getConfiguration() - Method in class org.apache.sling.pipes.BasePipe
-
Get configuration node
- getCurrentPathSet() - Method in class org.apache.sling.pipes.ExecutionResult
-
return currentPathSet
- getCustomOutputs() - Method in class org.apache.sling.pipes.OutputWriter
-
- getDistributionAgent() - Method in class org.apache.sling.pipes.BasePipe
-
- getDistributionAgent() - Method in interface org.apache.sling.pipes.Pipe
-
Get Distribution agent
- getExecutedResource(String) - Method in class org.apache.sling.pipes.PipeBindings
-
return Pipe name
's output binding
- getExecutionCount() - Method in class org.apache.sling.pipes.internal.PipeMonitor
-
- getExecutionCount() - Method in interface org.apache.sling.pipes.internal.PipeMonitorMBean
-
- getExecutorMap() - Method in class org.apache.sling.pipes.internal.GogoCommands
-
- getExpr() - Method in class org.apache.sling.pipes.BasePipe
-
Get pipe's expression, instanciated or not
- getFailed() - Method in class org.apache.sling.pipes.internal.PipeMonitor
-
- getFailed() - Method in interface org.apache.sling.pipes.internal.PipeMonitorMBean
-
- getFirstPipe() - Method in class org.apache.sling.pipes.SuperPipe
-
Return the first pipe in the container
- getGroupNames(String) - Method in class org.apache.sling.pipes.internal.inputstream.RegexpPipe
-
- getInput() - Method in class org.apache.sling.pipes.BasePipe
-
- getInput() - Method in interface org.apache.sling.pipes.Pipe
-
Get pipe current's resource *before* next execution, meaning either the
configured resource, either previous' pipe output resource
- getLastPipe() - Method in class org.apache.sling.pipes.SuperPipe
-
Return the last pipe in the container
- getLastResult() - Method in class org.apache.sling.pipes.internal.PipeMonitor
-
- getLastResult() - Method in interface org.apache.sling.pipes.internal.PipeMonitorMBean
-
- getMeanDurationMilliseconds() - Method in class org.apache.sling.pipes.internal.PipeMonitor
-
- getMeanDurationMilliseconds() - Method in interface org.apache.sling.pipes.internal.PipeMonitorMBean
-
- getMethodMap() - Method in class org.apache.sling.pipes.internal.GogoCommands
-
- getMonitoredPipes() - Method in class org.apache.sling.pipes.internal.PlumberImpl
-
- getName() - Method in class org.apache.sling.pipes.BasePipe
-
- getName() - Method in class org.apache.sling.pipes.internal.PipeMonitor
-
- getName() - Method in interface org.apache.sling.pipes.internal.PipeMonitorMBean
-
- getName() - Method in interface org.apache.sling.pipes.Pipe
-
Return the name of that pipe
- getOptions(String[]) - Method in class org.apache.sling.pipes.internal.GogoCommands
-
- getOptions(List<String>) - Method in class org.apache.sling.pipes.internal.GogoCommands
-
- getOrCreateNode(String) - Method in class org.apache.sling.pipes.internal.PathPipe
-
get or create JCR path, using pipe members
- getOutput(InputStream) - Method in class org.apache.sling.pipes.AbstractInputStreamPipe
-
- getOutput() - Method in class org.apache.sling.pipes.BasePipe
-
default execution, just returns current resource
- getOutput(InputStream) - Method in class org.apache.sling.pipes.internal.inputstream.CsvPipe
-
- getOutput(InputStream) - Method in class org.apache.sling.pipes.internal.inputstream.JsonPipe
-
in case there is no successful retrieval of some JSON data, we cut the pipe here
- getOutput(InputStream) - Method in class org.apache.sling.pipes.internal.inputstream.RegexpPipe
-
- getOutput() - Method in interface org.apache.sling.pipes.Pipe
-
Executes the pipe, can be contained in a parent or not
- getOutputBinding() - Method in class org.apache.sling.pipes.AbstractInputStreamPipe
-
- getOutputBinding() - Method in class org.apache.sling.pipes.BasePipe
-
- getOutputBinding() - Method in class org.apache.sling.pipes.internal.ACLPipe
-
- getOutputBinding() - Method in class org.apache.sling.pipes.internal.AuthorizablePipe
-
- getOutputBinding() - Method in class org.apache.sling.pipes.internal.MultiPropertyPipe
-
- getOutputBinding() - Method in interface org.apache.sling.pipes.Pipe
-
returns the binding output used in container pipe's expression
- getOutputs() - Method in class org.apache.sling.pipes.models.PipeModel
-
Getter for outputs
- getParent() - Method in class org.apache.sling.pipes.BasePipe
-
- getParent() - Method in interface org.apache.sling.pipes.Pipe
-
- getPath() - Method in class org.apache.sling.pipes.BasePipe
-
Get pipe's path, instanciated or not
- getPath() - Method in class org.apache.sling.pipes.internal.PipeMonitor
-
- getPath() - Method in interface org.apache.sling.pipes.internal.PipeMonitorMBean
-
- getPipe() - Method in class org.apache.sling.pipes.internal.BindingProvider
-
- getPipe(Resource) - Method in class org.apache.sling.pipes.internal.PlumberImpl
-
- getPipe(Resource, PipeBindings) - Method in class org.apache.sling.pipes.internal.PlumberImpl
-
- getPipe(Resource) - Method in interface org.apache.sling.pipes.Plumber
-
Instantiate a pipe from the given resource and returns it
- getPipe(Resource, PipeBindings) - Method in interface org.apache.sling.pipes.Plumber
-
Instantiate a pipe from the given resource and returns it
- getPreviousPipe() - Method in class org.apache.sling.pipes.BasePipe
-
Retrieves previous pipe if contained by a parent, or referrer's
- getPreviousPipe(Pipe) - Method in class org.apache.sling.pipes.SuperPipe
-
Return the previous pipe of the given child pipe
- getPreviousResource() - Method in class org.apache.sling.pipes.BasePipe
-
- getPrincipalFor(String) - Method in class org.apache.sling.pipes.internal.ACLPipe
-
get Principal for principal name set as an expression in the pipe
- getQuery(Resource, String) - Method in class org.apache.sling.pipes.internal.slingquery.AbstractExpressionSlingQueryPipe
-
generates a sling query object out of a resource and an expression
- getQuery(Resource) - Method in class org.apache.sling.pipes.internal.slingquery.AbstractExpressionSlingQueryPipe
-
- getQuery(Resource) - Method in class org.apache.sling.pipes.internal.slingquery.AbstractSlingQueryPipe
-
generates a sling query object out of a resource
- getQuery(Resource, String) - Method in class org.apache.sling.pipes.internal.slingquery.ChildrenPipe
-
- getQuery(Resource, String) - Method in class org.apache.sling.pipes.internal.slingquery.ClosestPipe
-
- getQuery(Resource, String) - Method in class org.apache.sling.pipes.internal.slingquery.FindPipe
-
- getQuery(Resource) - Method in class org.apache.sling.pipes.internal.slingquery.ParentPipe
-
- getQuery(Resource, String) - Method in class org.apache.sling.pipes.internal.slingquery.ParentsPipe
-
- getQuery(Resource, String) - Method in class org.apache.sling.pipes.internal.slingquery.SiblingsPipe
-
- getRawExpression() - Method in class org.apache.sling.pipes.BasePipe
-
- getRawPath() - Method in class org.apache.sling.pipes.BasePipe
-
- getResource() - Method in class org.apache.sling.pipes.BasePipe
-
- getResource() - Method in interface org.apache.sling.pipes.Pipe
-
get the pipe configuration resource
- getServiceUser() - Method in class org.apache.sling.pipes.internal.PlumberImpl
-
- getServiceUser() - Method in interface org.apache.sling.pipes.Plumber
-
- getStatus() - Method in class org.apache.sling.pipes.internal.PipeMonitor
-
- getStatus() - Method in interface org.apache.sling.pipes.internal.PipeMonitorMBean
-
- getStatus(Resource) - Method in class org.apache.sling.pipes.internal.PlumberImpl
-
- getStatus(Resource) - Method in interface org.apache.sling.pipes.Plumber
-
status of the pipe
- getTime() - Method in interface org.apache.sling.pipes.PipeBindings.JsDate
-
- getTimezoneOffset() - Method in interface org.apache.sling.pipes.PipeBindings.JsDate
-
- getValue(JsonStructure, String) - Method in class org.apache.sling.pipes.internal.inputstream.JsonPipe
-
Returns fetched json value from value path
- GogoCommands - Class in org.apache.sling.pipes.internal
-
- GogoCommands() - Constructor for class org.apache.sling.pipes.internal.GogoCommands
-
- GogoCommands.Options - Class in org.apache.sling.pipes.internal
-
Options for a pipe execution
- GogoCommands.Token - Class in org.apache.sling.pipes.internal
-
Pipe token, used to hold information of a "sub pipe" configuration
- grep(Object...) - Method in class org.apache.sling.pipes.internal.PipeBuilderImpl
-
- grep(Object...) - Method in interface org.apache.sling.pipes.PipeBuilder
-
attach a filter pipe to the current context
- PackagePipe - Class in org.apache.sling.pipes.internal
-
Package pipe, creates or read vault package
- PackagePipe(Plumber, Resource, PipeBindings) - Constructor for class org.apache.sling.pipes.internal.PackagePipe
-
Pipe Constructor
- PARAM_ASYNC - Static variable in class org.apache.sling.pipes.internal.PlumberServlet
-
- PARAM_BINDINGS - Static variable in class org.apache.sling.pipes.internal.PlumberServlet
-
- PARAM_FILE - Static variable in class org.apache.sling.pipes.internal.PlumberServlet
-
- PARAM_PATH - Static variable in class org.apache.sling.pipes.internal.PlumberServlet
-
- PARAM_SIZE - Static variable in class org.apache.sling.pipes.OutputWriter
-
- PARAM_WRITER - Static variable in class org.apache.sling.pipes.OutputWriter
-
- PARAMS - Static variable in class org.apache.sling.pipes.internal.GogoCommands
-
- parent - Variable in class org.apache.sling.pipes.BasePipe
-
- parent() - Method in class org.apache.sling.pipes.internal.PipeBuilderImpl
-
- parent() - Method in interface org.apache.sling.pipes.PipeBuilder
-
attach a sling query parent pipe to the current context
- ParentPipe - Class in org.apache.sling.pipes.internal.slingquery
-
returns sling query parents resources of input resource
- ParentPipe(Plumber, Resource, PipeBindings) - Constructor for class org.apache.sling.pipes.internal.slingquery.ParentPipe
-
- parents(String) - Method in class org.apache.sling.pipes.internal.PipeBuilderImpl
-
- parents(String) - Method in interface org.apache.sling.pipes.PipeBuilder
-
attach a sling query parents pipe to the current context
- ParentsPipe - Class in org.apache.sling.pipes.internal.slingquery
-
returns sling query parents resources of input resource
- ParentsPipe(Plumber, Resource, PipeBindings) - Constructor for class org.apache.sling.pipes.internal.slingquery.ParentsPipe
-
- parse(ResourceResolver, String...) - Method in class org.apache.sling.pipes.internal.GogoCommands
-
- parse(String) - Static method in class org.apache.sling.pipes.internal.JsonUtil
-
- parseArray(String) - Static method in class org.apache.sling.pipes.internal.JsonUtil
-
- parseObject(String) - Static method in class org.apache.sling.pipes.internal.JsonUtil
-
- parseTokens(String...) - Method in class org.apache.sling.pipes.internal.GogoCommands
-
- path(String) - Method in class org.apache.sling.pipes.internal.PipeBuilderImpl
-
- path(String) - Method in interface org.apache.sling.pipes.PipeBuilder
-
set a path configuration to the current pipe in the context
- PATH_BINDING - Static variable in class org.apache.sling.pipes.PipeBindings
-
add ${path.pipeName} binding allowing to retrieve pipeName's current resource path
- PATH_KEY - Static variable in class org.apache.sling.pipes.internal.ACLPipe
-
- PATH_KEY - Static variable in class org.apache.sling.pipes.OutputWriter
-
- PathPipe - Class in org.apache.sling.pipes.internal
-
creates or get given expression's path and returns corresponding resource
this pipe can be configured with the following properties:
nodeType
resource type with which the leaf node of the created path will be created
intermediateType
resource type with which intermediate nodse of the created path will be created
autosave
flag indicating wether this pipe should triggers a commit at the end of the execution
- PathPipe(Plumber, Resource, PipeBindings) - Constructor for class org.apache.sling.pipes.internal.PathPipe
-
- persist(ResourceResolver, Pipe, ExecutionResult, Resource) - Method in class org.apache.sling.pipes.internal.PlumberImpl
-
Persists pipe change if big enough, or ended, and eventually distribute changes
- persistStep(String, String, PipeBuilderImpl.Step) - Method in class org.apache.sling.pipes.internal.PipeBuilderImpl
-
Persist a step at a given path
- pipe(String) - Method in class org.apache.sling.pipes.internal.PipeBuilderImpl
-
- pipe - Variable in class org.apache.sling.pipes.OutputWriter
-
- Pipe - Interface in org.apache.sling.pipes
-
Pipe interface
- pipe(String) - Method in interface org.apache.sling.pipes.PipeBuilder
-
attach a new pipe to the current context
- PipeBindings - Class in org.apache.sling.pipes
-
Execution bindings of a pipe, and all expression related
- PipeBindings(Resource) - Constructor for class org.apache.sling.pipes.PipeBindings
-
public constructor, built from pipe's resource
- PipeBindings.JsDate - Interface in org.apache.sling.pipes
-
interface mapping a javascript date
- PipeBuilder - Interface in org.apache.sling.pipes
-
Builder and Runner of a pipe, based on a fluent API, for script and java usage.
- PipeBuilderImpl - Class in org.apache.sling.pipes.internal
-
Implementation of the PipeBuilder interface
- PipeBuilderImpl(ResourceResolver, Plumber) - Constructor for class org.apache.sling.pipes.internal.PipeBuilderImpl
-
protected constructor (to only allow internal classes to build it out)
- PipeBuilderImpl.Step - Class in org.apache.sling.pipes.internal
-
holds a subpipe set of informations
- PipeExecutor - Annotation Type in org.apache.sling.pipes
-
- PipeModel - Class in org.apache.sling.pipes.models
-
Check for pipes presence under pipes
node of the given resource, and make their output available as pipes
to the script.
- PipeModel(Resource) - Constructor for class org.apache.sling.pipes.models.PipeModel
-
Constructor
- PipeMonitor - Class in org.apache.sling.pipes.internal
-
- PipeMonitor(Plumber, Pipe) - Constructor for class org.apache.sling.pipes.internal.PipeMonitor
-
- PipeMonitorMBean - Interface in org.apache.sling.pipes.internal
-
Mbean for providing pipe related statistics and actions
- PIPES_REPOSITORY_PATH - Static variable in class org.apache.sling.pipes.internal.PipeBuilderImpl
-
- pipeWithExpr(String, String) - Method in class org.apache.sling.pipes.internal.PipeBuilderImpl
-
internal utility to glob pipe configuration & expression configuration
- pkg(String) - Method in class org.apache.sling.pipes.internal.PipeBuilderImpl
-
- pkg(String) - Method in interface org.apache.sling.pipes.PipeBuilder
-
attach a package pipe, in filter collection mode as default
- plumber - Variable in class org.apache.sling.pipes.BasePipe
-
- plumber - Variable in class org.apache.sling.pipes.models.PipeModel
-
- Plumber - Interface in org.apache.sling.pipes
-
Plumber is an osgi service aiming to make pipes available to the sling system, in order to
- PlumberImpl - Class in org.apache.sling.pipes.internal
-
implements plumber interface, registers default pipes, and provides execution facilities
- PlumberImpl() - Constructor for class org.apache.sling.pipes.internal.PlumberImpl
-
- PlumberImpl.Configuration - Annotation Type in org.apache.sling.pipes.internal
-
- PlumberMXBean - Interface in org.apache.sling.pipes
-
- PlumberServlet - Class in org.apache.sling.pipes.internal
-
Servlet executing plumber for a pipe path given as 'path' parameter,
it can also be launched against a container pipe resource directly (no need for path parameter)
- PlumberServlet() - Constructor for class org.apache.sling.pipes.internal.PlumberServlet
-
- PN_ADDITIONALSCRIPTS - Static variable in class org.apache.sling.pipes.PipeBindings
-
- PN_ADDMEMBERS - Static variable in class org.apache.sling.pipes.internal.AuthorizablePipe
-
- PN_ADDTOGROUP - Static variable in class org.apache.sling.pipes.internal.AuthorizablePipe
-
- PN_AFTERHOOK - Static variable in class org.apache.sling.pipes.BasePipe
-
- PN_ALLOW - Static variable in class org.apache.sling.pipes.internal.ACLPipe
-
- PN_ASSEMBLE - Static variable in class org.apache.sling.pipes.internal.PackagePipe
-
- PN_AUTHORIZABLE - Static variable in class org.apache.sling.pipes.internal.ACLPipe
-
- PN_AUTOSAVE - Static variable in class org.apache.sling.pipes.internal.PathPipe
-
- PN_BEFOREHOOK - Static variable in class org.apache.sling.pipes.BasePipe
-
- PN_BINDMEMBERS - Static variable in class org.apache.sling.pipes.internal.AuthorizablePipe
-
- PN_BREADTH - Static variable in class org.apache.sling.pipes.internal.TraversePipe.TraversingIterator
-
- PN_CHECKEXISTENCE - Static variable in class org.apache.sling.pipes.internal.PackagePipe
-
- PN_CREATEGROUP - Static variable in class org.apache.sling.pipes.internal.AuthorizablePipe
-
- PN_DENY - Static variable in class org.apache.sling.pipes.internal.ACLPipe
-
- PN_DEPTH - Static variable in class org.apache.sling.pipes.internal.TraversePipe.TraversingIterator
-
- PN_DISTRIBUTION_AGENT - Static variable in interface org.apache.sling.pipes.Pipe
-
Distribution agent (for distributing output resources)
- PN_EXECUTION_TIMEOUT - Static variable in class org.apache.sling.pipes.internal.ManifoldPipe
-
- PN_EXPR - Static variable in interface org.apache.sling.pipes.Pipe
-
expression of the pipe, usage depends on the pipe implementation
- PN_FILTERCOLLECTIONMODE - Static variable in class org.apache.sling.pipes.internal.PackagePipe
-
- PN_INTERMEDIATE - Static variable in class org.apache.sling.pipes.internal.PathPipe
-
- PN_MONITORED - Static variable in class org.apache.sling.pipes.internal.PlumberImpl
-
- PN_NAME - Static variable in interface org.apache.sling.pipes.Pipe
-
Name of the pipe
- PN_NAMEGLOBS - Static variable in class org.apache.sling.pipes.internal.TraversePipe.TraversingIterator
-
- PN_NOCHILDREN - Static variable in class org.apache.sling.pipes.internal.FilterPipe
-
- PN_NODETYPE - Static variable in class org.apache.sling.pipes.internal.PathPipe
-
- PN_NOT - Static variable in class org.apache.sling.pipes.internal.FilterPipe
-
- PN_NUM_THREADS - Static variable in class org.apache.sling.pipes.internal.ManifoldPipe
-
- PN_OVERWRITE_TARGET - Static variable in class org.apache.sling.pipes.internal.MovePipe
-
- PN_PATH - Static variable in interface org.apache.sling.pipes.Pipe
-
resource's path associated to the path, usage depends on the pipe implementation
- PN_PATTERN - Static variable in class org.apache.sling.pipes.internal.inputstream.RegexpPipe
-
- PN_PROPERTIES - Static variable in class org.apache.sling.pipes.internal.TraversePipe.TraversingIterator
-
- PN_QUEUE_SIZE - Static variable in class org.apache.sling.pipes.internal.ManifoldPipe
-
- PN_RESOURCETYPE - Static variable in class org.apache.sling.pipes.internal.PathPipe
-
- PN_SEPARATOR - Static variable in class org.apache.sling.pipes.internal.inputstream.CsvPipe
-
- PN_SLEEP - Static variable in class org.apache.sling.pipes.SuperPipe
-
Sleep time, in ms, after each resource returned
- PN_STATUS - Static variable in class org.apache.sling.pipes.BasePipe
-
- PN_STATUS_MODIFIED - Static variable in class org.apache.sling.pipes.BasePipe
-
- PN_TEST - Static variable in class org.apache.sling.pipes.internal.FilterPipe
-
- PN_USERNAME - Static variable in class org.apache.sling.pipes.internal.ACLPipe
-
- PN_VALUEPATH - Static variable in class org.apache.sling.pipes.internal.inputstream.JsonPipe
-
property specifying the json path where to fetched the used value
- popCurrentError() - Method in class org.apache.sling.pipes.PipeBindings
-
- PREFIX_FILTER - Static variable in class org.apache.sling.pipes.internal.FilterPipe
-
- PRIVILEGES_JSON_KEY - Static variable in class org.apache.sling.pipes.internal.ACLPipe
-
- PRIVILEGES_KEY - Static variable in class org.apache.sling.pipes.internal.ACLPipe
-
- process(Job) - Method in class org.apache.sling.pipes.internal.PlumberImpl
-
- properties - Variable in class org.apache.sling.pipes.BasePipe
-
- provideAdditionalBindings() - Method in class org.apache.sling.pipes.BasePipe
-
will execute in parallel binding providers if any, and updated Pipe bindings with returned values