Uses of Interface
de.xima.fc.com.interfaces.IAPIHandler
- 
Packages that use IAPIHandler Package Description de.xima.fc.com.interfaces Package with default remote interfaces for the communication between master- and frontend-serverde.xima.fc.fs Allgemeine Klassen für den Frontendserverde.xima.fc.fs.server Die Frontendserver-Implementierungde.xima.fc.handler de.xima.fc.handler.entity de.xima.fc.handler.file de.xima.fc.handler.interfaces de.xima.fc.handler.interfaces.entity de.xima.fc.handler.interfaces.file de.xima.fc.handler.interfaces.system de.xima.fc.handler.interfaces.workflow de.xima.fc.handler.system de.xima.fc.handler.workflow de.xima.fc.ms  - 
- 
Uses of IAPIHandler in de.xima.fc.com.interfaces
Methods in de.xima.fc.com.interfaces with type parameters of type IAPIHandler Modifier and Type Method Description <T extends IAPIHandler>
TIFSClient. getHandler(Class<T> handlerInterface)Gets the remote instance of the given handler-interface - 
Uses of IAPIHandler in de.xima.fc.fs
Methods in de.xima.fc.fs with type parameters of type IAPIHandler Modifier and Type Method Description <T extends IAPIHandler>
TFSClientImpl. getHandler(Class<T> handlerInterface) - 
Uses of IAPIHandler in de.xima.fc.fs.server
Methods in de.xima.fc.fs.server with type parameters of type IAPIHandler Modifier and Type Method Description <T extends IAPIHandler>
TFSHandlerProvider. getHandler(Class<T> handlerInterface) - 
Uses of IAPIHandler in de.xima.fc.handler
Classes in de.xima.fc.handler that implement IAPIHandler Modifier and Type Class Description classAMSApiHandler - 
Uses of IAPIHandler in de.xima.fc.handler.entity
Classes in de.xima.fc.handler.entity that implement IAPIHandler Modifier and Type Class Description classAktionHandlerclassAppointmentHandlerHandler implementation for reading and writingAppointmententities.classAppointmentSlotHandlerHandler implementation for reading and writingAppointmentTemplateentities.classAppointmentTemplateHandlerHandler implementation for reading and writingAppointmentTemplateentities.classAppointmentTypeHandlerHandler implementation for reading and writingAppointmentTypeentities.classAttachmentHandlerThe Class AttachmentHandler.classBenutzerGruppeHandlerThe Class BenutzerHandler.classBenutzerHandlerThe Class BenutzerHandler.classClientCounterHandlerDefault implementation ofIClientCounterHandlerclassDatenbankzugriffHandlerclassDatenquelleHandlerThe Class DataStoreHandler.classEntityberechtigungHandlerclassFormEingangHandlerThe Class FormEingangHandler.classFormElementHandlerThe Class FormElementHandler.classFormVersionHandlerThe Class FormVersionHandler.classFrontendServerHandlerThe Class FrontendServerHandler.classGenericHandlerThe Class GenericHandler.classLDAPAbfrageHandlerclassLDAPGruppeHandlerclassLDAPZugriffHandlerclassLicenseFileHandlerclassMandantFrontendServerHandlerclassMandantHandlerclassMandantLdapDataHandlerclassMandantMailDataHandlerclassMandantRessourceHandlerclassModulHandlerclassPostfachHandlerThe Class PostfachHandler.classProjectDOIDataHandlerclassProjectIdentityCheckDataHandlerclassProjektHandlerThe Class ProjektHandler.classProjektRessourceHandlerclassProjektZaehlerDatenHandlerclassProjektZaehlerHandlerclassProtokollHandlerThe Class ProtokollHandler.classRolleHandlerclassStatusHandlerThe Class StatusHandler.classSystemPropertyHandlerclassTextbausteinHandlerThe Class TextbausteinHandler.classVorgangHandlerThe Class VorgangHandler.classWorkflowNodeHandlerHandler implementation for reading and writingWorkflowNodeentities.classWorkflowStateHandlerHandler implementation for reading and writingWorkflowStateentities.classWorkflowTaskHandlerHandler implementation for reading and writingWorkflowTaskentities.classWorkflowTriggerHandlerHandler implementation for reading and writingWorkflowTriggerentities.classWorkflowVersionHandlerHandler implementation for reading and writingWorkflowVersionentities. - 
Uses of IAPIHandler in de.xima.fc.handler.file
Classes in de.xima.fc.handler.file that implement IAPIHandler Modifier and Type Class Description classFileHandlerThe Class FileHandler. - 
Uses of IAPIHandler in de.xima.fc.handler.interfaces
Fields in de.xima.fc.handler.interfaces with type parameters of type IAPIHandler Modifier and Type Field Description protected static ConcurrentHashMap<String,IAPIHandler>AHandlerProvider. HANDLERMAPMethods in de.xima.fc.handler.interfaces with type parameters of type IAPIHandler Modifier and Type Method Description abstract <T extends IAPIHandler>
TAHandlerProvider. getHandler(Class<T> handlerInterface)<T extends IAPIHandler>
TIHandlerProvider. getHandler(Class<T> handlerInterface)Methods in de.xima.fc.handler.interfaces that return types with arguments of type IAPIHandler Modifier and Type Method Description Map<String,IAPIHandler>AHandlerProvider. getHandlerMap()Map<String,IAPIHandler>IHandlerProvider. getHandlerMap()Methods in de.xima.fc.handler.interfaces with parameters of type IAPIHandler Modifier and Type Method Description voidAHandlerProvider. registerHandler(IAPIHandler handler)voidIHandlerProvider. registerHandler(IAPIHandler handler)voidAHandlerProvider. releaseHandler(IAPIHandler handler)voidIHandlerProvider. releaseHandler(IAPIHandler handler)Removes a handler previously registered byIHandlerProvider.registerHandler(IAPIHandler). - 
Uses of IAPIHandler in de.xima.fc.handler.interfaces.entity
 - 
Uses of IAPIHandler in de.xima.fc.handler.interfaces.file
Subinterfaces of IAPIHandler in de.xima.fc.handler.interfaces.file Modifier and Type Interface Description interfaceIFileHandler - 
Uses of IAPIHandler in de.xima.fc.handler.interfaces.system
Subinterfaces of IAPIHandler in de.xima.fc.handler.interfaces.system Modifier and Type Interface Description interfaceIAuthenticationHandlerinterfaceIBeanHandlerinterfaceIFormHandlerinterfaceIFSConnectionHandlerThe Class FSConnectionHandler.interfaceIGenericCacheHandlerinterfaceILicenseHandlerinterfaceIMailHandlerinterfaceIPlaceholderHandlerinterfaceIPluginHandlerinterfaceISetupHandlerinterfaceIStatisticsHandlerinterfaceISystemHandlerinterfaceIXfcSessionHandler - 
Uses of IAPIHandler in de.xima.fc.handler.interfaces.workflow
Subinterfaces of IAPIHandler in de.xima.fc.handler.interfaces.workflow Modifier and Type Interface Description interfaceIFormDataHandlerinterfaceIWorkflowHandlerAPI Handler for interacting and initializing the workflow for a form record. - 
Uses of IAPIHandler in de.xima.fc.handler.system
Classes in de.xima.fc.handler.system that implement IAPIHandler Modifier and Type Class Description classAuthenticationHandlerclassBeanHandlerclassFormHandlerclassFSConnectionHandlerThe Class FSConnectionHandler.classGenericCacheHandlerclassLicenseHandlerclassMailHandlerThe Class MailHandler.classPlaceholderHandlerThe Class PlaceholderHandler.classPluginHandlerclassSetupHandlerThe Class SetupHandler.classStatisticsHandlerclassSystemHandlerclassXfcSessionHandler - 
Uses of IAPIHandler in de.xima.fc.handler.workflow
Classes in de.xima.fc.handler.workflow that implement IAPIHandler Modifier and Type Class Description classFormDataHandlerThe Class FormDataHandler.classWorkflowHandlerMethods for initiating the workflow for a given form record. - 
Uses of IAPIHandler in de.xima.fc.ms
Methods in de.xima.fc.ms with type parameters of type IAPIHandler Modifier and Type Method Description <T extends IAPIHandler>
TMSHandlerProvider. getHandler(Class<T> handlerInterface) 
 -