Uses of Interface
de.xima.fc.update.interfaces.ISystemUpdate
-
Packages that use ISystemUpdate Package Description de.xima.fc.update de.xima.fc.update.interfaces de.xima.fc.update.updates -
-
Uses of ISystemUpdate in de.xima.fc.update
Methods in de.xima.fc.update that return types with arguments of type ISystemUpdate Modifier and Type Method Description static List<ISystemUpdate>UpdateManager. getAllUpdates()static List<ISystemUpdate>UpdateManager. getUnrunnedUpdates()Methods in de.xima.fc.update with parameters of type ISystemUpdate Modifier and Type Method Description static voidUpdateManager. executeUpdate(Benutzer user, ISystemUpdate update) -
Uses of ISystemUpdate in de.xima.fc.update.interfaces
Methods in de.xima.fc.update.interfaces with parameters of type ISystemUpdate Modifier and Type Method Description default voidISystemUpdateProgressObserver. onAfterExecuteUpdate(ISystemUpdate update)default voidISystemUpdateProgressObserver. onBeforeExecuteUpdate(ISystemUpdate update)Method parameters in de.xima.fc.update.interfaces with type arguments of type ISystemUpdate Modifier and Type Method Description default voidISystemUpdateProgressObserver. onAfterExecuteUpdates(List<ISystemUpdate> updates)default voidISystemUpdateProgressObserver. onBeforeExecuteUpdates(List<ISystemUpdate> updates) -
Uses of ISystemUpdate in de.xima.fc.update.updates
Classes in de.xima.fc.update.updates that implement ISystemUpdate 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.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
-