Uses of Interface
de.xima.fc.dao.interfaces.IWorkflowTaskDao
Packages that use IWorkflowTaskDao
-
Uses of IWorkflowTaskDao in de.xima.fc.dao
Fields in de.xima.fc.dao declared as IWorkflowTaskDaoModifier and TypeFieldDescriptionstatic final 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 IWorkflowTaskDaoModifier and TypeClassDescriptionclass
The default implementation ofIWorkflowTaskDao
that can be accessed viaDaoProvider
.