Package | Description |
---|---|
org.apache.sling.pipes |
Modifier and Type | Method and Description |
---|---|
ExecutionResult |
Plumber.execute(org.apache.sling.api.resource.ResourceResolver resolver,
Pipe pipe,
Map<String,Object> bindings,
OutputWriter writer,
boolean save)
Executes a given pipe
|
ExecutionResult |
Plumber.execute(org.apache.sling.api.resource.ResourceResolver resolver,
String path,
Map<String,Object> bindings,
OutputWriter writer,
boolean save)
Executes a pipe at a certain path
|
ExecutionResult |
CommandExecutor.execute(org.apache.sling.api.resource.ResourceResolver resolver,
String path,
String... options)
internal execution command handler
|
ExecutionResult |
PipeBuilder.run()
builds and run configured pipe
|
ExecutionResult |
PipeBuilder.run(Map<String,Object> bindings)
allow execution of a pipe, with more parameter
|
ExecutionResult |
PipeBuilder.runParallel(int numThreads,
Map<String,Object> bindings)
run referenced pipes in parallel
|
ExecutionResult |
PipeBuilder.runWith(Object... bindings)
allow execution of a pipe, with more parameter
|
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.