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 interfaceIListenerRegistratorInterface for registering listeners that perform setup logic.Methods in de.xima.fc.listener with parameters of type IOrderable Modifier and Type Method Description default intIOrderable. compareTo(IOrderable other)Method parameters in de.xima.fc.listener with type arguments of type IOrderable Modifier and Type Method Description default booleanIOrderable. 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 classClientCounterDaoListenerListener registrator for listeners of theClientCounterDaoclassClusterListenerclassFSConnectionListenerclassGenericEMFListenerclassPluginManagerListenerclassPluginRuntimeListenerclassPluginSyncListenerclassSchedulerStartListenerclassStatisticsPersistListenerclassVorgangsDaoListenersListeners-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 interfaceISystemUpdateInterfaces 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 classAddAuthenticatorsUpdate_6_4Generates newProjectAuthenticatorConfigs based on the old authentication configuration of aProjektclassAuthTemplateUpdate_6_4Marks old HTML templates as outdated and creates/resets new templates for authenticationclassClearAndUpdateDatatablesUpdate_6_0classCSVSourcesMigrationUpdateclassDeprecateTextTemplateSystemInfoUpdate_7_0Deprecates theTextbausteinof typeETextbausteinMsgCode.SYSTEM_INFORMATION.classEncryptTemplateI18nUpdate_6_4Generates new HTML templates for authenticationclassFileFormRecordDataSizeUpdate_6_0classFixMissingInvalidTokenTemplate_6_6_9classFormVersionUpdate_6_1Updates the theme reference onFormVersions from its name to UUIDclassI18nVariableMigrationUpdateSystem update for migration old text-templates 'FD2_I18N' to new 'I18N_VARIABLE' templates.classPluginToDatabaseUpdateclassProcessingUpdate_6_1Updates the processing of actions for use with new interfaces methods.classProcessingUpdate_6_2Updating processing parameters for FC version 6.2.0.classProjectIdentityCheckDataUpdate_7_0Adds project identity check data entity for projects that have an identity check template set.classProjectInboxUpdate_6_4Updates the specfic inboxes, adding system columns to all existing specific inboxesclassProjectPasswordMigration_7_0Migrates all project passwords to project_authenticator_attr tableclassReinitialzeMySQLProjectTables_6_0Reinitialisierung der MySQL-Projekttabellen aufgrund eines EncodingproblemsclassRoleAccessPropertyUpdate_6_0Updates all roles for newEAccessPropertythat were added in v6.classRoleAccessPropertyUpdate_6_1Updates all roles for newEAccessPropertythat were added in v6.classRoleAccessPropertyUpdate_6_2Updates all roles for newEAccessPropertythat were added in v6.classRoleAccessPropertyUpdate_6_4Updates all roles for newEAccessPropertythat were added in v6.4classRoleAccessPropertyUpdate_6_5Updates all roles for newEAccessPropertythat were added in v6.4classRoleAccessPropertyUpdate_6_6_1Updates all roles for newEAccessPropertythat were added in v6.6.1classRoleAccessPropertyUpdate_7_0Updates all roles for newEAccessPropertys that were added in version 7.0classRoleAccessPropertyUpdate_7_0_11Updates all roles for newEAccessPropertys that were added in version 7.0.11classRoleAccessPropertyUpdate_7_0_13Updates all roles for newEAccessPropertys that were added in version 7.0.13classRoleAccessPropertyUpdate_7_1Updates all roles for newEAccessPropertythat were added in version 7.1classRoleAccessPropertyUpdate_7_2Updates all roles for newEAccessPropertythat were added in version 7.1classTemplateUpdate_6_5Adds a new HTML template for appointment managementclassTextTemplates_6_0classThemeToFormVersionUpdateA new column was added to the FormVersion entity:FormVersion.getTheme().classWorkflowStateReceivedRefactor_7_0_13Updates the internal name of the received state from 'RESERVED_SYSSTATE_RECEIVED' to the localized name.classWorkflowStateRecordRestrictionUpdate_7_0_5Updates 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 interfaceISingleBaseActionBuiltinNodePrototype<TData extends BaseActionProps>Mixin that extendsISingleBaseActionNodePrototypefor builtin node types.interfaceISingleBaseBuiltinTriggerPrototype<TData extends BaseTriggerProps>Mixin that extendsISingleBaseTriggerPrototypefor built-in trigger types.interfaceISingleBuiltinNodePrototype<TData>Mixin that extendsISingleNodePrototypefor builtin node types.interfaceISingleBuiltinTriggerPrototype<TData>Mixin that extendsISingleTriggerPrototypefor 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 classWorkflowListenerListener 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 interfaceIBuiltinNodeType<TData>Mixin for all built-in workflow node handlers.interfaceIBuiltinTriggerType<TData>Mixin for all built-in workflow trigger handlers. 
 -