Package | Description |
---|---|
org.apache.sling.pipes | |
org.apache.sling.pipes.internal |
Modifier and Type | Method and Description |
---|---|
ExecutionResult |
Plumber.execute(org.apache.sling.api.resource.ResourceResolver resolver,
Pipe pipe,
Map bindings,
OutputWriter writer,
boolean save)
Executes a given pipe
|
ExecutionResult |
Plumber.execute(org.apache.sling.api.resource.ResourceResolver resolver,
String path,
Map bindings,
OutputWriter writer,
boolean save)
Executes a pipe at a certain path
|
ExecutionResult |
PipeBuilder.run()
builds and run configured pipe
|
ExecutionResult |
PipeBuilder.run(Map bindings)
allow execution of a pipe, with more parameter
|
ExecutionResult |
PipeBuilder.runParallel(int numThreads,
Map bindings)
run referenced pipes in parallel
|
ExecutionResult |
PipeBuilder.runWith(Object... bindings)
allow execution of a pipe, with more parameter
|
Modifier and Type | Method and Description |
---|---|
ExecutionResult |
PlumberImpl.execute(org.apache.sling.api.resource.ResourceResolver resolver,
Pipe pipe,
Map additionalBindings,
OutputWriter writer,
boolean save) |
ExecutionResult |
PlumberImpl.execute(org.apache.sling.api.resource.ResourceResolver resolver,
String path,
Map additionalBindings,
OutputWriter writer,
boolean save) |
protected ExecutionResult |
GogoCommands.executeInternal(org.apache.sling.api.resource.ResourceResolver resolver,
String path,
String... optionTokens)
internal execution command handler
|
ExecutionResult |
PipeBuilderImpl.run() |
ExecutionResult |
PipeBuilderImpl.run(Map bindings) |
ExecutionResult |
PipeBuilderImpl.runParallel(int numThreads,
Map additionalBindings) |
ExecutionResult |
PipeBuilderImpl.runWith(Object... bindings) |
Modifier and Type | Method and Description |
---|---|
protected void |
PlumberImpl.checkError(Pipe pipe,
ExecutionResult result)
check if current state contains error, and record it
|
protected void |
PlumberImpl.persist(org.apache.sling.api.resource.ResourceResolver resolver,
Pipe pipe,
ExecutionResult result,
org.apache.sling.api.resource.Resource currentResource)
Persists pipe change if big enough, or ended, and eventually distribute changes
|
void |
PipeMonitor.setLastResult(ExecutionResult result) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.