Uses of Interface
de.xima.fc.update.interfaces.ISystemUpdate
Packages that use ISystemUpdate
Package
Description
-
Uses of ISystemUpdate in de.xima.fc.update
Methods in de.xima.fc.update that return types with arguments of type ISystemUpdateModifier and TypeMethodDescriptionstatic List<ISystemUpdate> UpdateManager.getAllUpdates()Deprecated.static List<ISystemUpdate> UpdateManager.getUnrunnedUpdates()Methods in de.xima.fc.update with parameters of type ISystemUpdateModifier and TypeMethodDescriptionstatic voidUpdateManager.executeUpdate(IUser user, ISystemUpdate update) -
Uses of ISystemUpdate in de.xima.fc.update.interfaces
Methods in de.xima.fc.update.interfaces with parameters of type ISystemUpdateModifier and TypeMethodDescriptiondefault voidISystemUpdateProgressObserver.onAfterExecuteUpdate(ISystemUpdate update) default voidISystemUpdateProgressObserver.onBeforeExecuteUpdate(ISystemUpdate update) Method parameters in de.xima.fc.update.interfaces with type arguments of type ISystemUpdateModifier and TypeMethodDescriptiondefault voidISystemUpdateProgressObserver.onAfterExecuteUpdates(List<ISystemUpdate> updates) default voidISystemUpdateProgressObserver.onBeforeExecuteUpdates(List<ISystemUpdate> updates) -
Uses of ISystemUpdate in de.xima.fc.update.updates.pre8
Classes in de.xima.fc.update.updates.pre8 that implement ISystemUpdateModifier and TypeClassDescriptionclassGenerates newProjectAuthenticatorConfigs based on the old authentication configuration of aProjektclassMarks old HTML templates as outdated and creates/resets new templates for authenticationclassclassclassDeprecates theTextbausteinof typeETextbausteinMsgCode.SYSTEM_INFORMATION.classGenerates new HTML templates for authenticationclassclassclassUpdates the theme reference onFormVersions from its name to UUIDclassSystem update for migration old text-templates 'FD2_I18N' to new 'I18N_VARIABLE' templates.classclassUpdates the processing of actions for use with new interfaces methods.classUpdating processing parameters for FC version 6.2.0.classAdds project identity check data entity for projects that have an identity check template set.classUpdates the specfic inboxes, adding system columns to all existing specific inboxesclassMigrates all project passwords to project_authenticator_attr tableclassReinitialisierung der MySQL-Projekttabellen aufgrund eines EncodingproblemsclassUpdates all roles for newEAccessPropertythat were added in v6.classUpdates all roles for newEAccessPropertythat were added in v6.classUpdates all roles for newEAccessPropertythat were added in v6.classUpdates all roles for newEAccessPropertythat were added in v6.4classUpdates all roles for newEAccessPropertythat were added in v6.4classUpdates all roles for newEAccessPropertythat were added in v6.6.1classUpdates all roles for newEAccessPropertys that were added in version 7.0classUpdates all roles for newEAccessPropertys that were added in version 7.0.11classUpdates all roles for newEAccessPropertys that were added in version 7.0.13classUpdates all roles for newEAccessPropertythat were added in version 7.1classUpdates all roles for newEAccessPropertythat were added in version 7.1classUpdates all roles for newEAccessPropertythat were added in version 7.3classUpdates all roles for newEAccessPropertythat were added in version 7.4classAdds a new HTML template for appointment managementclassclassA new column was added to the FormVersion entity:FormVersion.getTheme().classUpdates the internal name of the received state from 'RESERVED_SYSSTATE_RECEIVED' to the localized name.classUpdates the access configuration of existing workflow states to conform to the new security by default paradigm for workflow states -
Uses of ISystemUpdate in de.xima.fc.update.updates.v8
Classes in de.xima.fc.update.updates.v8 that implement ISystemUpdateModifier and TypeClassDescriptionclassSystem update that creates allIndirectClientAuthorizations.classDeprecated.classSystem update that deactivates the NTLM configuration if it is active.classSystem update that migrates theuser filer for LDAP user searchto thekerberos.properties.classCreates LDAP connections for allMandantLdapDataand connects them with appropriate LDAP queries or actions.classDeprecated.classBefore version 8.0.4, references to user groups in the form designer used the name of the user group.classDeprecated.classMigrates all user references in workflow actions to references to the newDirectClientAuthorization.classRenames all group names of timed workflow trigger quartz trigger and jobs from scheme <WORKFLOW_TRIGGER_TYPE>_WORKFLOW_TRIGGER_<FORM_RECORD_UUID> to <WORKFLOW_TRIGGER_TYPE>_WORKFLOW_TRIGGER_<FORM_RECORD_ID>_pid#<PROJECT_ID>_cid#<CLIENT_ID> .classclassclassAdds new MAIL templates for the new user management. -
Uses of ISystemUpdate in de.xima.fc.update.updates.v8_1
Classes in de.xima.fc.update.updates.v8_1 that implement ISystemUpdateModifier and TypeClassDescriptionclassUpdate of the i18n variable 'lettersLeft' for the new input element counter api on a textarea element.classSystem update that sets the initial value of the 'deactivate content type verification for uploads' system property.classUpdate to move application properties from file to database.classUpdate all system authenticators to set theSystemAuthenticator.isAllowAllClients()flag based on theSystemAuthenticator.getAllowedClients()list. -
Uses of ISystemUpdate in de.xima.fc.update.updates.v8_2
Classes in de.xima.fc.update.updates.v8_2 that implement ISystemUpdateModifier and TypeClassDescriptionclassWrites the form version properties from the persist JSON to the database table.classUpdate to set the access properties of all roles to the default values. -
Uses of ISystemUpdate in de.xima.fc.update.updates.v8_3
Classes in de.xima.fc.update.updates.v8_3 that implement ISystemUpdateModifier and TypeClassDescriptionclassclassUpdate to set the access properties of all roles to the default values. -
Uses of ISystemUpdate in de.xima.fc.update.updates.v8_3.form_theme_update
Classes in de.xima.fc.update.updates.v8_3.form_theme_update that implement ISystemUpdateModifier and TypeClassDescriptionfinal classThis update creates a newclient form themefor eachCSS text template.final classThis update updates all newform versionsand sets the form theme to the newly createdclient form themes.final classThis update updates all newtext templatesoftypeHTML, and sets theallow custom form themeflag to true when the HTML text template contains only default styles and no custom styles. -
Uses of ISystemUpdate in de.xima.fc.update.updates.v8_4
Classes in de.xima.fc.update.updates.v8_4 that implement ISystemUpdateModifier and TypeClassDescriptionclassclassUpdate to set the access properties of all roles to the default values.classUpdate to set the access properties of all roles to the default values. -
Uses of ISystemUpdate in de.xima.fc.update.updates.v8_5
Classes in de.xima.fc.update.updates.v8_5 that implement ISystemUpdateModifier and TypeClassDescriptionclassMigration of keystores from the filesystem to the database for FrontendServer entities.classUpdate to set the access properties of all roles to the default values.
UpdateManager.executeNecessaryUpdates(IUser, ISystemUpdateProgressObserver)orUpdateManager.checkForNeededUpdates(IUser).