Uses of Class
software.xdev.micromigration.notification.ScriptExecutionNotificationWithoutScriptReference
-
Packages that use ScriptExecutionNotificationWithoutScriptReference Package Description software.xdev.micromigration.microstream.versionagnostic software.xdev.micromigration.version -
-
Uses of ScriptExecutionNotificationWithoutScriptReference in software.xdev.micromigration.microstream.versionagnostic
Methods in software.xdev.micromigration.microstream.versionagnostic that return types with arguments of type ScriptExecutionNotificationWithoutScriptReference Modifier and Type Method Description java.util.List<ScriptExecutionNotificationWithoutScriptReference>
VersionAgnosticMigrationEmbeddedStorageManager. getMigrationHistory()
-
Uses of ScriptExecutionNotificationWithoutScriptReference in software.xdev.micromigration.version
Methods in software.xdev.micromigration.version that return types with arguments of type ScriptExecutionNotificationWithoutScriptReference Modifier and Type Method Description java.util.List<ScriptExecutionNotificationWithoutScriptReference>
VersionedAndKeeperOfHistory. getMigrationHistory()
java.util.List<ScriptExecutionNotificationWithoutScriptReference>
VersionedObjectWithHistory. getMigrationHistory()
java.util.List<ScriptExecutionNotificationWithoutScriptReference>
VersionedRootWithHistory. getMigrationHistory()
Methods in software.xdev.micromigration.version with parameters of type ScriptExecutionNotificationWithoutScriptReference Modifier and Type Method Description void
VersionedAndKeeperOfHistory. addExecutedScript(ScriptExecutionNotificationWithoutScriptReference executedScriptInformation)
Adds the information about the executed script to the history book.void
VersionedObjectWithHistory. addExecutedScript(ScriptExecutionNotificationWithoutScriptReference executedScriptInformation)
void
VersionedRootWithHistory. addExecutedScript(ScriptExecutionNotificationWithoutScriptReference executedScriptInformation)
-