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