- generateUniquePath() - Method in interface org.apache.sling.pipes.Plumber
-
- get(Object) - Method in class org.apache.sling.pipes.internal.bindings.ConfigurationMap
-
- 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 interface org.apache.sling.pipes.Plumber
-
Extract pipe bindings from the request
- getComputedPath() - Method in class org.apache.sling.pipes.BasePipe
-
- getConfiguration() - Method in class org.apache.sling.pipes.BasePipe
-
Get configuration node
- getContextAwareConfigurationMap(Resource) - Method in interface org.apache.sling.pipes.Plumber
-
- 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 F binding
- getExpr() - Method in class org.apache.sling.pipes.BasePipe
-
Get pipe's expression, instanciated or not
- 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
- getName() - Method in class org.apache.sling.pipes.BasePipe
-
- getName() - Method in interface org.apache.sling.pipes.Pipe
-
Return the name of that pipe
- 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 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
- getPipe() - Method in class org.apache.sling.pipes.BindingProvider
-
- 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
-
- 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
-
- getReferencedResource(Resource, String) - Method in interface org.apache.sling.pipes.Plumber
-
- 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 interface org.apache.sling.pipes.Plumber
-
- getStatus(Resource) - Method in interface org.apache.sling.pipes.Plumber
-
status of the pipe
- getValue(JsonStructure, String) - Method in class org.apache.sling.pipes.internal.inputstream.JsonPipe
-
Returns fetched json value from value path
- grep(Object...) - Method in interface org.apache.sling.pipes.PipeBuilder
-
attach a filter pipe to the current context
- PARAM_SIZE - Static variable in class org.apache.sling.pipes.OutputWriter
-
- PARAM_WRITER - Static variable in class org.apache.sling.pipes.OutputWriter
-
- parent - Variable in class org.apache.sling.pipes.BasePipe
-
- 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 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 interface org.apache.sling.pipes.CommandExecutor
-
- parse(String) - Method in class org.apache.sling.pipes.internal.bindings.JxltEngine
-
- 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.OutputWriter
-
- 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(Plumber, Resource) - Constructor for class org.apache.sling.pipes.PipeBindings
-
- PipeBindings(Resource) - Constructor for class org.apache.sling.pipes.PipeBindings
-
public constructor, built from pipe's resource
- PipeBindings(Resource, boolean) - Constructor for class org.apache.sling.pipes.PipeBindings
-
public constructor, built from pipe's resource
- PipeBuilder - Interface in org.apache.sling.pipes
-
Builder and Runner of a pipe, based on a fluent API, for script and java usage.
- 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
- 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
- PlumberMXBean - Interface in org.apache.sling.pipes
-
- PN_ADDITIONALSCRIPTS - Static variable in class org.apache.sling.pipes.PipeBindings
-
- PN_AFTERHOOK - Static variable in class org.apache.sling.pipes.BasePipe
-
- PN_BEFOREHOOK - Static variable in class org.apache.sling.pipes.BasePipe
-
- PN_DISTRIBUTION_AGENT - Static variable in interface org.apache.sling.pipes.Pipe
-
Distribution agent (for distributing output resources)
- PN_ENGINE - Static variable in class org.apache.sling.pipes.PipeBindings
-
- PN_EXPR - Static variable in interface org.apache.sling.pipes.Pipe
-
expression of the pipe, usage depends on the pipe implementation
- PN_NAME - Static variable in interface org.apache.sling.pipes.Pipe
-
Name of the pipe
- 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_RAW - Static variable in class org.apache.sling.pipes.internal.inputstream.JsonPipe
-
property specifying wether we should bind the computed json as a whole, or loop over it (not set or raw=false)
- 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_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
-
- 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
- put(String, Object) - Method in class org.apache.sling.pipes.internal.bindings.ConfigurationMap
-
- putAll(Map<? extends String, ? extends Object>) - Method in class org.apache.sling.pipes.internal.bindings.ConfigurationMap
-