Uses of Interface
de.xima.fc.dao.interfaces.IWorkflowTaskDao
- 
Packages that use IWorkflowTaskDao Package Description de.xima.fc.dao de.xima.fc.dao.impl  - 
- 
Uses of IWorkflowTaskDao in de.xima.fc.dao
Fields in de.xima.fc.dao declared as IWorkflowTaskDao Modifier and Type Field Description static IWorkflowTaskDaoDaoProvider. WORKFLOWTASK_DAOThe singleton instance ofIWorkflowTaskDaofor accessing, creating, deleting, and updatingWorkflowTaskentities. - 
Uses of IWorkflowTaskDao in de.xima.fc.dao.impl
Classes in de.xima.fc.dao.impl that implement IWorkflowTaskDao Modifier and Type Class Description classWorkflowTaskDaoThe default implementation ofIWorkflowTaskDaothat can be accessed viaDaoProvider. 
 -