Uses of Interface
de.xima.fc.listener.IOrderable
-
-
Uses of IOrderable in de.xima.fc.annotations
Methods in de.xima.fc.annotations that return types with arguments of type IOrderable Modifier and Type Method Description Class<? extends IOrderable>
after()
Defines the class that comes before in a sequence order -
Uses of IOrderable in de.xima.fc.listener
Subinterfaces of IOrderable in de.xima.fc.listener Modifier and Type Interface Description interface
IListenerRegistrator
Interface for registering listeners that perform setup logic.Methods in de.xima.fc.listener with parameters of type IOrderable Modifier and Type Method Description default int
IOrderable. compareTo(IOrderable other)
Method parameters in de.xima.fc.listener with type arguments of type IOrderable Modifier and Type Method Description default boolean
IOrderable. shouldBeAfter(Class<? extends IOrderable> lhsClass, Class<? extends IOrderable> rhsClass)
Checks whether the second class should be sorted after the first class. -
Uses of IOrderable in de.xima.fc.ms.listener
Classes in de.xima.fc.ms.listener that implement IOrderable Modifier and Type Class Description class
ClientCounterDaoListener
Listener registrator for listeners of theClientCounterDao
class
ClusterListener
class
FSConnectionListener
class
GenericEMFListener
class
PluginManagerListener
class
PluginRuntimeListener
class
PluginSyncListener
class
SchedulerStartListener
class
StatisticsPersistListener
class
VorgangsDaoListeners
Listeners-Klasse für Listener für DAO-Aktionen eines Vorgangs -
Uses of IOrderable in de.xima.fc.update.interfaces
Subinterfaces of IOrderable in de.xima.fc.update.interfaces Modifier and Type Interface Description interface
ISystemUpdate
Interfaces for system changes -
Uses of IOrderable in de.xima.fc.update.updates
Classes in de.xima.fc.update.updates that implement IOrderable Modifier and Type Class Description class
AddAuthenticatorsUpdate_6_4
Generates newProjectAuthenticatorConfig
s based on the old authentication configuration of aProjekt
class
AuthTemplateUpdate_6_4
Marks old HTML templates as outdated and creates/resets new templates for authenticationclass
ClearAndUpdateDatatablesUpdate_6_0
class
CSVSourcesMigrationUpdate
class
DeprecateTextTemplateSystemInfoUpdate_7_0
Deprecates theTextbaustein
of typeETextbausteinMsgCode.SYSTEM_INFORMATION
.class
EncryptTemplateI18nUpdate_6_4
Generates new HTML templates for authenticationclass
FileFormRecordDataSizeUpdate_6_0
class
FixMissingInvalidTokenTemplate_6_6_9
class
FormVersionUpdate_6_1
Updates the theme reference onFormVersion
s from its name to UUIDclass
I18nVariableMigrationUpdate
System update for migration old text-templates 'FD2_I18N' to new 'I18N_VARIABLE' templates.class
PluginToDatabaseUpdate
class
ProcessingUpdate_6_1
Updates the processing of actions for use with new interfaces methods.class
ProcessingUpdate_6_2
Updating processing parameters for FC version 6.2.0.class
ProjectIdentityCheckDataUpdate_7_0
Adds project identity check data entity for projects that have an identity check template set.class
ProjectInboxUpdate_6_4
Updates the specfic inboxes, adding system columns to all existing specific inboxesclass
ProjectPasswordMigration_7_0
Migrates all project passwords to project_authenticator_attr tableclass
ReinitialzeMySQLProjectTables_6_0
Reinitialisierung der MySQL-Projekttabellen aufgrund eines Encodingproblemsclass
RoleAccessPropertyUpdate_6_0
Updates all roles for newEAccessProperty
that were added in v6.class
RoleAccessPropertyUpdate_6_1
Updates all roles for newEAccessProperty
that were added in v6.class
RoleAccessPropertyUpdate_6_2
Updates all roles for newEAccessProperty
that were added in v6.class
RoleAccessPropertyUpdate_6_4
Updates all roles for newEAccessProperty
that were added in v6.4class
RoleAccessPropertyUpdate_6_5
Updates all roles for newEAccessProperty
that were added in v6.4class
RoleAccessPropertyUpdate_6_6_1
Updates all roles for newEAccessProperty
that were added in v6.6.1class
RoleAccessPropertyUpdate_7_0
Updates all roles for newEAccessProperty
s that were added in version 7.0class
TemplateUpdate_6_5
Adds a new HTML template for appointment managementclass
TextTemplates_6_0
class
ThemeToFormVersionUpdate
A new column was added to the FormVersion entity:FormVersion.getTheme()
.class
WorkflowStateRecordRestrictionUpdate_7_0_5
Updates the access configuration of existing workflow states to conform to the new security by default paradigm for workflow states -
Uses of IOrderable in de.xima.fc.workflow.designer.mixin
Subinterfaces of IOrderable in de.xima.fc.workflow.designer.mixin Modifier and Type Interface Description interface
ISingleBaseActionBuiltinNodePrototype<TData extends BaseActionProps>
Mixin that extendsISingleBaseActionNodePrototype
for builtin node types.interface
ISingleBaseBuiltinTriggerPrototype<TData extends BaseTriggerProps>
Mixin that extendsISingleBaseTriggerPrototype
for built-in trigger types.interface
ISingleBuiltinNodePrototype<TData>
Mixin that extendsISingleNodePrototype
for builtin node types.interface
ISingleBuiltinTriggerPrototype<TData>
Mixin that extendsISingleTriggerPrototype
for built-in trigger types. -
Uses of IOrderable in de.xima.fc.workflow.designer.registry
Classes in de.xima.fc.workflow.designer.registry that implement IOrderable Modifier and Type Class Description class
WorkflowListener
Listener that registers the bean validation context implementation required by the workflow engine. -
Uses of IOrderable in de.xima.fc.workflow.designer.registry.nodes
-
Uses of IOrderable in de.xima.fc.workflow.designer.registry.triggers
-
Uses of IOrderable in de.xima.fc.workflow.mixin
Subinterfaces of IOrderable in de.xima.fc.workflow.mixin Modifier and Type Interface Description interface
IBuiltinNodeType<TData>
Mixin for all built-in workflow node handlers.interface
IBuiltinTriggerType<TData>
Mixin for all built-in workflow trigger handlers.
-