|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResultMessage | |
---|---|
de.knipp.rritoolkit.response |
Uses of ResultMessage in de.knipp.rritoolkit.response |
---|
Fields in de.knipp.rritoolkit.response with type parameters of type ResultMessage | |
---|---|
private java.util.List<ResultMessage> |
Response.resultMessages
additional result messages |
Methods in de.knipp.rritoolkit.response that return types with arguments of type ResultMessage | |
---|---|
static java.util.List<ResultMessage> |
ErrorMapper.filter(java.lang.Iterable<ResultMessage> msgs,
ErrorPattern... patterns)
filter the given result messages that match one of the given patterns |
static java.util.List<ResultMessage> |
ErrorType.filter(Response resp,
ErrorType... codes)
filter those result messages that match one of the given codes |
java.util.List<ResultMessage> |
Response.getResultMessages()
returns a list of list of the supplied result messages |
Methods in de.knipp.rritoolkit.response with parameters of type ResultMessage | |
---|---|
boolean |
ErrorMapper.findMatches(ResultMessage msg,
java.util.Collection<E> result)
test the given result message and add all objects whose related pattern matches to the given collection |
Method parameters in de.knipp.rritoolkit.response with type arguments of type ResultMessage | |
---|---|
static java.util.List<ResultMessage> |
ErrorMapper.filter(java.lang.Iterable<ResultMessage> msgs,
ErrorPattern... patterns)
filter the given result messages that match one of the given patterns |
void |
ErrorMapper.findMatches(java.lang.Iterable<ResultMessage> msgs,
java.util.Collection<E> result)
test the given result messages and add all objects whose related pattern matches to the given list of messages |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |