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.classSystem update that creates all necessary LDAP authenticatorsclassSystem 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.classMigrates all users to user profiles and creates client authorizationsclassMigrates 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_ to _WORKFLOW_TRIGGER_ _pid# _cid# . 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. 
UpdateManager.executeNecessaryUpdates(IUser, ISystemUpdateProgressObserver)orUpdateManager.checkForNeededUpdates(IUser).