Uses of Interface
de.xima.fc.dao.interfaces.IWorkflowProcessDao
-
Packages that use IWorkflowProcessDao Package Description de.xima.fc.dao de.xima.fc.dao.impl -
-
Uses of IWorkflowProcessDao in de.xima.fc.dao
Fields in de.xima.fc.dao declared as IWorkflowProcessDao Modifier and Type Field Description static 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 IWorkflowProcessDao Modifier and Type Class Description class
WorkflowProcessDao
The default implementation ofIWorkflowProcessDao
that can be accessed viaDaoProvider
.
-