Uses of Interface
de.xima.fc.interfaces.INamedUiElement
-
-
Uses of INamedUiElement in de.xima.fc.appointment
Classes in de.xima.fc.appointment that implement INamedUiElement Modifier and Type Class Description class
EAppointmentBookingError
An enumeration of the possible errors that may occur when booking an appointment.class
EAppointmentIcalError
An enumeration with the possible errors that may occur when creating an iCal file with the existingAppointment
s of anAppointmentTemplate
. -
Uses of INamedUiElement in de.xima.fc.bl.fdv.processing
Classes in de.xima.fc.bl.fdv.processing that implement INamedUiElement Modifier and Type Class Description class
AParameterVerarbeitung
Deprecated.This is part of the old workflow engine.class
AVerarbeitung
Deprecated.This is part of the old workflow engine.class
ProcessingWrapper
Deprecated.This is part of the old workflow engine.class
VerarbeitungCallback
Deprecated.class
VerarbeitungChangeStatus
Deprecated.This is part of the old workflow engine.class
VerarbeitungCompressAsZip
Deprecated.This is part of the old workflow engine.class
VerarbeitungCopyToPostfach
Deprecated.This is part of the old workflow engine.class
VerarbeitungCopyToStatus
Deprecated.This is part of the old workflow engine.class
VerarbeitungDbSQLQuery
Deprecated.This is part of the old workflow engine.class
VerarbeitungDeleteVorgang
Deprecated.This is part of the old workflow engine.class
VerarbeitungEmail
Deprecated.This is part of the old workflow engine.class
VerarbeitungExport
Deprecated.This is part of the old workflow engine.class
VerarbeitungExportPersistence
Deprecated.This is part of the old workflow engine.class
VerarbeitungExterneRessource
Deprecated.This is part of the old workflow engine.class
VerarbeitungInbox
Deprecated.This action is not necessary anymore.class
VerarbeitungMoveToPostfach
Deprecated.This is part of the old workflow engine.class
VerarbeitungPdf
Deprecated.This is part of the old workflow engine.class
VerarbeitungPlugin
Deprecated.This is part of the old workflow engine.class
VerarbeitungPost
Deprecated.This is part of the old workflow engine.class
VerarbeitungRenewProzessID
Deprecated.This is part of the old workflow engine.class
VerarbeitungReturnFile
Deprecated.This is part of the old workflow engine.class
VerarbeitungSaveToFilesystem
Deprecated.This is part of the old workflow engine.class
VerarbeitungSendToSalesforce
Deprecated.This is part of the old workflow engine.class
VerarbeitungStop
Deprecated.This is part of the old workflow engine.class
VerarbeitungTemplate
Deprecated.This is part of the old workflow engine.class
VerarbeitungUpload
Deprecated.This action is not necessary anymore.class
VerarbeitungWeiterleitung
Deprecated.This is part of the old workflow engine.class
VerarbeitungWord
Deprecated.This is part of the old workflow engine.class
VerarbeitungWriteToFile
Deprecated.This is part of the old workflow engine.class
VerarbeitungWriteToForm
Deprecated.This is part of the old workflow engine.class
VerarbeitungXmlToFd
Deprecated.This is part of the old workflow engine. -
Uses of INamedUiElement in de.xima.fc.cluster.model
Classes in de.xima.fc.cluster.model that implement INamedUiElement Modifier and Type Class Description class
ENodeState
Enumeration describing the possible states of a node in the cluster.class
ENodeType
Enumeration of the possible modes of a node, i.e. -
Uses of INamedUiElement in de.xima.fc.e2e.containerplugin.plugin
Classes in de.xima.fc.e2e.containerplugin.plugin that implement INamedUiElement Modifier and Type Class Description class
EicarTestFileMalwareScannerPlugin
A sample implementation for a malware scanner plugin.class
FormRecordAttachmentServletPlugin
Simple servlet for downloading a form record attachment, meant for integration tests.class
IntegrationResourcesPortalPlugin
Portal plugin for running E2E tests against a FORMCYCLE app.class
IntegrationTestJavaScriptPlugin
Injects some JavaScript code into all forms with helper functions for testing, such as e.g.class
MailInboxPartServletPlugin
Simple servlet for downloading a content part of a mail, meant for integration tests.class
RedirectToClientInboxNodePlugin
Plugin for E2E tests that redirects to the inbox page containing the mails for the current client.class
RedirectToFormRecordNodePlugin
Plugin for integration tests that redirects to the portal page that displays various details of the current form record. -
Uses of INamedUiElement in de.xima.fc.gui.bean.application
Methods in de.xima.fc.gui.bean.application with type parameters of type INamedUiElement Modifier and Type Method Description <T extends Enum<T> & INamedUiElement>
List<SelectItemChoice<T>>EnumBean. getSelectItemsByDisplayName(Class<T> enumType)
Returns all enum values asSelectItem
s, sorted by their display name.<T extends Enum<T> & INamedUiElement>
List<SelectItemChoice<T>>EnumBean. getSelectItemsByDisplayName(Map<?,T> values)
Returns all enum values asSelectItem
s, sorted by their display name.<T extends Enum<T> & INamedUiElement & ISortKeyProviding<S>,S extends Comparable<S>>
List<SelectItemChoice<T>>EnumBean. getSelectItemsByDisplayNameCustomOrder(Class<T> enumType)
Returns all enum values asSelectItem
s, sorted byISortKeyProviding.getSortKey()
.<T extends Enum<T> & INamedUiElement & ISortKeyProviding<S>,S extends Comparable<S>>
List<SelectItemChoice<T>>EnumBean. getSelectItemsByDisplayNameCustomOrder(Map<?,T> values)
Returns all enum values asSelectItem
s, sorted byISortKeyProviding.getSortKey()
.<T extends Enum<T> & INamedUiElement>
List<T>EnumBean. getValuesByDisplayName(Class<T> enumType)
Returns all enum values, sorted by their display name.<T extends Enum<T> & INamedUiElement>
List<T>EnumBean. getValuesByDisplayName(Map<?,T> values)
Returns all enum values, sorted by their display name. -
Uses of INamedUiElement in de.xima.fc.gui.bean.resource.model
Classes in de.xima.fc.gui.bean.resource.model that implement INamedUiElement Modifier and Type Class Description class
EFileConflictResolution
Enumeration with the possible actions to be taken when an uploaded file conflicts with an existing file. -
Uses of INamedUiElement in de.xima.fc.gui.bean.settings.model
Classes in de.xima.fc.gui.bean.settings.model that implement INamedUiElement Modifier and Type Class Description class
EAutoLoginType
-
Uses of INamedUiElement in de.xima.fc.gui.common.bean
Methods in de.xima.fc.gui.common.bean with parameters of type INamedUiElement Modifier and Type Method Description String
LocaleBean. getINamedUiElementDisplayName(INamedUiElement element)
String
LocaleBean. getINamedUiElementDisplayName(Locale locale, INamedUiElement element)
Method parameters in de.xima.fc.gui.common.bean with type arguments of type INamedUiElement Modifier and Type Method Description String
LocaleBean. getINamedUiElementDisplayName(Class<? extends INamedUiElement> clazz)
String
LocaleBean. getINamedUiElementDisplayName(Locale locale, Class<? extends INamedUiElement> clazz)
-
Uses of INamedUiElement in de.xima.fc.gui.common.enums
Classes in de.xima.fc.gui.common.enums that implement INamedUiElement Modifier and Type Class Description class
EContentViewCategory
-
Uses of INamedUiElement in de.xima.fc.gui.common.statics
Classes in de.xima.fc.gui.common.statics that implement INamedUiElement Modifier and Type Class Description class
EContentView
Enumeration describing views to FORMCYCLE content pages.class
EViews
-
Uses of INamedUiElement in de.xima.fc.gui.statics
Classes in de.xima.fc.gui.statics that implement INamedUiElement Modifier and Type Class Description class
EFormExportFormat
Type of form print exportclass
EFormExportPart
Enumeration indicating which part of a form should be exported.class
ELinkTarget
class
EPlaceholderType
Common placeholder types.class
EProjectExportFormat
Deprecated.Since FORMCYCLE version 7.0.0 projects can only be exported with the new export format. -
Uses of INamedUiElement in de.xima.fc.importer.config
Classes in de.xima.fc.importer.config that implement INamedUiElement Modifier and Type Class Description class
EEntityConflictResolveAction
Possible actions if entity conflicts arise -
Uses of INamedUiElement in de.xima.fc.inbox.enums
Classes in de.xima.fc.inbox.enums that implement INamedUiElement Modifier and Type Class Description class
EFormProcessType
Deprecated.Only used by old form record, use the new workflow engineclass
EFormRecordQuartzJobType
Enum for displaying different kinds of quartz jobs for form records. -
Uses of INamedUiElement in de.xima.fc.interfaces
Subinterfaces of INamedUiElement in de.xima.fc.interfaces Modifier and Type Interface Description interface
IAccessProperty
Interface for user-role and license-based access-properties -
Uses of INamedUiElement in de.xima.fc.interfaces.plugin.retval.user
Subinterfaces of INamedUiElement in de.xima.fc.interfaces.plugin.retval.user Modifier and Type Interface Description interface
IPluginAccessProperty
Interface for a custom access property provided by an access property plugin, seeIPluginAccessProperty
. -
Uses of INamedUiElement in de.xima.fc.interfaces.processing
Subinterfaces of INamedUiElement in de.xima.fc.interfaces.processing Modifier and Type Interface Description interface
IProcessing
Dieses Interface muss von konkreten Aktionsverarbeitungen realisiert werden.interface
IProcessingPlugin
interface
IProcessingWrapper
Wrapper interface forIProcessing
-
Uses of INamedUiElement in de.xima.fc.interfaces.processing.dependent
Subinterfaces of INamedUiElement in de.xima.fc.interfaces.processing.dependent Modifier and Type Interface Description interface
IDatabaseAccessDependent
interface
IInboxDependent
interface
IMailDependent
Markup-Interface für Verarbeitungen die einen Mail-Server benötigen!interface
IStatusDependent
interface
ITemplateDependent
interface
IUserDependent
Marks dependency to a userinterface
IUserGroupDependent
Marks dependency to user groups -
Uses of INamedUiElement in de.xima.fc.interfaces.workflow.value
Classes in de.xima.fc.interfaces.workflow.value that implement INamedUiElement Modifier and Type Class Description class
EValueType
Enumeration of different value types for a JSON like data structure. -
Uses of INamedUiElement in de.xima.fc.mdl
Classes in de.xima.fc.mdl that implement INamedUiElement Modifier and Type Class Description class
RessourcenTyp
-
Uses of INamedUiElement in de.xima.fc.mdl.enums
Classes in de.xima.fc.mdl.enums that implement INamedUiElement Modifier and Type Class Description class
EAccessProperty
An access property describes the permissions a FORMCYCLE user is granted.class
EAktionsResultat
Resultat eines Workflow-Schrittes.class
EAnrede
The form of address of a person.class
EAppenderType
Enum with the available log-appender-typesclass
EAppointmentStatus
Indicates the status of anAppointment
.class
EAttachmentSource
class
EAuthCallbackUrlType
Types of callback URLs.class
EAuthClientType
class
EBenamungsModus
Die Enumeration Benamungsmodus wird dazuverwendet um anzugeben ob die Standardelementbenamung aus dem Designer genutzt wird, oder die benutzerspezifischen Benamungen.class
EBenutzerStatus
Der Benutzerstatus gibt an ob der Nutzer das System nutzen kann, er blockiert oder gar gelöscht ist.class
EBenutzerverwaltungsTyp
class
EByteOrderMarkMode
Enumeration of possible byte order marks, indicating whether a byte order mark is added to some data.class
EChangeFormAvailabilityType
Enumeration of the different ways to change a form's availability, used by the workflow action.class
EClusterProtocolType
class
ECompressAsZipNamingScheme
Enumeration with the possible values for how files are named when put into a ZIP archive.class
EConnectionStatus
Enum der Verbindungs-Statusclass
ECounterActionType
Defines types of actions for counters.class
ECounterRefGroupType
Enum representing different groups for referencing countersclass
ECounterResetType
Types of conditions by which an object/entity may be resetclass
EDatenabfrageTyp
class
EDatenbankTyp
Enumeration of the database management systems natively supported by FORMCYCLE.class
EDatenquellenTyp
class
EDBEncryptionAlgorithm
class
EEmailBodyFormatType
Types of mail body sending formatclass
EEncryptionTestResult
class
EExecCondition
Deprecated.Use the new workflow engine, such asWorkflowNode
andWorkflowTrigger
.class
EExterneRessourcenTyp
class
EFormAuthTyp
Deprecated.class
EFormElementTyp
Elementtypen in Formularen, die für die Platzhalter-API relevant sind.class
EFormImpexOption
Definiert die möglichen Import/Export-Optionen für ein Formularclass
EFormOfflineMode
Enumeration with the possible behaviors how a form record is treated when the associated form is currently offline.class
EFormTemplateScope
class
EFormTyp
Von Formcycle unterstützte Formulartypen.class
EFormVersionActions
FormVersion aktionen einer FormVersionclass
EFreigabeStatus
Freigabe-Status einer FormVersionclass
EFreigabeTyp
Typ des Freigabemechanismus eines Mandantenclass
EHttpContentType
Enumeration of the possible content types that can be selected for theEWorkflowNodeType#FC_POST_REQUEST
.class
EHttpRequestType
Enumeration for the various ways of configuring the body of an HTTP request, used by the HTTP request workflow action.class
EI18nSource
Given a default string and a language-specific string, indicates which string should be used.class
ELanguage
class
ELicenseFeature
class
ELicenseState
class
ELicenseSubscriptionType
class
ELicenseVersionState
class
ELogEntryActionLogLevel
Enumeration on the different levels of workflow actions which are relevant for a log filter.class
ELoggerType
class
EMailAuthenticationType
Enumeration of possible authentication methods.class
EMailEncryption
class
EMatchCondition
class
EModule
class
EMultipleConditionCombinationType
Enumeration of the different possibilities how the individual conditions of a multiple condition workflow node may be combined.class
EPasswordAssignType
Typen für die Art der Passwortvergabe (bei Anlegen eines Benutzers)class
EPathSegmentSanitizationRulesPreset
class
EProtocolEntryProcessType
class
EProtokollEintragTyp
Deprecated.class
EResourceItemType
Enumeration of the different types of resources that can be selected in the configuration of workflow actions.class
ERessourcenTyp
class
EStringMatchType
Enumeration of how to string are compared to another.class
ETextbausteinKategorie
class
ETextFileContentType
Enumeration of the possible content types that can be selected for theEWorkflowNodeType#FC_CREATE_TEXT_FILE
.class
ETimePointTriggerDurationUnit
Enumeration of the available duration units the user can enter forEWorkflowTriggerType.FC_TIME_POINT
.class
ETimePointTriggerOperation
Enumeration of the available operations for the left and right hand side expressions the user can enter forEWorkflowTriggerType.FC_TIME_POINT
.class
ETimePointType
Enumeration of the possible ways how a point in time may be specified.class
EVerarbeitungsTyp
Klasse zum Mappen von hinterlegten Verarbeitungsnamen zur entsprechenden Klasseclass
EWeiterverarbeitung_Aktion
class
EWeiterverarbeitung_Bedingung
Deprecated.Use the new workflow engine, such asWorkflowNode
andWorkflowTrigger
.class
EWeiterverarbeitung_Status
class
EWorkflowStateType
Enumeration ofWorkflowState
s types that may be treated specially by the system. -
Uses of INamedUiElement in de.xima.fc.mdl.ui
Subinterfaces of INamedUiElement in de.xima.fc.mdl.ui Modifier and Type Interface Description interface
INamedUiElement
Deprecated.useINamedUiElement
Methods in de.xima.fc.mdl.ui with parameters of type INamedUiElement Modifier and Type Method Description int
NamedUiElementComparator. compare(INamedUiElement e1, INamedUiElement e2)
Vergleicht die übergebenen Elemente lexikalisch anhand ihres Namens. -
Uses of INamedUiElement in de.xima.fc.plugin.abstracts
Classes in de.xima.fc.plugin.abstracts that implement INamedUiElement Modifier and Type Class Description class
AFCPlugin
Deprecated.class will be removed. -
Uses of INamedUiElement in de.xima.fc.plugin.config
Subinterfaces of INamedUiElement in de.xima.fc.plugin.config Modifier and Type Interface Description interface
IDescriptionProvidingPlugin
Deprecated.ImplementIFCPlugin
instead and useIFCPlugin.getDescription(java.util.Locale)
.interface
IPluginConfigParamList
Interface for workflow action plugins (IPluginProcessing
).interface
IPluginCustomGUI
Interface for a processing plugin with a custom user interface.interface
IPluginShutdown
-
Uses of INamedUiElement in de.xima.fc.plugin.entities
Subinterfaces of INamedUiElement in de.xima.fc.plugin.entities Modifier and Type Interface Description interface
IPluginEntities
Interface for an entities plugin. -
Uses of INamedUiElement in de.xima.fc.plugin.interfaces
Subinterfaces of INamedUiElement in de.xima.fc.plugin.interfaces Modifier and Type Interface Description interface
IFCPlugin
Base interface that all FORMCYCLE plugins must implement.interface
IFCRemoteSyncPlugin
Markup interface for plugins which need to be synchronized with the frontend server. -
Uses of INamedUiElement in de.xima.fc.plugin.interfaces.auth
Subinterfaces of INamedUiElement in de.xima.fc.plugin.interfaces.auth Modifier and Type Interface Description interface
IPluginAuthenticationLogic
Common interface for plugins that provide a custom authentication logic.interface
IPluginAuthenticatorType
Interface for custom authenticator types. -
Uses of INamedUiElement in de.xima.fc.plugin.interfaces.backend
Subinterfaces of INamedUiElement in de.xima.fc.plugin.interfaces.backend Modifier and Type Interface Description interface
IPluginBackendTheme
Interface for backend theme plugins.interface
IPluginClientDashboard
Interface for client dashboard plugins.interface
IPluginMenuEntries
Plugin for adding custom menu entries to the backend UI of FORMCYCLE.interface
IPluginProjectMenu
Plugin interface for providing custom menus for projects with a specified scope -
Uses of INamedUiElement in de.xima.fc.plugin.interfaces.form
Subinterfaces of INamedUiElement in de.xima.fc.plugin.interfaces.form Modifier and Type Interface Description interface
IPluginDataSource
Interface for a data source plugin.interface
IPluginFormElementCatalogue
Interface for plugins that may add a set of form items to the designer.interface
IPluginFormElementWidget
Interface for plugins to integrate own form element widgets within the form designer.interface
IPluginFormPrePersist
Interface for form pre-persist plugins.interface
IPluginFormPreProcess
Interface for a form pre-process plugin.interface
IPluginFormPreRender
Interface for form pre-render plugins.interface
IPluginFormPreRespond
Interface for a form pre-respond plugin.interface
IPluginFormPreview
Interface für Plugins vom Typ FormPreviewinterface
IPluginFormResource
Interface for plugins to integrate form resources like CSS or JavaScript -
Uses of INamedUiElement in de.xima.fc.plugin.interfaces.generic
Subinterfaces of INamedUiElement in de.xima.fc.plugin.interfaces.generic Modifier and Type Interface Description interface
IPluginGeneric
Interface for a generic plugin. -
Uses of INamedUiElement in de.xima.fc.plugin.interfaces.mail
Subinterfaces of INamedUiElement in de.xima.fc.plugin.interfaces.mail Modifier and Type Interface Description interface
IPluginMailEncryption
Interface for plugins of type email encryption. -
Uses of INamedUiElement in de.xima.fc.plugin.interfaces.monitoring
Subinterfaces of INamedUiElement in de.xima.fc.plugin.interfaces.monitoring Modifier and Type Interface Description interface
IPluginMonitor
A plugin for checking the current status of the FORMCYCLE system via monitoring MBeans. -
Uses of INamedUiElement in de.xima.fc.plugin.interfaces.portal
Subinterfaces of INamedUiElement in de.xima.fc.plugin.interfaces.portal Modifier and Type Interface Description interface
IPluginPortal
Plugin for creating custom portals with own ui -
Uses of INamedUiElement in de.xima.fc.plugin.interfaces.project
Subinterfaces of INamedUiElement in de.xima.fc.plugin.interfaces.project Modifier and Type Interface Description interface
IPluginProjectTemplate
Interface for plugins of the typ project template. -
Uses of INamedUiElement in de.xima.fc.plugin.interfaces.replacer
Subinterfaces of INamedUiElement in de.xima.fc.plugin.interfaces.replacer Modifier and Type Interface Description interface
IPluginFormReplacer
Interface for a form replacer plugin.interface
IPluginSessionReplacer
Interface for a system replacer plugin.interface
IPluginSystemReplacer
Interface for a system replacer plugin.interface
IPluginTemplateReplacer
Interface for a template replacer plugin. -
Uses of INamedUiElement in de.xima.fc.plugin.interfaces.scan
Subinterfaces of INamedUiElement in de.xima.fc.plugin.interfaces.scan Modifier and Type Interface Description interface
IPluginMalwareScanner
Interface for plugins that add additional malware scanners to the system. -
Uses of INamedUiElement in de.xima.fc.plugin.interfaces.scope
Subinterfaces of INamedUiElement in de.xima.fc.plugin.interfaces.scope Modifier and Type Interface Description interface
IPluginScopeClient
This interface marks anIFCPlugin
to only be initialized in Client scope.interface
IPluginScopeSystem
This interface marks anIFCPlugin
to only be initialized in SYSTEM scope. -
Uses of INamedUiElement in de.xima.fc.plugin.interfaces.servlet
Subinterfaces of INamedUiElement in de.xima.fc.plugin.interfaces.servlet Modifier and Type Interface Description interface
IPluginServletAction
Interface for plugins servlet action plugins. -
Uses of INamedUiElement in de.xima.fc.plugin.interfaces.user
Subinterfaces of INamedUiElement in de.xima.fc.plugin.interfaces.user Modifier and Type Interface Description interface
IPluginAccessProperties
A plugin for adding customIPluginAccessProperty
s to the FORMCYCLE backend. -
Uses of INamedUiElement in de.xima.fc.plugin.interfaces.validation
Subinterfaces of INamedUiElement in de.xima.fc.plugin.interfaces.validation Modifier and Type Interface Description interface
IPluginValidationRule
Interface for validation rule plugins. -
Uses of INamedUiElement in de.xima.fc.plugin.interfaces.workflow
Subinterfaces of INamedUiElement in de.xima.fc.plugin.interfaces.workflow Modifier and Type Interface Description interface
IPluginProcessing
Deprecated.You should use the new workflow engine.interface
IPluginWorkflowNode
Interface for workflow node plugins.interface
IPluginWorkflowTrigger
Interface for workflow trigger plugins. -
Uses of INamedUiElement in de.xima.fc.transform
Classes in de.xima.fc.transform that implement INamedUiElement Modifier and Type Class Description class
EColumnLabelType
Representing label options for columns during form record export -
Uses of INamedUiElement in de.xima.fc.workflow.enums
Classes in de.xima.fc.workflow.enums that implement INamedUiElement Modifier and Type Class Description class
EWorkflowElementCategory
Enumeration of built-in categories for workflow nodes and triggers. -
Uses of INamedUiElement in de.xima.fc.workflow.mixin
Subinterfaces of INamedUiElement in de.xima.fc.workflow.mixin Modifier and Type Interface Description interface
IPluginActionNodeHandler<TData extends BaseActionProps>
Mixin meant forIPluginWorkflowNode
plugins that only wish to provide a workflow action that executes some business logic.interface
IPluginConditionNodeHandler<TData extends BaseConditionProps>
Mixin meant forIPluginWorkflowNode
plugins that only wish to provide a workflow condition that checks a condition and redirects to the if or else branch based upon the result.interface
IPluginTriggerHandler<TData extends BaseTriggerProps>
Mixin meant forIPluginWorkflowTrigger
plugins that only wish to provide a workflow trigger that executes some business logic.Classes in de.xima.fc.workflow.mixin that implement INamedUiElement Modifier and Type Class Description class
APluginActionNodeHandler<TData extends BaseActionProps>
Abstract base class meant forIPluginWorkflowNode
plugins that only wish to provide a workflow action that executes some business logic.class
APluginConditionNodeHandler<TData extends BaseConditionProps>
Abstract base class meant forIPluginWorkflowNode
plugins that only wish to provide a workflow condition that executes some business logic condition.class
APluginTriggerHandler<TData extends BaseTriggerProps>
Abstract base class meant forIPluginWorkflowTrigger
plugins that only wish to provide a workflow action that executes some business logic.
-