|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.ode.bpel.memdao.ProcessManagementDaoImpl
public class ProcessManagementDaoImpl
| Constructor Summary | |
|---|---|
ProcessManagementDaoImpl()
|
|
| Method Summary | |
|---|---|
java.lang.Object[] |
findFailedCountAndLastFailedDateForProcessId(BpelDAOConnection conn,
java.lang.String status,
java.lang.String processId)
Finds process instances that have failures on a given process id, and, returns the number of failed instances and the last failed date in an object array. |
java.util.Date |
getCreateTime()
|
void |
prefetchActivityFailureCounts(java.util.Collection<ProcessInstanceDAO> instances)
Prefetches the counts of activity failures for the given instances and sets the values to the _activityFailureCount member variable of the ProcesInstanceDAOImpl. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProcessManagementDaoImpl()
| Method Detail |
|---|
public java.lang.Object[] findFailedCountAndLastFailedDateForProcessId(BpelDAOConnection conn,
java.lang.String status,
java.lang.String processId)
ProcessManagementDAO
findFailedCountAndLastFailedDateForProcessId in interface ProcessManagementDAOconn - BpelDAOConnectionstatus - the status string, e.g. "active"processId - the string representation of the QName of the process
public void prefetchActivityFailureCounts(java.util.Collection<ProcessInstanceDAO> instances)
ProcessManagementDAO
prefetchActivityFailureCounts in interface ProcessManagementDAOinstances - a collection of process instancespublic java.util.Date getCreateTime()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||