| Modifier and Type | Method and Description |
|---|---|
Pipe |
Pipeline.get(String name)
Look up for a pipe object.
|
Pipe |
Pipeline.pipe(Class klass) |
Pipe |
Pipeline.pipe(Class klass,
PipeConfig config) |
Pipe |
Pipeline.remove(String name)
Removes a pipe from the Pipeline object
|
| Modifier and Type | Class and Description |
|---|---|
class |
LoaderAdapter<T>
This class wraps a Pipe in an asynchronous Loader.
|
class |
RestAdapter<T>
Rest implementation of
Pipe. |
class |
SupportLoaderAdapter<T>
This class wraps a Pipe in an asynchronous Loader.
|
| Modifier and Type | Method and Description |
|---|---|
<T> Pipe<T> |
DefaultPipeFactory.createPipe(Class<T> klass,
PipeConfig config) |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
RestRunner.onRead(Pipe<T> requestingPipe) |
List<T> |
RestRunner.onReadWithFilter(ReadFilter filter,
Pipe<T> requestingPipe) |
| Constructor and Description |
|---|
LoaderAdapter(android.app.Activity activity,
Pipe<T> pipe,
com.google.gson.Gson gson,
String name) |
LoaderAdapter(android.app.Fragment fragment,
android.content.Context applicationContext,
Pipe<T> pipe,
com.google.gson.Gson gson,
String name) |
SupportLoaderAdapter(android.support.v4.app.FragmentActivity activity,
Pipe<T> pipe,
com.google.gson.Gson gson,
String name) |
SupportLoaderAdapter(android.support.v4.app.Fragment fragment,
android.content.Context applicationContext,
Pipe<T> pipe,
com.google.gson.Gson gson,
String name) |
| Constructor and Description |
|---|
ReadLoader(android.content.Context context,
Callback<List<T>> callback,
PipeHandler<T> runner,
ReadFilter filter,
Pipe<T> pipe) |
| Constructor and Description |
|---|
SupportReadLoader(android.content.Context context,
Callback<List<T>> callback,
PipeHandler<T> runner,
ReadFilter filter,
Pipe<T> pipe) |
| Constructor and Description |
|---|
WrappingPagedList(Pipe<T> pipe,
List<T> data,
ReadFilter nextFilter,
ReadFilter previousFilter) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LoaderPipe<T>
Sometimes a Pipe will actually be wrapped in a Loader.
|
| Modifier and Type | Method and Description |
|---|---|
<T> Pipe<T> |
PipeFactory.createPipe(Class<T> klass,
PipeConfig config) |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
PipeHandler.onRead(Pipe<T> requestingPipe)
This method is called after a call to read.
|
List<T> |
PipeHandler.onReadWithFilter(ReadFilter filter,
Pipe<T> requestingPipe) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.