|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProcessingResult.Failure | |
---|---|
org.kuali.rice.kcb.quartz |
Uses of ProcessingResult.Failure in org.kuali.rice.kcb.quartz |
---|
Methods in org.kuali.rice.kcb.quartz that return types with arguments of type ProcessingResult.Failure | |
---|---|
List<ProcessingResult.Failure<T>> |
ProcessingResult.getFailures()
Returns the list of failures |
Methods in org.kuali.rice.kcb.quartz with parameters of type ProcessingResult.Failure | |
---|---|
void |
ProcessingResult.addFailure(ProcessingResult.Failure<T> o)
Adds a failure |
Method parameters in org.kuali.rice.kcb.quartz with type arguments of type ProcessingResult.Failure | |
---|---|
void |
ProcessingResult.addAllFailures(Collection<ProcessingResult.Failure<T>> c)
Adds a collection of failures |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |