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 void
UpdateManager.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 void
ISystemUpdateProgressObserver.onAfterExecuteUpdate
(ISystemUpdate update) default void
ISystemUpdateProgressObserver.onBeforeExecuteUpdate
(ISystemUpdate update) Method parameters in de.xima.fc.update.interfaces with type arguments of type ISystemUpdateModifier and TypeMethodDescriptiondefault void
ISystemUpdateProgressObserver.onAfterExecuteUpdates
(List<ISystemUpdate> updates) default void
ISystemUpdateProgressObserver.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 TypeClassDescriptionclass
Generates newProjectAuthenticatorConfig
s based on the old authentication configuration of aProjekt
class
Marks old HTML templates as outdated and creates/resets new templates for authenticationclass
class
class
Deprecates theTextbaustein
of typeETextbausteinMsgCode.SYSTEM_INFORMATION
.class
Generates new HTML templates for authenticationclass
class
class
Updates the theme reference onFormVersion
s from its name to UUIDclass
System update for migration old text-templates 'FD2_I18N' to new 'I18N_VARIABLE' templates.class
class
Updates the processing of actions for use with new interfaces methods.class
Updating processing parameters for FC version 6.2.0.class
Adds project identity check data entity for projects that have an identity check template set.class
Updates the specfic inboxes, adding system columns to all existing specific inboxesclass
Migrates all project passwords to project_authenticator_attr tableclass
Reinitialisierung der MySQL-Projekttabellen aufgrund eines Encodingproblemsclass
Updates all roles for newEAccessProperty
that were added in v6.class
Updates all roles for newEAccessProperty
that were added in v6.class
Updates all roles for newEAccessProperty
that were added in v6.class
Updates all roles for newEAccessProperty
that were added in v6.4class
Updates all roles for newEAccessProperty
that were added in v6.4class
Updates all roles for newEAccessProperty
that were added in v6.6.1class
Updates all roles for newEAccessProperty
s that were added in version 7.0class
Updates all roles for newEAccessProperty
s that were added in version 7.0.11class
Updates all roles for newEAccessProperty
s that were added in version 7.0.13class
Updates all roles for newEAccessProperty
that were added in version 7.1class
Updates all roles for newEAccessProperty
that were added in version 7.1class
Updates all roles for newEAccessProperty
that were added in version 7.3class
Updates all roles for newEAccessProperty
that were added in version 7.4class
Adds a new HTML template for appointment managementclass
class
A new column was added to the FormVersion entity:FormVersion.getTheme()
.class
Updates the internal name of the received state from 'RESERVED_SYSSTATE_RECEIVED' to the localized name.class
Updates 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 TypeClassDescriptionclass
System update that creates allIndirectClientAuthorization
s.class
System update that creates all necessary LDAP authenticatorsclass
System update that deactivates the NTLM configuration if it is active.class
System update that migrates theuser filer for LDAP user search
to thekerberos.properties
.class
Creates LDAP connections for allMandantLdapData
and connects them with appropriate LDAP queries or actions.class
Deprecated.class
Before version 8.0.4, references to user groups in the form designer used the name of the user group.class
Migrates all users to user profiles and creates client authorizationsclass
Migrates all user references in workflow actions to references to the newDirectClientAuthorization
.class
Renames all group names of timed workflow trigger quartz trigger and jobs from scheme_WORKFLOW_TRIGGER_ to _WORKFLOW_TRIGGER_ _pid# _cid# . class
class
class
Adds 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 TypeClassDescriptionclass
Update of the i18n variable 'lettersLeft' for the new input element counter api on a textarea element.class
System update that sets the initial value of the 'deactivate content type verification for uploads' system property.class
Update to move application properties from file to database.class
Update all system authenticators to set theSystemAuthenticator.isAllowAllClients()
flag based on theSystemAuthenticator.getAllowedClients()
list.
UpdateManager.executeNecessaryUpdates(IUser, ISystemUpdateProgressObserver)
orUpdateManager.checkForNeededUpdates(IUser)
.