Uses of Interface
de.xima.fc.handler.interfaces.entity.IGenericHandler
-
-
Uses of IGenericHandler in de.xima.fc.handler.entity
Classes in de.xima.fc.handler.entity that implement IGenericHandler Modifier and Type Class Description class
AktionHandler
class
AppointmentHandler
Handler implementation for reading and writingAppointment
entities.class
AppointmentSlotHandler
Handler implementation for reading and writingAppointmentTemplate
entities.class
AppointmentTemplateHandler
Handler implementation for reading and writingAppointmentTemplate
entities.class
AppointmentTypeHandler
Handler implementation for reading and writingAppointmentType
entities.class
AttachmentHandler
The Class AttachmentHandler.class
BenutzerGruppeHandler
The Class BenutzerHandler.class
BenutzerHandler
The Class BenutzerHandler.class
ClientCounterHandler
Default implementation ofIClientCounterHandler
class
DatenbankzugriffHandler
class
DatenquelleHandler
The Class DataStoreHandler.class
EntityberechtigungHandler
class
FormEingangHandler
The Class FormEingangHandler.class
FormElementHandler
The Class FormElementHandler.class
FormVersionHandler
The Class FormVersionHandler.class
FrontendServerHandler
The Class FrontendServerHandler.class
GenericHandler
The Class GenericHandler.class
LDAPAbfrageHandler
class
LDAPGruppeHandler
class
LDAPZugriffHandler
class
LicenseFileHandler
class
MandantFrontendServerHandler
class
MandantHandler
class
MandantLdapDataHandler
class
MandantMailDataHandler
class
MandantRessourceHandler
class
ModulHandler
class
PostfachHandler
The Class PostfachHandler.class
ProjectDOIDataHandler
class
ProjectIdentityCheckDataHandler
class
ProjektHandler
The Class ProjektHandler.class
ProjektRessourceHandler
class
ProjektZaehlerDatenHandler
class
ProjektZaehlerHandler
class
RolleHandler
class
SystemPropertyHandler
class
TextbausteinHandler
The Class TextbausteinHandler.class
VorgangHandler
The Class VorgangHandler.class
WorkflowNodeHandler
Handler implementation for reading and writingWorkflowNode
entities.class
WorkflowStateHandler
Handler implementation for reading and writingWorkflowState
entities.class
WorkflowTaskHandler
Handler implementation for reading and writingWorkflowTask
entities.class
WorkflowTriggerHandler
Handler implementation for reading and writingWorkflowTrigger
entities.class
WorkflowVersionHandler
Handler implementation for reading and writingWorkflowVersion
entities. -
Uses of IGenericHandler in de.xima.fc.handler.file
Classes in de.xima.fc.handler.file that implement IGenericHandler Modifier and Type Class Description class
FileHandler
The Class FileHandler. -
Uses of IGenericHandler in de.xima.fc.handler.interfaces
Methods in de.xima.fc.handler.interfaces that return IGenericHandler Modifier and Type Method Description IGenericHandler
AHandlerProvider. getGenericHandler()
IGenericHandler
IHandlerProvider. getGenericHandler()
-
Uses of IGenericHandler in de.xima.fc.handler.interfaces.entity
-
Uses of IGenericHandler in de.xima.fc.handler.interfaces.file
Subinterfaces of IGenericHandler in de.xima.fc.handler.interfaces.file Modifier and Type Interface Description interface
IFileHandler
-
Uses of IGenericHandler in de.xima.fc.handler.interfaces.system
Subinterfaces of IGenericHandler in de.xima.fc.handler.interfaces.system Modifier and Type Interface Description interface
ILicenseHandler
-
Uses of IGenericHandler in de.xima.fc.handler.interfaces.workflow
Subinterfaces of IGenericHandler in de.xima.fc.handler.interfaces.workflow Modifier and Type Interface Description interface
IWorkflowHandler
API Handler for interacting and initializing the workflow for a form record. -
Uses of IGenericHandler in de.xima.fc.handler.system
Classes in de.xima.fc.handler.system that implement IGenericHandler Modifier and Type Class Description class
LicenseHandler
-
Uses of IGenericHandler in de.xima.fc.handler.workflow
Classes in de.xima.fc.handler.workflow that implement IGenericHandler Modifier and Type Class Description class
WorkflowHandler
Methods for initiating the workflow for a given form record.
-