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 classEAppointmentBookingErrorAn enumeration of the possible errors that may occur when booking an appointment.classEAppointmentIcalErrorAn enumeration with the possible errors that may occur when creating an iCal file with the existingAppointments 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 classAParameterVerarbeitungDeprecated.This is part of the old workflow engine.classAVerarbeitungDeprecated.This is part of the old workflow engine.classProcessingWrapperDeprecated.This is part of the old workflow engine.classVerarbeitungCallbackDeprecated.classVerarbeitungChangeStatusDeprecated.This is part of the old workflow engine.classVerarbeitungCompressAsZipDeprecated.This is part of the old workflow engine.classVerarbeitungCopyToPostfachDeprecated.This is part of the old workflow engine.classVerarbeitungCopyToStatusDeprecated.This is part of the old workflow engine.classVerarbeitungDbSQLQueryDeprecated.This is part of the old workflow engine.classVerarbeitungDeleteVorgangDeprecated.This is part of the old workflow engine.classVerarbeitungEmailDeprecated.This is part of the old workflow engine.classVerarbeitungExportDeprecated.This is part of the old workflow engine.classVerarbeitungExportPersistenceDeprecated.This is part of the old workflow engine.classVerarbeitungExterneRessourceDeprecated.This is part of the old workflow engine.classVerarbeitungInboxDeprecated.This action is not necessary anymore.classVerarbeitungMoveToPostfachDeprecated.This is part of the old workflow engine.classVerarbeitungPdfDeprecated.This is part of the old workflow engine.classVerarbeitungPluginDeprecated.This is part of the old workflow engine.classVerarbeitungPostDeprecated.This is part of the old workflow engine.classVerarbeitungRenewProzessIDDeprecated.This is part of the old workflow engine.classVerarbeitungReturnFileDeprecated.This is part of the old workflow engine.classVerarbeitungSaveToFilesystemDeprecated.This is part of the old workflow engine.classVerarbeitungSendToSalesforceDeprecated.This is part of the old workflow engine.classVerarbeitungStopDeprecated.This is part of the old workflow engine.classVerarbeitungTemplateDeprecated.This is part of the old workflow engine.classVerarbeitungUploadDeprecated.This action is not necessary anymore.classVerarbeitungWeiterleitungDeprecated.This is part of the old workflow engine.classVerarbeitungWordDeprecated.This is part of the old workflow engine.classVerarbeitungWriteToFileDeprecated.This is part of the old workflow engine.classVerarbeitungWriteToFormDeprecated.This is part of the old workflow engine.classVerarbeitungXmlToFdDeprecated.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 classENodeStateEnumeration describing the possible states of a node in the cluster.classENodeTypeEnumeration of the possible modes of a node, i.e. -
Uses of INamedUiElement in de.xima.fc.common.bean_models
Classes in de.xima.fc.common.bean_models that implement INamedUiElement Modifier and Type Class Description classETimeUnitEnumeration for the unit of the read and connect timeout of the HTTP request action. -
Uses of INamedUiElement in de.xima.fc.common.bean_models.workflow.state
Classes in de.xima.fc.common.bean_models.workflow.state that implement INamedUiElement Modifier and Type Class Description classEPortalStatePresetPresets foruser portal statesfor the workflow designer. -
Uses of INamedUiElement in de.xima.fc.entities
Classes in de.xima.fc.entities that implement INamedUiElement Modifier and Type Class Description static classFrontendServer.EProxyType -
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 asSelectItems, sorted by their display name.<T extends Enum<T> & INamedUiElement>
List<SelectItemChoice<T>>EnumBean. getSelectItemsByDisplayName(Map<?,T> values)Returns all enum values asSelectItems, sorted by their display name.<T extends Enum<T> & INamedUiElement>
List<SelectItemChoice<T>>EnumBean. getSelectItemsByDisplayName(T... values)Returns all enum values asSelectItems, in the given order.<T extends Enum<T> & INamedUiElement & ISortKeyProviding<S>,S extends Comparable<S>>
List<SelectItemChoice<T>>EnumBean. getSelectItemsByDisplayNameCustomOrder(Class<T> enumType)Returns all enum values asSelectItems, 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 asSelectItems, 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 classEFileConflictResolutionEnumeration 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 classEAutoLoginTypeclassEKerberosLdapUserFilterTypeEnum representing the options for defining an LDAP user filter for KERBEROS authentications. -
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 StringLocaleBean. getINamedUiElementDisplayName(INamedUiElement element)StringLocaleBean. 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 StringLocaleBean. getINamedUiElementDisplayName(Class<? extends INamedUiElement> clazz)StringLocaleBean. 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 classEContentViewCategory -
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 classEContentViewEnumeration describing views to formcycle content pages.classEViewsDeprecated.UserIViewinstead -
Uses of INamedUiElement in de.xima.fc.gui.statics
Classes in de.xima.fc.gui.statics that implement INamedUiElement Modifier and Type Class Description classEFormExportFormatType of form print exportclassEFormExportPartEnumeration indicating which part of a form should be exported.classELinkTargetclassEPlaceholderTypeCommon placeholder types.classEProjectExportFormatDeprecated.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 classEEntityConflictResolveActionPossible 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 classEFormProcessTypeDeprecated.Only used by old form record, use the new workflow engineclassEFormRecordQuartzJobTypeEnum for displaying different kinds of quartz jobs for form records.classEFormRecordQueryTypeBasic types of form record queries. -
Uses of INamedUiElement in de.xima.fc.interfaces
Subinterfaces of INamedUiElement in de.xima.fc.interfaces Modifier and Type Interface Description interfaceIAccessPropertyInterface for user-role and license-based access-propertiesMethods in de.xima.fc.interfaces that return types with arguments of type INamedUiElement Modifier and Type Method Description static Function<? super INamedUiElement,String>INamedUiElement. gettingDisplayName(Locale locale)Gets a function for getting the display name of anINamedUiElementin a specific locale. -
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 interfaceIPluginAccessPropertyInterface 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 interfaceIProcessingDeprecated.Use the new workflow engine (IWorkflowEventRunner).interfaceIProcessingPluginDeprecated.Use the new workflow engine (IWorkflowEventRunner).interfaceIProcessingWrapperDeprecated.Use the new workflow engine (IWorkflowEventRunner). -
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 interfaceIDatabaseAccessDependentDeprecated.Use the new workflow engine (IWorkflowEventRunner).interfaceIInboxDependentDeprecated.Use the new workflow engine (IWorkflowEventRunner).interfaceIMailDependentDeprecated.Use the new workflow engine (IWorkflowEventRunner).interfaceIStatusDependentDeprecated.Use the new workflow engine (IWorkflowEventRunner).interfaceITemplateDependentDeprecated.Use the new workflow engine (IWorkflowEventRunner).interfaceIUserDependentDeprecated.Use the new workflow engine (IWorkflowEventRunner).interfaceIUserGroupDependentDeprecated.Use the new workflow engine (IWorkflowEventRunner). -
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 classEValueTypeEnumeration 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 classRessourcenTyp -
Uses of INamedUiElement in de.xima.fc.mdl.enums
Classes in de.xima.fc.mdl.enums that implement INamedUiElement Modifier and Type Class Description classEAccessPropertyAn access property describes the permissions a formcycle user is granted.classEAktionsResultatResultat eines Workflow-Schrittes.classEAnredeThe form of address of a person.classEAppenderTypeEnum with the available log appender-typesclassEAppointmentStatusIndicates the status of anAppointment.classEAttachmentItemTypeEnumeration of the different types of attachments that can be selected in the configuration of workflow actions.classEAttachmentSourceclassEAuthCallbackUrlTypeTypes of callback URLs.classEAuthClientTypeclassEAuthorizationFilterTypeDefault authorization filter types.classEAuthRedirectTargetclassEBenamungsModusDie Enumeration Benamungsmodus wird dazuverwendet um anzugeben ob die Standardelementbenamung aus dem Designer genutzt wird, oder die benutzerspezifischen Benamungen.classEBenutzerStatusDer Benutzerstatus gibt an ob der Nutzer das System nutzen kann, er blockiert oder gar gelöscht ist.classEBenutzerverwaltungsTypDeprecated.UseSystemAuthenticators for the backend instead.classEByteOrderMarkModeEnumeration of possible byte order marks, indicating whether a byte order mark is added to some data.classEChangeFormAvailabilityTypeEnumeration of the different ways to change a form's availability, used by the workflow action.classEClusterProtocolTypeclassECompressAsZipNamingSchemeEnumeration with the possible values for how files are named when put into a ZIP archive.classEConnectionStatusEnum der Verbindungs-StatusclassECounterActionTypeDefines types of actions for counters.classECounterRefGroupTypeEnum representing different groups for referencing countersclassECounterResetTypeTypes of conditions by which an object/entity may be resetclassEDatenabfrageTypclassEDatenbankTypEnumeration of the database management systems natively supported by formcycle.classEDatenquellenTypclassEDBEncryptionAlgorithmclassEDefaultSenderNameclassEEmailArchiveFormatFormat of mail as file for archive.classEEmailBodyFormatTypeTypes of mail body sending formatclassEEncryptionTestResultclassEExecConditionDeprecated.Use the new workflow engine, such asWorkflowNodeandWorkflowTrigger.classEExterneRessourcenTypclassEFcServerTypeTypes of formcycle servers.classEFcWebAppFeatureDefault formcycle web app features.classEFormAuthTypDeprecated.classEFormElementTypElementtypen in Formularen, die für die Platzhalter-API relevant sind.classEFormImpexOptionDefiniert die möglichen Import/Export-Optionen für ein FormularclassEFormOfflineModeEnumeration with the possible behaviors how a form record is treated when the associated form is currently offline.classEFormRecordMessageSenderContextEnum providing the default sender contexts.classEFormRecordSubmitContextEnum representing the default submit contexts for form records.classEFormTemplateScopeclassEFormTypVon Formcycle unterstützte Formulartypen.classEFormVersionActionsFormVersion aktionen einer FormVersionclassEFreigabeStatusFreigabe-Status einer FormVersionclassEFreigabeTypTyp des Freigabemechanismus eines MandantenclassEGenderclassEHttpContentTypeEnumeration of the possible content types that can be selected for theEWorkflowNodeType#FC_POST_REQUEST.classEHttpLocationResolutionTypeHow to handle redirect (relative) URIs when sending an HTTP request and the response has a 3xx status code with aLocationheader.classEHttpRequestTypeEnumeration for the various ways of configuring the body of an HTTP request, used by the HTTP request workflow action.classEI18nSourceGiven a default string and a language-specific string, indicates which string should be used.classEInputClientLayoutEnum representing the layout options of credentials authenticators (i.e.classEInternalMessageTypeEnumeration of the different internal message types which accessable in different scopes.classELanguageSupported default languages for the formcycle backend.classELicenseCheckTypeEnumeration of the available license check type.classELicenseFeatureclassELicenseStateclassELicenseSubscriptionTypeclassELicenseVersionStateclassELogEntryActionLogLevelEnumeration on the different levels of workflow actions which are relevant for a log filter.classELoggerTypeclassELoginLayoutclassELoginNoticePositionPossible positions for the login notice on the login screen.classEMailAuthenticationTypeEnumeration of possible authentication methods.classEMailEncryptionclassEMailSenderAddressModeWhen sending mails, whether the sender address can be changed.classEMatchConditionclassEModuleDeprecated.classEMultiFactorAuthenticationTypeEnum of types of MFA tokens.classEMultipartHeaderTypeEnumeration of the possible ways to handle Unicode characters in headers of multipart HTTP requests.classEMultipleConditionCombinationTypeEnumeration of the different possibilities how the individual conditions of a multiple condition workflow node may be combined.classEPasswordAssignTypeTypen für die Art der Passwortvergabe (bei Anlegen eines Benutzers)classEPathSegmentSanitizationRulesPresetclassEPluginServerRestrictionTypeEnumeration of server types on which the installation of a plugin should be limited.classEProtocolEntryProcessTypeclassEProtokollEintragTypDeprecated.classEResourceItemTypeEnumeration of the different types of resources that can be selected in the configuration of workflow actions.classERessourcenTypclassESamlEntityIdTypeEnum specifying the type of the SAML entity ID.classESamlMetadataIntegrationTypeclassEServerConfigFeatureThis is an enum that contains the variants of the functions for a frontend server and is used on the configuration interface of the frontend server.classEStringMatchTypeEnumeration of how to string are compared to another.classETextbausteinKategorieclassETextFileContentTypeEnumeration of the possible content types that can be selected for theEWorkflowNodeType#FC_CREATE_TEXT_FILE.classETimePointTriggerDurationUnitEnumeration of the available duration units the user can enter forEWorkflowTriggerType.FC_TIME_POINT.classETimePointTriggerOperationEnumeration of the available operations for the left and right hand side expressions the user can enter forEWorkflowTriggerType.FC_TIME_POINT.classETimePointTypeEnumeration of the possible ways how a point in time may be specified.classEUploadRequestFileMergeModeclassEUserPortalStateTypeEnum representing the default type for user portal states.classEVerarbeitungsTypKlasse zum Mappen von hinterlegten Verarbeitungsnamen zur entsprechenden KlasseclassEWeiterverarbeitung_AktionclassEWeiterverarbeitung_BedingungDeprecated.Use the new workflow engine, such asWorkflowNodeandWorkflowTrigger.classEWeiterverarbeitung_StatusclassEWorkflowStateTypeEnumeration ofWorkflowStates types that may be treated specially by the system. -
Uses of INamedUiElement in de.xima.fc.mdl.plugin
Classes in de.xima.fc.mdl.plugin that implement INamedUiElement Modifier and Type Class Description classEPluginUpdateStatusThe possible outcomes of a plugin update. -
Uses of INamedUiElement in de.xima.fc.mdl.ui
Subinterfaces of INamedUiElement in de.xima.fc.mdl.ui Modifier and Type Interface Description interfaceINamedUiElementDeprecated.useINamedUiElementMethods in de.xima.fc.mdl.ui with parameters of type INamedUiElement Modifier and Type Method Description intNamedUiElementComparator. 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 classAFCPluginDeprecated.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 interfaceIDescriptionProvidingPluginDeprecated.ImplementIFCPlugininstead and useIFCPlugin.getDescription(java.util.Locale).interfaceIPluginConfigParamListDeprecated.Use the new workflow engine, which lets you specify a custom model and a custom UI.interfaceIPluginCustomGUIDeprecated.Use the new workflow engine, e.g.interfaceIPluginShutdown -
Uses of INamedUiElement in de.xima.fc.plugin.entities
Subinterfaces of INamedUiElement in de.xima.fc.plugin.entities Modifier and Type Interface Description interfaceIPluginEntitiesInterface 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 interfaceIFCPluginBase interface that all formcycle plugins must implement.interfaceIFCRemoteSyncPluginMarkup 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 interfaceIPluginAuthenticationLogicCommon interface for plugins that provide a custom authentication logic.interfaceIPluginAuthenticatorTypeInterface 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 interfaceIPluginBackendThemeInterface for backend theme plugins.interfaceIPluginClientDashboardInterface for client dashboard plugins.interfaceIPluginMenuEntriesPlugin for adding custom menu entries to the backend UI of formcycle.interfaceIPluginProjectMenuPlugin 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 interfaceIFormLifecyclePluginBase interface for plugins which hook into the lifecycle of the form, such as pre-render or pre-process plugins.interfaceIPluginDataSourceInterface for a data source plugin.interfaceIPluginFormDesignerResourceInterface for plugins to add additional resources (CSS or JavaScript) to the form designer.interfaceIPluginFormElementCatalogueInterface for plugins that may add a set of form items to the designer.interfaceIPluginFormElementPropertiesExtensionA plugin that lets you add additional properties to existing form elements, which can be configured in the form designer.interfaceIPluginFormElementTemplateInterface for plugins that wish to provide custom template for the form designer.interfaceIPluginFormElementTemplateStaticMixin that implements the methods ofIPluginFormElementTemplatewith defaults for static form element template plugins, when you have all templates stored as resources in the plugin's class path (i.e.interfaceIPluginFormElementWidgetInterface for plugins to integrate own form element widgets within the form designer.interfaceIPluginFormPrePersistInterface for form pre-persist plugins.interfaceIPluginFormPreProcessInterface for a form pre-process plugin.interfaceIPluginFormPreRenderInterface for form pre-render plugins.interfaceIPluginFormPreRespondInterface for a form pre-respond plugin.interfaceIPluginFormPreviewDeprecated.This plugin type was never called and will never have any function.interfaceIPluginFormPropertiesExtensionA plugin that lets you add additional properties to forms, which can be configured in the form designer via the forms tab in the properties panel on the right-hand side.interfaceIPluginFormRenderCallbackPlugins that allows the form render process to be customized.interfaceIPluginFormResourceDeprecated.This plugin type only allows plugins to provide a single resource, and only either a CSS or JavaScript file.interfaceIPluginFormResourcesInterface for plugins that wish to add additional frontend resources that are available for web forms.interfaceIPluginFormThemeA plugin that lets you provide additionalIFormTheme. -
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 interfaceIPluginGenericInterface 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 interfaceIPluginMailEncryptionInterface 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 interfaceIPluginMonitorA 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 interfaceIPluginPortalPlugin 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 interfaceIPluginProjectTemplateInterface 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 interfaceIPluginFormReplacerInterface for a form replacer plugin.interfaceIPluginSessionReplacerInterface for a system replacer plugin.interfaceIPluginSystemReplacerInterface for a system replacer plugin.interfaceIPluginTemplateReplacerInterface 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 interfaceIPluginMalwareScannerInterface 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 interfaceIPluginScopeClientThis interface marks anIFCPluginto only be initialized in Client scope.interfaceIPluginScopeSystemThis interface marks anIFCPluginto 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 interfaceIPluginServletActionInterface for plugins servlet action plugins. -
Uses of INamedUiElement in de.xima.fc.plugin.interfaces.template
Subinterfaces of INamedUiElement in de.xima.fc.plugin.interfaces.template Modifier and Type Interface Description interfaceIPluginHtmlTemplateRenderCallback -
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 interfaceIPluginAccessPropertiesA plugin for adding customIPluginAccessPropertys 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 interfaceIPluginValidationRuleInterface 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 interfaceIPluginProcessingDeprecated.You should use the new workflow engine.interfaceIPluginWorkflowElementPrototypesinterfaceIPluginWorkflowNodeInterface for workflow node plugins.interfaceIPluginWorkflowTriggerInterface for workflow trigger plugins. -
Uses of INamedUiElement in de.xima.fc.pluginstore
Classes in de.xima.fc.pluginstore that implement INamedUiElement Modifier and Type Class Description classEPluginStoreItemInstallScopeEnumeration of the possible scope of a plugin store item, indicating also if the client overloads a plugin installed also in system scope.classEPluginStoreItemInstallStatusEnumeration of the possible status of a plugin store item, indicating whether the plugin is installable or already installed. -
Uses of INamedUiElement in de.xima.fc.servlet.resource
Subinterfaces of INamedUiElement in de.xima.fc.servlet.resource Modifier and Type Interface Description interfaceIPluginStaticResourceServletActionMixin forIPluginServletActionthat provides a basic implementation for a servlet action that provides static resources.Classes in de.xima.fc.servlet.resource that implement INamedUiElement Modifier and Type Class Description classAPluginStaticResourceServletActionBase class forIPluginServletActionwhich provides a basic implementation for a servlet action that provides static resources. -
Uses of INamedUiElement in de.xima.fc.transform
Classes in de.xima.fc.transform that implement INamedUiElement Modifier and Type Class Description classEColumnLabelTypeRepresenting 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 classEWorkflowElementCategoryEnumeration 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 interfaceIPluginActionNodeHandler<TData extends BaseActionProps>Mixin meant forIPluginWorkflowNodeplugins that only wish to provide a workflow action that executes some business logic.interfaceIPluginConditionNodeHandler<TData extends BaseConditionProps>Mixin meant forIPluginWorkflowNodeplugins that only wish to provide a workflow condition that checks a condition and redirects to the if or else branch based upon the result.interfaceIPluginDoUntilLoopNodeHandler<TData extends BaseDoUntilLoopProps,TState extends IWorkflowLoopDataProviding>Mixin meant forIPluginWorkflowNodeplugins that only wish to provide a workflow do until loop that runs a test and executes the loop body for as long as the test holds true (= a do until loop).interfaceIPluginTriggerHandler<TData extends BaseTriggerProps>Mixin meant forIPluginWorkflowTriggerplugins that only wish to provide a workflow trigger that executes some business logic.interfaceIPluginWhileLoopNodeHandler<TData extends BaseWhileLoopProps,TState extends IWorkflowLoopDataProviding>Mixin meant forIPluginWorkflowNodeplugins that only wish to provide a workflow while loop that runs a test and executes the loop body for as long as the test holds true (= a while loop).Classes in de.xima.fc.workflow.mixin that implement INamedUiElement Modifier and Type Class Description classAPluginActionNodeHandler<TData extends BaseActionProps>Abstract base class meant forIPluginWorkflowNodeplugins that only wish to provide a workflow action that executes some business logic.classAPluginConditionNodeHandler<TData extends BaseConditionProps>Abstract base class meant forIPluginWorkflowNodeplugins that only wish to provide a workflow condition that executes some business logic condition.classAPluginDoUntilLoopNodeHandler<TData extends BaseDoUntilLoopProps,TState extends IWorkflowLoopDataProviding>Abstract base class meant forIPluginWorkflowNodeplugins that only wish to provide a do-until loop with a custom test.classAPluginTriggerHandler<TData extends BaseTriggerProps>Abstract base class meant forIPluginWorkflowTriggerplugins that only wish to provide a workflow action that executes some business logic.classAPluginWhileLoopNodeHandler<TData extends BaseWhileLoopProps,TState extends IWorkflowLoopDataProviding>Abstract base class meant forIPluginWorkflowNodeplugins that only wish to provide a while loop with a custom test. -
Uses of INamedUiElement in de.xima.fc.workflow.model.enums
Classes in de.xima.fc.workflow.model.enums that implement INamedUiElement Modifier and Type Class Description classEMoveFormRecordToInboxTargetTypeclassESendFormRecordMessageTargetChatTypeclassESendFormRecordMessageTargetMemberTypeEnumeration for themembersof a newly created chat, used by the send form record message workflow action. -
Uses of INamedUiElement in de.xima.fc.workflow.model.list_item_source
Classes in de.xima.fc.workflow.model.list_item_source that implement INamedUiElement Modifier and Type Class Description classEForEachLoopItemListSourceEnumeration with the possible sources of items over which the built-in for-each loop workflow node can iterate.
-