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 void
UpdateManager. 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 void
ISystemUpdateProgressObserver. onAfterExecuteUpdate(ISystemUpdate update)
default void
ISystemUpdateProgressObserver. onBeforeExecuteUpdate(ISystemUpdate update)
Method parameters in de.xima.fc.update.interfaces with type arguments of type ISystemUpdate Modifier and Type Method Description default void
ISystemUpdateProgressObserver. onAfterExecuteUpdates(List<ISystemUpdate> updates)
default void
ISystemUpdateProgressObserver. 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 class
AddAuthenticatorsUpdate_6_4
Generates newProjectAuthenticatorConfig
s based on the old authentication configuration of aProjekt
class
AuthTemplateUpdate_6_4
Marks old HTML templates as outdated and creates/resets new templates for authenticationclass
ClearAndUpdateDatatablesUpdate_6_0
class
CSVSourcesMigrationUpdate
class
DeprecateTextTemplateSystemInfoUpdate_7_0
Deprecates theTextbaustein
of typeETextbausteinMsgCode.SYSTEM_INFORMATION
.class
EncryptTemplateI18nUpdate_6_4
Generates new HTML templates for authenticationclass
FileFormRecordDataSizeUpdate_6_0
class
FixMissingInvalidTokenTemplate_6_6_9
class
FormVersionUpdate_6_1
Updates the theme reference onFormVersion
s from its name to UUIDclass
I18nVariableMigrationUpdate
System update for migration old text-templates 'FD2_I18N' to new 'I18N_VARIABLE' templates.class
PluginToDatabaseUpdate
class
ProcessingUpdate_6_1
Updates the processing of actions for use with new interfaces methods.class
ProcessingUpdate_6_2
Updating processing parameters for FC version 6.2.0.class
ProjectIdentityCheckDataUpdate_7_0
Adds project identity check data entity for projects that have an identity check template set.class
ProjectInboxUpdate_6_4
Updates the specfic inboxes, adding system columns to all existing specific inboxesclass
ProjectPasswordMigration_7_0
Migrates all project passwords to project_authenticator_attr tableclass
ReinitialzeMySQLProjectTables_6_0
Reinitialisierung der MySQL-Projekttabellen aufgrund eines Encodingproblemsclass
RoleAccessPropertyUpdate_6_0
Updates all roles for newEAccessProperty
that were added in v6.class
RoleAccessPropertyUpdate_6_1
Updates all roles for newEAccessProperty
that were added in v6.class
RoleAccessPropertyUpdate_6_2
Updates all roles for newEAccessProperty
that were added in v6.class
RoleAccessPropertyUpdate_6_4
Updates all roles for newEAccessProperty
that were added in v6.4class
RoleAccessPropertyUpdate_6_5
Updates all roles for newEAccessProperty
that were added in v6.4class
RoleAccessPropertyUpdate_6_6_1
Updates all roles for newEAccessProperty
that were added in v6.6.1class
RoleAccessPropertyUpdate_7_0
Updates all roles for newEAccessProperty
s that were added in version 7.0class
RoleAccessPropertyUpdate_7_0_11
Updates all roles for newEAccessProperty
s that were added in version 7.0.11class
RoleAccessPropertyUpdate_7_0_13
Updates all roles for newEAccessProperty
s that were added in version 7.0.13class
RoleAccessPropertyUpdate_7_1
Updates all roles for newEAccessProperty
that were added in version 7.1class
RoleAccessPropertyUpdate_7_2
Updates all roles for newEAccessProperty
that were added in version 7.1class
TemplateUpdate_6_5
Adds a new HTML template for appointment managementclass
TextTemplates_6_0
class
ThemeToFormVersionUpdate
A new column was added to the FormVersion entity:FormVersion.getTheme()
.class
WorkflowStateReceivedRefactor_7_0_13
Updates the internal name of the received state from 'RESERVED_SYSSTATE_RECEIVED' to the localized name.class
WorkflowStateRecordRestrictionUpdate_7_0_5
Updates the access configuration of existing workflow states to conform to the new security by default paradigm for workflow states
-