Uses of Interface
de.xima.fc.dao.interfaces.IWorkflowElementDao
- 
Packages that use IWorkflowElementDao Package Description de.xima.fc.dao.impl de.xima.fc.dao.interfaces  - 
- 
Uses of IWorkflowElementDao in de.xima.fc.dao.impl
Classes in de.xima.fc.dao.impl that implement IWorkflowElementDao Modifier and Type Class Description classWorkflowNodeDaoThe default implementation ofIWorkflowNodeDaothat can be accessed viaDaoProvider.classWorkflowTriggerDaoThe default implementation ofIWorkflowTriggerDaothat can be accessed viaDaoProvider. - 
Uses of IWorkflowElementDao in de.xima.fc.dao.interfaces
Subinterfaces of IWorkflowElementDao in de.xima.fc.dao.interfaces Modifier and Type Interface Description interfaceIWorkflowNodeDaoData access object for creating, updating, and deletingWorkflowNodeentities.interfaceIWorkflowTriggerDaoData access object for creating, updating, and deletingWorkflowTriggerentities. 
 -