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(Map<String,List<Integer>> idsForNamedPipes)
Passes in a multimap of ids for the named pipe.
|
getHandler, getKlass, getRequestBuilder, getResponseParser, getUrl, read, read, 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 © 2015 JBoss by Red Hat. All rights reserved.