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
|
Constructor and Description |
---|
ExecutionResult(OutputWriter writer)
Constructor
|
Modifier and Type | Class and Description |
---|---|
class |
CsvWriter |
class |
JsonWriter
default output writer, that outputs JSON with size and output resources' path
|
class |
NopWriter |
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) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.