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 class
WorkflowNodeDao
The default implementation ofIWorkflowNodeDao
that can be accessed viaDaoProvider
.class
WorkflowTriggerDao
The default implementation ofIWorkflowTriggerDao
that 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 interface
IWorkflowNodeDao
Data access object for creating, updating, and deletingWorkflowNode
entities.interface
IWorkflowTriggerDao
Data access object for creating, updating, and deletingWorkflowTrigger
entities.
-