Uses of Class
org.apache.sling.pipes.ExecutionResult
-
Packages that use ExecutionResult Package Description org.apache.sling.pipes -
-
Uses of ExecutionResult in org.apache.sling.pipes
Methods in org.apache.sling.pipes that return ExecutionResult Modifier and Type Method Description ExecutionResultCommandExecutor. execute(org.apache.sling.api.resource.ResourceResolver resolver, String path, String... options)internal execution command handlerExecutionResultPlumber. execute(org.apache.sling.api.resource.ResourceResolver resolver, String path, Map<String,Object> bindings, OutputWriter writer, boolean save)Executes a pipe at a certain pathExecutionResultPlumber. execute(org.apache.sling.api.resource.ResourceResolver resolver, Pipe pipe, Map<String,Object> bindings, OutputWriter writer, boolean save)Executes a given pipeExecutionResultPipeBuilder. run()builds and run configured pipeExecutionResultPipeBuilder. run(Map<String,Object> bindings)allow execution of a pipe, with more parameterExecutionResultPipeBuilder. runParallel(int numThreads, Map<String,Object> bindings)run referenced pipes in parallelExecutionResultPipeBuilder. runWith(Object... bindings)allow execution of a pipe, with more parameter
-