|
BPM Process API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
fuego.lang.DefaultException
fuego.papi.BatchOperationException
fuego.papi.exception.FilterBatchOperationException
public class FilterBatchOperationException
| Constructor Summary | |
|---|---|
FilterBatchOperationException(InstanceInfo[] instances,
Map<String,Throwable> otherExceptions)
Constructs a FilterBatchOperationException. |
|
| Method Summary | |
|---|---|
boolean |
failAllProcesses()
Returns if filter could not be executed over any processes. |
InstanceInfo[] |
getAvailableInstances()
Instances available. |
| Methods inherited from class fuego.papi.BatchOperationException |
|---|
failAll, getAvailableObjects, getMessage, getNotAvailableObjects, getStackTraceString |
| Methods inherited from class fuego.lang.DefaultException |
|---|
getCode, getDetail, getKey, getMessage, getStackTrace, getTechnicalDetail, getUserMessage, hasDetail |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FilterBatchOperationException(InstanceInfo[] instances,
Map<String,Throwable> otherExceptions)
instances - Obtained instances.otherExceptions - Problems over the process where the filter could not be executed.| Method Detail |
|---|
public InstanceInfo[] getAvailableInstances()
public boolean failAllProcesses()
true if filter could not be executed over any processes.
|
BPM Process API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||