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