Uses of Interface
de.xima.fc.entities.interfaces.INameProviding
-
-
Uses of INameProviding in de.xima.fc.comparator
Classes in de.xima.fc.comparator with type parameters of type INameProviding Modifier and Type Class Description class
NameProvidingComparator<T extends INameProviding>
Klasse zum Sortieren von Plugins anhand desgetName()
-
Uses of INameProviding in de.xima.fc.entities
Classes in de.xima.fc.entities that implement INameProviding Modifier and Type Class Description class
AAuthenticator<T extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>
Abstract base class for user authenticatorsclass
Aktion
Deprecated.This entity is part of the old workflow engine.class
AktuellerBenutzer
Diese Klasse wird aktuell nur genutzt, um die persönlichen Daten des angemeldetenBenutzer
-Objekts zu ändern.class
APluginEntity<T extends IPluginFileEntity<?,?,?>,J extends IFileDataEntity<T>,C extends IFileDataEntity<T>>
class
AppointmentClosingTime
Describes the closing hours of anAppointmentTemplate
.class
AppointmentTemplate
An entity for the appointment module of FORMCYCLE.class
AWorkflowElement<TElement extends IWorkflowElementEntity,TSearchTerm extends AWorkflowElementSearchTerm<TElement>>
Base class for workflow elements, i.e. nodes and triggers.class
Benutzer
An entity that describes a real-life person.class
BenutzerGruppe
Diese Entität bildet ein Guppensystem ab, dem verschiedeneBenutzer
zugeordnet werden können.class
ClientAuthenticator
Entity model for user authenticators inMandant
scopeclass
ClientCounter
Counter entity inMandant
scopeclass
ClientPlugin
Entity for the binary data of an client-wide pluginclass
DatenbankZugriff
class
Datenquelle
class
FormTemplate
class
FormTemplateTag
class
FrontendServer
class
LDAPAbfrage
class
LDAPGruppe
class
LDAPZugriff
class
Mandant
Diese Entität bildet einen Mandanten ab.class
MandantFrontendServer
class
MandantRessource
class
Modul
class
Postfach
Diese Entität stellt ein Postfach dar.class
ProjectTag
A tag that is associated with aproject
.class
Projekt
The entityProjekt
contains the core functionality of the system.class
ProjektRessource
class
Rolle
Die Klasse Rolle dient dazu, die Rechte einesBenutzer
festzulegen.class
Status
Deprecated.This entity is part of the old workflow engine.class
SystemAuthenticator
Entity model for user authenticators in system scopeclass
SystemMessage
Entity for system messages.class
SystemPlugin
Entity for system-wide pluginsclass
Textbaustein
Diese Entität ermöglicht eine Zuordnung zw. einem Schlüssselwort und einem dahinterliegenden Text.class
WorkflowNode
A workflow node that represents a statement in a workflow task.class
WorkflowState
Describes the state of aVorgang
.class
WorkflowTask
A single workflow task with a program represented by theWorkflowTask.getRootNode()
that is executed when one of itsWorkflowTask.getTrigger()
fires.class
WorkflowTrigger
A workflow trigger that start aWorkflowTask
when a certain event occurs. -
Uses of INameProviding in de.xima.fc.entities.interfaces
Subinterfaces of INameProviding in de.xima.fc.entities.interfaces Modifier and Type Interface Description interface
IAuthenticator<T extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>
Common interface for user authenticator entities.interface
ICounter
Common interface for counter entitiesinterface
IPluginEntity<T extends IPluginFileEntity<?,?,?>,J extends IFileDataEntity<T>,C extends IFileDataEntity<T>>
-
Uses of INameProviding in de.xima.fc.export
Methods in de.xima.fc.export with type parameters of type INameProviding Modifier and Type Method Description protected <T extends INameProviding>
Map<String,T>AProjektUtil. createNamedMap(List<T> options)
Generiert aus einer Liste vonINameProviding
-Objekten eine Map mit Name als Key -
Uses of INameProviding in de.xima.fc.export.model
Classes in de.xima.fc.export.model that implement INameProviding Modifier and Type Class Description class
ExportAktionData
class
ExportStatusData
-
Uses of INameProviding in de.xima.fc.gui.bean.resource
Classes in de.xima.fc.gui.bean.resource with type parameters of type INameProviding Modifier and Type Class Description class
ABasicResourceBean<E extends IFileDataEntity<?>,T extends IFileProviding<?,E> & INameProviding & IDescriptionProviding>
-
Uses of INameProviding in de.xima.fc.gui.model
Classes in de.xima.fc.gui.model that implement INameProviding Modifier and Type Class Description class
PluginWrapperModel<E extends IPluginEntity<?,?,?>>
-
Uses of INameProviding in de.xima.fc.gui.validator.name
Classes in de.xima.fc.gui.validator.name with type parameters of type INameProviding Modifier and Type Class Description class
AUniqueManDepNameValidator<T extends INameProviding & de.xima.cmn.dao.interfaces.IEntity<Long> & IMandantDependent>
class
AUniqueNameValidator<TEntity extends INameProviding & de.xima.cmn.dao.interfaces.IEntity<Long>>
Attach this validator to the input field for thegetName()
of anIEntity
. -
Uses of INameProviding in de.xima.fc.importer.util
Methods in de.xima.fc.importer.util with type parameters of type INameProviding Modifier and Type Method Description static <T extends INameProviding & de.xima.cmn.dao.interfaces.IEntity<Long>>
StringEntityImportHelper. getUniqueEntityName(IEntityContext ec, T entity, T excludeEntity)
Gets a unique entity name for the given entity -
Uses of INameProviding in de.xima.fc.inbox.utils.comparator
Methods in de.xima.fc.inbox.utils.comparator with parameters of type INameProviding Modifier and Type Method Description int
SortNameIgnoreCase. compare(INameProviding e1, INameProviding e2)
-
Uses of INameProviding in de.xima.fc.interfaces.workflow
Subinterfaces of INameProviding in de.xima.fc.interfaces.workflow Modifier and Type Interface Description interface
IWorkflowElementEntity
Interface for workflow elements that behave differently depending on their type. -
Uses of INameProviding in de.xima.fc.mdl
Classes in de.xima.fc.mdl that implement INameProviding Modifier and Type Class Description class
LDAPBenutzer
class
VirtualBenutzer
class
VirtualRolle
-
Uses of INameProviding in de.xima.fc.plugin.abstracts
Classes in de.xima.fc.plugin.abstracts that implement INameProviding Modifier and Type Class Description class
AFCPlugin
Deprecated.class will be removed. -
Uses of INameProviding in de.xima.fc.plugin.config
Subinterfaces of INameProviding 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 INameProviding in de.xima.fc.plugin.entities
Subinterfaces of INameProviding in de.xima.fc.plugin.entities Modifier and Type Interface Description interface
IPluginEntities
Interface for an entities plugin. -
Uses of INameProviding in de.xima.fc.plugin.interfaces
Subinterfaces of INameProviding 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 INameProviding in de.xima.fc.plugin.interfaces.auth
Subinterfaces of INameProviding in de.xima.fc.plugin.interfaces.auth Modifier and Type Interface Description interface
IPluginAuthenticatorType
Interface for custom authenticator types. -
Uses of INameProviding in de.xima.fc.plugin.interfaces.backend
Subinterfaces of INameProviding 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 INameProviding in de.xima.fc.plugin.interfaces.form
Subinterfaces of INameProviding 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 INameProviding in de.xima.fc.plugin.interfaces.generic
Subinterfaces of INameProviding in de.xima.fc.plugin.interfaces.generic Modifier and Type Interface Description interface
IPluginGeneric
Interface for a generic plugin. -
Uses of INameProviding in de.xima.fc.plugin.interfaces.mail
Subinterfaces of INameProviding in de.xima.fc.plugin.interfaces.mail Modifier and Type Interface Description interface
IPluginMailEncryption
Interface for plugins of type email encryption. -
Uses of INameProviding in de.xima.fc.plugin.interfaces.monitoring
Subinterfaces of INameProviding 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 INameProviding in de.xima.fc.plugin.interfaces.portal
Subinterfaces of INameProviding in de.xima.fc.plugin.interfaces.portal Modifier and Type Interface Description interface
IPluginPortal
Plugin for creating custom portals with own ui -
Uses of INameProviding in de.xima.fc.plugin.interfaces.project
Subinterfaces of INameProviding in de.xima.fc.plugin.interfaces.project Modifier and Type Interface Description interface
IPluginProjectTemplate
Interface for plugins of the typ project template. -
Uses of INameProviding in de.xima.fc.plugin.interfaces.replacer
Subinterfaces of INameProviding 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 INameProviding in de.xima.fc.plugin.interfaces.scope
Subinterfaces of INameProviding 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 INameProviding in de.xima.fc.plugin.interfaces.servlet
Subinterfaces of INameProviding in de.xima.fc.plugin.interfaces.servlet Modifier and Type Interface Description interface
IPluginServletAction
Interface for plugins servlet action plugins. -
Uses of INameProviding in de.xima.fc.plugin.interfaces.user
Subinterfaces of INameProviding 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 INameProviding in de.xima.fc.plugin.interfaces.validation
Subinterfaces of INameProviding in de.xima.fc.plugin.interfaces.validation Modifier and Type Interface Description interface
IPluginValidationRule
Interface for validation rule plugins. -
Uses of INameProviding in de.xima.fc.plugin.interfaces.workflow
Subinterfaces of INameProviding 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 INameProviding in de.xima.fc.workflow
Classes in de.xima.fc.workflow that implement INameProviding Modifier and Type Class Description class
WorkflowStateModel
View model of aWorkflowState
that can be sent to the client. -
Uses of INameProviding in de.xima.fc.workflow.mixin
Subinterfaces of INameProviding 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
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 INameProviding 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
APluginTriggerHandler<TData extends BaseTriggerProps>
Abstract base class meant forIPluginWorkflowTrigger
plugins that only wish to provide a workflow action that executes some business logic. -
Uses of INameProviding in de.xima.fc.workflow.model.nodes
Classes in de.xima.fc.workflow.model.nodes that implement INameProviding Modifier and Type Class Description class
FcChangeFormAvailabilityProps
Model class for the change form value action (EWorkflowNodeType.FC_CHANGE_FORM_AVAILABILITY
).class
FcChangeFormValueProps
Model class for the change form value action (EWorkflowNodeType.FC_CHANGE_FORM_VALUE
).class
FcChangeStateProps
Model class for the state change workflow action (EWorkflowNodeType.FC_CHANGE_STATE
).class
FcCompressAsZipProps
Model class for the compress as ZIP workflow action (EWorkflowNodeType.FC_COMPRESS_AS_ZIP
).class
FcCopyFormRecordProps
Model class for the state change workflow action (EWorkflowNodeType.FC_COPY_FORM_RECORD
).class
FcCounterProps
Model class for the workflow action that modifies a counter, see alsoEWorkflowNodeType.FC_COUNTER
.class
FcCreateTextFileProps
The properties model for workflow nodes of typeEWorkflowNodeType.FC_CREATE_TEXT_FILE
.class
FcDeleteFormRecordProps
Model class for the return action (EWorkflowNodeType.FC_RETURN
).class
FcDoiInitProps
Model class for the workflow action that initializes the Double-Opt-In process.class
FcEmailProps
Model class for the email workflow action (EWorkflowNodeType.FC_EMAIL
).class
FcExportToPersistenceProps
class
FcExportToXmlProps
Model class for the change form value action (EWorkflowNodeType.FC_EXPORT_TO_XML
).class
FcFillPdfProps
Model class for the PDF fill workflow action (EWorkflowNodeType.FC_FILL_PDF
).class
FcFillWordProps
Model class for the Word fill workflow action (EWorkflowNodeType.FC_FILL_WORD
).class
FcHttpRequestProps
Model class for the HTTP request workflow action (EWorkflowNodeType.FC_POST_REQUEST
).class
FcImportFormValueFromXmlProps
Model class for the change form value action (EWorkflowNodeType.FC_IMPORT_FORM_VALUE_FROM_XML
).class
FcLdapQueryProps
Model class for the database statement action (EWorkflowNodeType.FC_LDAP_QUERY
).class
FcMoveFormRecordToInboxProps
Model class for move the current form record to inbox action (EWorkflowNodeType.FC_MOVE_FORM_RECORD_TO_INBOX
).class
FcProvideResourceProps
Model class for the provide resource workflow action (EWorkflowNodeType.FC_PROVIDE_RESOURCE
).class
FcQueueTaskProps
Model class for the state change workflow action (EWorkflowNodeType.FC_QUEUE_TASK
).class
FcRedirectProps
Model class for the change form value action (EWorkflowNodeType.FC_REDIRECT
).class
FcRenewProcessIdProps
Model class for the provide resource workflow action (EWorkflowNodeType.FC_RENEW_PROCESS_ID
).class
FcReturnFileProps
Model class for the return file workflow action (EWorkflowNodeType.FC_RETURN_FILE
).class
FcReturnProps
Model class for the return action (EWorkflowNodeType.FC_RETURN
).class
FcSaveToFileSystemProps
Model class for the save to file system workflow action (EWorkflowNodeType.FC_SAVE_TO_FILE_SYSTEM
).class
FcSetSavedFlagProps
Model class for the workflow node action that marks form records as savedclass
FcShowTemplateProps
Model class for the show template action (EWorkflowNodeType.FC_SHOW_TEMPLATE
).class
FcSqlStatementProps
Model class for the database statement action (EWorkflowNodeType.FC_SQL_STATEMENT
).class
FcThrowExceptionProps
Model class for the return action (EWorkflowNodeType.FC_THROW_EXCEPTION
).class
FcWriteFormRecordAttrProps
Model class for the write form record custom attributes action (EWorkflowNodeType.FC_WRITE_FORM_RECORD_ATTRIBUTES
). -
Uses of INameProviding in de.xima.fc.workflow.model.triggers
Classes in de.xima.fc.workflow.model.triggers that implement INameProviding Modifier and Type Class Description class
FcCatchErrorProps
The properties model for workflow triggers of typeEWorkflowTriggerType.FC_CATCH_ERROR
.class
FcDoiVerifiedProps
The properties model for workflow triggers of typeEWorkflowTriggerType.FC_DOI_VERIFIED
.class
FcFormSubmitButtonProps
The properties model for workflow triggers of typeEWorkflowTriggerType.FC_FORM_SUBMIT_BUTTON
.class
FcInvitationErrorProps
The properties model for workflow triggers of typeEWorkflowTriggerType.FC_INVITATION_ERROR
.class
FcInvitationSentProps
The properties model for workflow triggers of typeEWorkflowTriggerType.FC_INVITATION_SENT
.class
FcManualProps
The properties model for workflow triggers of typeEWorkflowTriggerType.FC_MANUAL
.class
FcQualifiedFormSubmitButtonProps
The properties model for workflow triggers of typeEWorkflowTriggerType.FC_QUALIFIED_FORM_SUBMIT_BUTTON
.class
FcStateTimerProps
The properties model for workflow triggers of typeEWorkflowTriggerType.FC_STATE_TIMER
.class
FcTimePointProps
The properties model for workflow triggers of typeEWorkflowTriggerType.FC_TIME_POINT
. -
Uses of INameProviding in de.xima.fc.workflow.processor.logic
Methods in de.xima.fc.workflow.processor.logic with type parameters of type INameProviding Modifier and Type Method Description static <T extends IUUIDEntity & INameProviding & IDescriptionProviding>
List<EntityRef>WorkflowProviderHelper. createEntityRefsWithName(List<T> entities)
Creates a list ofEntityRef
s with one entry for each entity, and an additional entry for aEntityRef.forNameValue(String)
.static <T extends IUUIDEntity & INameProviding & IDescriptionProviding>
List<? extends de.xima.cmn.validation.spec.IChoiceEntry<EntityRef>>WorkflowProviderHelper. createEntityRefsWithNameSelectItems(List<T> entities, String labelEntities, String labelOthers, String labelName)
Creates a list of choice entries with anEntityRef
for each entity, and an additional entry for aEntityRef.forNameValue(String)
.static <T extends IUUIDEntity & INameProviding & IDescriptionProviding>
List<? extends de.xima.cmn.validation.spec.IChoiceEntry<UuidEntityRef>>WorkflowProviderHelper. createSelectItems(List<T> entities)
-
Uses of INameProviding in de.xima.fc.workflow.taglib.model
Classes in de.xima.fc.workflow.taglib.model that implement INameProviding Modifier and Type Class Description class
BaseActionProps
Base class for node properties.class
BaseTriggerProps
Base class for trigger properties.
-