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 IWorkflowTaskDao
DaoProvider. WORKFLOWTASK_DAO
The singleton instance ofIWorkflowTaskDao
for accessing, creating, deleting, and updatingWorkflowTask
entities. -
Uses of IWorkflowTaskDao in de.xima.fc.dao.impl
Classes in de.xima.fc.dao.impl that implement IWorkflowTaskDao Modifier and Type Class Description class
WorkflowTaskDao
The default implementation ofIWorkflowTaskDao
that can be accessed viaDaoProvider
.
-