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.common.bean_models
Classes in de.xima.fc.common.bean_models that implement INamedUiElement Modifier and Type Class Description class
ETimeUnit
Enumeration 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 class
EPortalStatePreset
Presets foruser portal states
for the workflow designer. -
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>
List<SelectItemChoice<T>>EnumBean. getSelectItemsByDisplayName(T... values)
Returns all enum values asSelectItem
s, 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 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
class
EKerberosLdapUserFilterType
Enum 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 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
Deprecated.UserIView
instead -
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.class
EFormRecordQueryType
Basic 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 interface
IAccessProperty
Interface 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 anINamedUiElement
in 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 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
Deprecated.Use the new workflow engine (IWorkflowEventRunner
).interface
IProcessingPlugin
Deprecated.Use the new workflow engine (IWorkflowEventRunner
).interface
IProcessingWrapper
Deprecated.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 interface
IDatabaseAccessDependent
Deprecated.Use the new workflow engine (IWorkflowEventRunner
).interface
IInboxDependent
Deprecated.Use the new workflow engine (IWorkflowEventRunner
).interface
IMailDependent
Deprecated.Use the new workflow engine (IWorkflowEventRunner
).interface
IStatusDependent
Deprecated.Use the new workflow engine (IWorkflowEventRunner
).interface
ITemplateDependent
Deprecated.Use the new workflow engine (IWorkflowEventRunner
).interface
IUserDependent
Deprecated.Use the new workflow engine (IWorkflowEventRunner
).interface
IUserGroupDependent
Deprecated.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 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
EAttachmentItemType
Enumeration of the different types of attachments that can be selected in the configuration of workflow actions.class
EAttachmentSource
class
EAuthCallbackUrlType
Types of callback URLs.class
EAuthClientType
class
EAuthorizationFilterType
Default authorization filter types.class
EAuthRedirectTarget
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
Deprecated.UseSystemAuthenticator
s for the backend instead.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
EDefaultSenderName
class
EEmailArchiveFormat
Format of mail as file for archive.class
EEmailBodyFormatType
Types of mail body sending formatclass
EEncryptionTestResult
class
EExecCondition
Deprecated.Use the new workflow engine, such asWorkflowNode
andWorkflowTrigger
.class
EExterneRessourcenTyp
class
EFcServerType
Types of formcycle servers.class
EFcWebAppFeature
Default formcycle web app features.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
EFormRecordMessageSenderContext
Enum providing the default sender contexts.class
EFormRecordSubmitContext
Enum representing the default submit contexts for form records.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
EGender
class
EHttpContentType
Enumeration of the possible content types that can be selected for theEWorkflowNodeType#FC_POST_REQUEST
.class
EHttpLocationResolutionType
How to handle redirect (relative) URIs when sending an HTTP request and the response has a 3xx status code with aLocation
header.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
EInputClientLayout
Enum representing the layout options of credentials authenticators (i.e.class
EInternalMessageType
Enumeration of the different internal message types which accessable in different scopes.class
ELanguage
Supported default languages for the formcycle backend.class
ELicenseCheckType
Enumeration of the available license check type.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
ELoginLayout
class
ELoginNoticePosition
Possible positions for the login notice on the login screen.class
EMailAuthenticationType
Enumeration of possible authentication methods.class
EMailEncryption
class
EMailSenderAddressMode
When sending mails, whether the sender address can be changed.class
EMatchCondition
class
EModule
Deprecated.class
EMultiFactorAuthenticationType
Enum of types of MFA tokens.class
EMultipartHeaderType
Enumeration of the possible ways to handle Unicode characters in headers of multipart HTTP requests.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
EPluginServerRestrictionType
Enumeration of server types on which the installation of a plugin should be limited.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
ESamlEntityIdType
Enum specifying the type of the SAML entity ID.class
ESamlMetadataIntegrationType
class
EServerConfigFeature
This 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.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
EUploadRequestFileMergeMode
class
EUserPortalStateType
Enum representing the default type for user portal states.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.plugin
Classes in de.xima.fc.mdl.plugin that implement INamedUiElement Modifier and Type Class Description class
EPluginUpdateStatus
The 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 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
Deprecated.Use the new workflow engine, which lets you specify a custom model and a custom UI.interface
IPluginCustomGUI
Deprecated.Use the new workflow engine, e.g.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
IFormLifecyclePlugin
Base interface for plugins which hook into the lifecycle of the form, such as pre-render or pre-process plugins.interface
IPluginDataSource
Interface for a data source plugin.interface
IPluginFormDesignerResource
Interface for plugins to add additional resources (CSS or JavaScript) to the form designer.interface
IPluginFormElementCatalogue
Interface for plugins that may add a set of form items to the designer.interface
IPluginFormElementPropertiesExtension
A plugin that lets you add additional properties to existing form elements, which can be configured in the form designer.interface
IPluginFormElementTemplate
Interface for plugins that wish to provide custom template for the form designer.interface
IPluginFormElementTemplateStatic
Mixin that implements the methods ofIPluginFormElementTemplate
with defaults for static form element template plugins, when you have all templates stored as resources in the plugin's class path (i.e.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
Deprecated.This plugin type was never called and will never have any function.interface
IPluginFormPropertiesExtension
A 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.interface
IPluginFormRenderCallback
Plugins that allows the form render process to be customized.interface
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
IPluginWorkflowElementPrototypes
interface
IPluginWorkflowNode
Interface for workflow node plugins.interface
IPluginWorkflowTrigger
Interface 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 class
EPluginStoreItemInstallScope
Enumeration of the possible scope of a plugin store item, indicating also if the client overloads a plugin installed also in system scope.class
EPluginStoreItemInstallStatus
Enumeration 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 interface
IPluginStaticResourceServletAction
Mixin forIPluginServletAction
that 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 class
APluginStaticResourceServletAction
Base class forIPluginServletAction
which 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 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
IPluginDoUntilLoopNodeHandler<TData extends BaseDoUntilLoopProps,TState extends IWorkflowLoopDataProviding>
Mixin meant forIPluginWorkflowNode
plugins 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).interface
IPluginTriggerHandler<TData extends BaseTriggerProps>
Mixin meant forIPluginWorkflowTrigger
plugins that only wish to provide a workflow trigger that executes some business logic.interface
IPluginWhileLoopNodeHandler<TData extends BaseWhileLoopProps,TState extends IWorkflowLoopDataProviding>
Mixin meant forIPluginWorkflowNode
plugins 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 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
APluginDoUntilLoopNodeHandler<TData extends BaseDoUntilLoopProps,TState extends IWorkflowLoopDataProviding>
Abstract base class meant forIPluginWorkflowNode
plugins that only wish to provide a do-until loop with a custom test.class
APluginTriggerHandler<TData extends BaseTriggerProps>
Abstract base class meant forIPluginWorkflowTrigger
plugins that only wish to provide a workflow action that executes some business logic.class
APluginWhileLoopNodeHandler<TData extends BaseWhileLoopProps,TState extends IWorkflowLoopDataProviding>
Abstract base class meant forIPluginWorkflowNode
plugins 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 class
EMoveFormRecordToInboxTargetType
class
ESendFormRecordMessageTargetChatType
class
ESendFormRecordMessageTargetMemberType
Enumeration for themembers
of 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 class
EForEachLoopItemListSource
Enumeration with the possible sources of items over which the built-in for-each loop workflow node can iterate.
-