Uses of Interface
de.xima.fc.dao.interfaces.IWorkflowElementDao
Packages that use IWorkflowElementDao
-
Uses of IWorkflowElementDao in de.xima.fc.dao.impl
Classes in de.xima.fc.dao.impl that implement IWorkflowElementDaoModifier and TypeClassDescriptionclass
The default implementation ofIWorkflowNodeDao
that can be accessed viaDaoProvider
.class
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.interfacesModifier and TypeInterfaceDescriptioninterface
Data access object for creating, updating, and deletingWorkflowNode
entities.interface
Data access object for creating, updating, and deletingWorkflowTrigger
entities.