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 class
AMSApiHandler
-
Uses of IAPIHandler in de.xima.fc.handler.entity
Classes in de.xima.fc.handler.entity that implement IAPIHandler Modifier and Type Class Description class
AktionHandler
Deprecated.This is part of the old workflow engine, use the new workflow engine, e.g.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
Deprecated.TheBenutzer
has been replaced byUserProfile
.class
ClientAuthenticatorHandler
Handler implementation for reading and writingClientAuthenticator
entities.class
ClientCounterHandler
Default implementation ofIClientCounterHandler
class
DatenbankzugriffHandler
class
DatenquelleHandler
The Class DataStoreHandler.class
DirectClientAuthorizationHandler
Handler implementation for reading and writingDirectClientAuthorization
entities.class
EntityberechtigungHandler
Deprecated.Entity does not exist anymore.class
FormEingangHandler
The Class FormEingangHandler.class
FormElementHandler
The Class FormElementHandler.class
FormRecordChatHandler
Handler implementation for reading and writingFormRecordChat
entities.class
FormRecordMessageHandler
Handler implementation for reading and writingFormRecordMessage
entities.class
FormRecordSubmissionHandler
Handler implementation for reading and writingFormRecordSubmission
entities.class
FormVersionHandler
The Class FormVersionHandler.class
FrontendServerHandler
The Class FrontendServerHandler.class
GenericHandler
The Class GenericHandler.class
IndirectClientAuthorizationHandler
Handler implementation for reading and writingIndirectClientAuthorization
entities.class
LDAPAbfrageHandler
class
LDAPGruppeHandler
class
LDAPZugriffHandler
class
LicenseFileHandler
class
MandantFrontendServerHandler
class
MandantHandler
class
MandantLdapDataHandler
Deprecated.since version 8.0.0 UseLDAPZugriff
for client scoped LDAP connections instead.class
MandantMailDataHandler
class
MandantRessourceHandler
class
ModulHandler
Deprecated.Table no longer existsclass
PostfachHandler
The Class PostfachHandler.class
ProjectDOIDataHandler
class
ProjectIdentityCheckDataHandler
class
ProjectPortalDataHandler
Handler implementation for reading and writingProjectPortalData
entities.class
ProjektHandler
The Class ProjektHandler.class
ProjektRessourceHandler
class
ProjektZaehlerDatenHandler
class
ProjektZaehlerHandler
class
ProtokollHandler
The Class ProtokollHandler.class
RolleHandler
class
StatusHandler
Deprecated.since 7.0.0class
SystemAuthenticatorHandler
Handler implementation for reading and writingSystemAuthenticator
entities.class
SystemPropertyHandler
class
TextbausteinHandler
The Class TextbausteinHandler.class
UserCredentialsHandler
Handler implementation for reading and writingUserCredentials
entities.class
UserEmailHandler
Handler implementation for reading and writingUserEmail
entities.class
UserIdentityHandler
Handler implementation for reading and writingUserIdentity
entities.class
UserPortalAuthConfigHandler
Handler implementation for reading and writingUserPortalAuthConfig
entities.class
UserPortalHandler
Handler implementation for reading and writingUserPortal
entities.class
UserProfileHandler
Handler implementation for reading and writingUserProfile
entities.class
UserProfileMfaHandler
Handler implementation for reading and writingUserProfileMfa
entities.class
UserTokenHandler
class
VorgangHandler
The Class VorgangHandler.class
WebDavAccessHandler
Handler implementation for reading and writingWebDavAccess
entities.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 IAPIHandler in de.xima.fc.handler.file
Classes in de.xima.fc.handler.file that implement IAPIHandler Modifier and Type Class Description class
FileHandler
The 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. HANDLERMAP
Methods 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 void
AHandlerProvider. registerHandler(IAPIHandler handler)
void
IHandlerProvider. registerHandler(IAPIHandler handler)
void
AHandlerProvider. releaseHandler(IAPIHandler handler)
void
IHandlerProvider. 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 interface
IFileHandler
-
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 interface
IAuthenticationHandler
interface
IBeanHandler
interface
IEventHandler
Common interface for API event handlers.interface
IFormHandler
interface
IFSConnectionHandler
The Class FSConnectionHandler.interface
IGenericCacheHandler
interface
ILicenseHandler
interface
IMailHandler
interface
IMsPropertiesHandler
Common interface for the handler for accessing properties of the master server properties files.interface
IPlaceholderHandler
interface
IPluginHandler
interface
ISetupHandler
interface
IStatisticsHandler
interface
ISystemHandler
interface
IXfcSessionHandler
Deprecated. -
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 interface
IFormDataHandler
interface
IWorkflowHandler
API 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 class
AuthenticationHandler
class
BeanHandler
class
EventHandler
Event handler responsible for delegating events posted over the API.class
FormHandler
class
FSConnectionHandler
The Class FSConnectionHandler.class
GenericCacheHandler
class
LicenseHandler
class
MailHandler
The Class MailHandler.class
MsPropertiesHandler
Default implementation of theIMsPropertiesHandler
interface.class
PlaceholderHandler
The Class PlaceholderHandler.class
PluginHandler
class
SetupHandler
The Class SetupHandler.class
StatisticsHandler
class
SystemHandler
class
XfcSessionHandler
Deprecated. -
Uses of IAPIHandler in de.xima.fc.handler.workflow
Classes in de.xima.fc.handler.workflow that implement IAPIHandler Modifier and Type Class Description class
FormDataHandler
The Class FormDataHandler.class
WorkflowHandler
Methods 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)
-