public interface LoaderPipe<T> extends Pipe<T>
| Modifier and Type | Field and Description |
|---|---|
static String |
CALLBACK
Bundle key for callbacks handed to Pipe methods.
|
static String |
FILTER
Bundle key for the ReadFilter param
|
static String |
ITEM
Bundle key for the item to be saved
|
static String |
METHOD
Bundle key for the Pipe method which was called
|
static String |
REMOVE_ID
Bundle key for the id of the item to remove
|
static String |
SAVE_ID
Bundle key for the id of the item to save
|
| Modifier and Type | Method and Description |
|---|---|
void |
reset()
Calls reset on all loaders associated with this pipe.
|
void |
setLoaderIds(com.google.common.collect.Multimap<String,Integer> idsForNamedPipes)
Passes in a multimap of ids for the named pipe.
|
getGson, getHandler, getKlass, getRequestBuilder, getResponseParser, getType, getUrl, read, read, readWithFilter, remove, savestatic final String CALLBACK
static final String METHOD
static final String FILTER
static final String ITEM
static final String SAVE_ID
static final String REMOVE_ID
Copyright © 2014 JBoss by Red Hat. All rights reserved.