Package | Description |
---|---|
de.knipp.rritoolkit.message | |
de.knipp.rritoolkit.response |
Modifier and Type | Field and Description |
---|---|
private java.util.List<ResultMessage> |
DeleteMessageBase.results
list of results
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ResultMessage> |
DeleteMessageBase.getResults()
return the results containing the reason(s)
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<ResultMessage> |
Response.resultMessages
additional result messages
|
Modifier and Type | Method and Description |
---|---|
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... types)
filter those result messages that match one of the given types
|
java.util.List<ResultMessage> |
Response.getResultMessages()
return a list of list of the supplied result messages
|
Modifier and Type | Method and Description |
---|---|
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
|
boolean |
ErrorType.matches(ResultMessage msg)
return whether this error type matches the message
|
static ErrorType |
ErrorType.test(ResultMessage msg,
ErrorType... types)
test whether any of the given error types occur in the response.
|
Modifier and Type | Method and Description |
---|---|
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
|
Copyright © 2005-2013 Knipp Medien und Kommunikation GmbH