Uses of Interface
de.xima.fc.dao.interfaces.IWorkflowProcessDao
Packages that use IWorkflowProcessDao
-
Uses of IWorkflowProcessDao in de.xima.fc.dao
Fields in de.xima.fc.dao declared as IWorkflowProcessDaoModifier and TypeFieldDescriptionstatic final IWorkflowProcessDao
DaoProvider.WORKFLOWPROCESS_DAO
The singleton instance ofIWorkflowProcessDao
for accessing, creating, deleting, and updatingWorkflowProcess
entities. -
Uses of IWorkflowProcessDao in de.xima.fc.dao.impl
Classes in de.xima.fc.dao.impl that implement IWorkflowProcessDaoModifier and TypeClassDescriptionclass
The default implementation ofIWorkflowProcessDao
that can be accessed viaDaoProvider
.