Uses of Class
liquibase.LabelExpression
-
Packages that use LabelExpression Package Description liquibase Liquibase top level namespace package.liquibase.changelog liquibase.changelog.filter liquibase.command.core liquibase.command.core.helpers liquibase.integration.ant -
-
Uses of LabelExpression in liquibase
Methods in liquibase that return LabelExpression Modifier and Type Method Description LabelExpressionRuntimeEnvironment. getLabels()Methods in liquibase with parameters of type LabelExpression Modifier and Type Method Description voidLiquibase. changeLogSync(String tag, Contexts contexts, LabelExpression labelExpression)Synchronizes the changelog with the database up to a specified tag.voidLiquibase. changeLogSync(String tag, Contexts contexts, LabelExpression labelExpression, Writer output)voidLiquibase. changeLogSync(Contexts contexts, LabelExpression labelExpression)voidLiquibase. changeLogSync(Contexts contexts, LabelExpression labelExpression, Writer output)voidLiquibase. checkLiquibaseTables(boolean updateExistingNullChecksums, DatabaseChangeLog databaseChangeLog, Contexts contexts, LabelExpression labelExpression)protected voidLiquibase. futureRollbackSQL(Integer count, String tag, Contexts contexts, LabelExpression labelExpression, Writer output)Deprecated.protected voidLiquibase. futureRollbackSQL(Integer count, String tag, Contexts contexts, LabelExpression labelExpression, Writer output, boolean checkLiquibaseTables)Deprecated.voidLiquibase. futureRollbackSQL(Integer count, Contexts contexts, LabelExpression labelExpression, Writer output)Deprecated.voidLiquibase. futureRollbackSQL(Integer count, Contexts contexts, LabelExpression labelExpression, Writer output, boolean checkLiquibaseTables)Deprecated.voidLiquibase. futureRollbackSQL(String tag, Contexts contexts, LabelExpression labelExpression, Writer output)Deprecated.voidLiquibase. futureRollbackSQL(Contexts contexts, LabelExpression labelExpression, Writer output)Deprecated.voidLiquibase. generateDocumentation(String outputDirectory, Contexts contexts, LabelExpression labelExpression, CatalogAndSchema... schemaList)Deprecated.UseCommandScopeto generate dbDoc instead of this method.List<ChangeSetStatus>Liquibase. getChangeSetStatuses(Contexts contexts, LabelExpression labelExpression)List<ChangeSetStatus>Liquibase. getChangeSetStatuses(Contexts contexts, LabelExpression labelExpression, boolean checkLiquibaseTables)Returns the ChangeSetStatuses of all changesets in the change log file and history in the order they would be ran.protected ChangeLogIteratorLiquibase. getStandardChangelogIterator(Contexts contexts, LabelExpression labelExpression, DatabaseChangeLog changeLog)Return a ChangeLogIterator constructed with standard filters for processing the specified changelog.protected booleanLiquibase. isUpToDateFastCheck(Contexts contexts, LabelExpression labelExpression)Deprecated.this method has been moved toAbstractUpdateCommandStep, use that one instead.Collection<RanChangeSet>Liquibase. listUnexpectedChangeSets(Contexts contexts, LabelExpression labelExpression)Deprecated.List<ChangeSet>Liquibase. listUnrunChangeSets(Contexts contexts, LabelExpression labels)Deprecated.List<ChangeSet>Liquibase. listUnrunChangeSets(Contexts contexts, LabelExpression labels, boolean checkLiquibaseTables)Deprecated.voidLiquibase. markNextChangeSetRan(Contexts contexts, LabelExpression labelExpression)Deprecated.voidLiquibase. markNextChangeSetRan(Contexts contexts, LabelExpression labelExpression, Writer output)Deprecated.static booleanLabelExpression. matchesAll(Collection<Labels> changesetLabels, LabelExpression labelExpression)Return true if all the LabelExpression objects match the runtimevoidLiquibase. reportStatus(boolean verbose, Contexts contexts, LabelExpression labels, Writer out)Deprecated.voidLiquibase. reportUnexpectedChangeSets(boolean verbose, Contexts contexts, LabelExpression labelExpression, Writer out)Deprecated.voidLiquibase. rollback(int changesToRollback, String rollbackScript, Contexts contexts, LabelExpression labelExpression)Rolls back a specified number of changesets.voidLiquibase. rollback(int changesToRollback, String rollbackScript, Contexts contexts, LabelExpression labelExpression, Writer output)voidLiquibase. rollback(int changesToRollback, Contexts contexts, LabelExpression labelExpression)voidLiquibase. rollback(int changesToRollback, Contexts contexts, LabelExpression labelExpression, Writer output)voidLiquibase. rollback(String tagToRollBackTo, String rollbackScript, Contexts contexts, LabelExpression labelExpression)Rolls back the database to a specific tag, using either a generated or user-defined rollback script.voidLiquibase. rollback(String tagToRollBackTo, String rollbackScript, Contexts contexts, LabelExpression labelExpression, Writer output)Deprecated.voidLiquibase. rollback(String tagToRollBackTo, Contexts contexts, LabelExpression labelExpression)Deprecated.voidLiquibase. rollback(String tagToRollBackTo, Contexts contexts, LabelExpression labelExpression, Writer output)Deprecated.voidLiquibase. rollback(Date dateToRollBackTo, String rollbackScript, Contexts contexts, LabelExpression labelExpression)Rolls back all changesets that were applied after the specified date.voidLiquibase. rollback(Date dateToRollBackTo, String rollbackScript, Contexts contexts, LabelExpression labelExpression, Writer output)voidLiquibase. rollback(Date dateToRollBackTo, Contexts contexts, LabelExpression labelExpression)voidLiquibase. rollback(Date dateToRollBackTo, Contexts contexts, LabelExpression labelExpression, Writer output)voidLiquibase. update(int changesToApply, Contexts contexts, LabelExpression labelExpression)Deprecated.voidLiquibase. update(int changesToApply, Contexts contexts, LabelExpression labelExpression, Writer output)Deprecated.voidLiquibase. update(String tag, Contexts contexts, LabelExpression labelExpression)Deprecated.voidLiquibase. update(String tag, Contexts contexts, LabelExpression labelExpression, Writer output)Deprecated.voidLiquibase. update(Contexts contexts, LabelExpression labelExpression)Deprecated.voidLiquibase. update(Contexts contexts, LabelExpression labelExpression, boolean checkLiquibaseTables)Deprecated.voidLiquibase. update(Contexts contexts, LabelExpression labelExpression, Writer output)voidLiquibase. update(Contexts contexts, LabelExpression labelExpression, Writer output, boolean checkLiquibaseTables)voidLiquibase. updateTestingRollback(String tag, Contexts contexts, LabelExpression labelExpression)Deprecated.voidLiquibase. updateTestingRollback(Contexts contexts, LabelExpression labelExpression)Deprecated.Constructors in liquibase with parameters of type LabelExpression Constructor Description RuntimeEnvironment(Database targetDatabase, Contexts contexts, LabelExpression labelExpression) -
Uses of LabelExpression in liquibase.changelog
Methods in liquibase.changelog that return LabelExpression Modifier and Type Method Description LabelExpressionChangeLogParameters. getLabels()Gets the labels to filter calls toChangeLogParameters.getValue(String, DatabaseChangeLog)etc.Methods in liquibase.changelog with parameters of type LabelExpression Modifier and Type Method Description booleanDatabaseChangeLog. include(String fileName, boolean isRelativePath, boolean errorIfMissing, ResourceAccessor resourceAccessor, ContextExpression includeContextFilter, LabelExpression labelExpression, Boolean ignore, boolean logEveryUnknownFileFormat)voidDatabaseChangeLog. includeAll(String pathName, boolean isRelativeToChangelogFile, IncludeAllFilter resourceFilter, boolean errorIfMissingOrEmpty, Comparator<String> resourceComparator, ResourceAccessor resourceAccessor, ContextExpression includeContextFilter, LabelExpression labelExpression, boolean ignore)voidDatabaseChangeLog. setIncludeLabels(LabelExpression labels)Deprecated.Correct version isDatabaseChangeLog.setIncludeLabels(Labels).voidChangeLogParameters. setLabels(LabelExpression labels)Sets the labels to filter calls toChangeLogParameters.getValue(String, DatabaseChangeLog)etc.voidAbstractChangeLogHistoryService. upgradeChecksums(DatabaseChangeLog databaseChangeLog, Contexts contexts, LabelExpression labels)voidChangeLogHistoryService. upgradeChecksums(DatabaseChangeLog databaseChangeLog, Contexts contexts, LabelExpression labels)Updates null checksum valuesvoidMockChangeLogHistoryService. upgradeChecksums(DatabaseChangeLog databaseChangeLog, Contexts contexts, LabelExpression labels)voidStandardChangeLogHistoryService. upgradeChecksums(DatabaseChangeLog databaseChangeLog, Contexts contexts, LabelExpression labels)voidDatabaseChangeLog. validate(Database database, Contexts contexts, LabelExpression labelExpression) -
Uses of LabelExpression in liquibase.changelog.filter
Constructors in liquibase.changelog.filter with parameters of type LabelExpression Constructor Description LabelChangeSetFilter(LabelExpression labels) -
Uses of LabelExpression in liquibase.command.core
Methods in liquibase.command.core with parameters of type LabelExpression Modifier and Type Method Description protected voidAbstractFutureRollbackCommandStep. futureRollbackSQL(Integer count, String tag, Contexts contexts, LabelExpression labelExpression, Writer output, Database database, DatabaseChangeLog changeLog, ChangeExecListener changeExecListener)ChangeLogIteratorAbstractUpdateCommandStep. getStandardChangelogIterator(CommandScope commandScope, Database database, Contexts contexts, LabelExpression labelExpression, DatabaseChangeLog changeLog)protected ChangeLogIteratorStatusCommandStep. getStandardChangelogIterator(Contexts contexts, LabelExpression labelExpression, DatabaseChangeLog changeLog, Database database)ChangeLogIteratorUpdateCountCommandStep. getStandardChangelogIterator(CommandScope commandScope, Database database, Contexts contexts, LabelExpression labelExpression, DatabaseChangeLog databaseChangeLog)ChangeLogIteratorUpdateToTagCommandStep. getStandardChangelogIterator(CommandScope commandScope, Database database, Contexts contexts, LabelExpression labelExpression, DatabaseChangeLog changeLog)protected List<ChangeSetFilter>AbstractUpdateCommandStep. getStandardChangelogIteratorFilters(Database database, Contexts contexts, LabelExpression labelExpression)ChangeLogIteratorAbstractUpdateCommandStep. getStatusChangelogIterator(CommandScope commandScope, Database database, Contexts contexts, LabelExpression labelExpression, DatabaseChangeLog changeLog)ChangeLogIteratorUpdateCountCommandStep. getStatusChangelogIterator(CommandScope commandScope, Database database, Contexts contexts, LabelExpression labelExpression, DatabaseChangeLog databaseChangeLog)ChangeLogIteratorUpdateToTagCommandStep. getStatusChangelogIterator(CommandScope commandScope, Database database, Contexts contexts, LabelExpression labelExpression, DatabaseChangeLog changeLog)booleanAbstractUpdateCommandStep. isUpToDate(CommandScope commandScope, Database database, DatabaseChangeLog databaseChangeLog, Contexts contexts, LabelExpression labelExpression, OutputStream outputStream)Checks if the database is up-to-date.booleanAbstractUpdateCommandStep. isUpToDateFastCheck(CommandScope commandScope, Database database, DatabaseChangeLog databaseChangeLog, Contexts contexts, LabelExpression labelExpression)static Collection<RanChangeSet>UnexpectedChangesetsCommandStep. listUnexpectedChangeSets(Database database, DatabaseChangeLog changeLog, Contexts contexts, LabelExpression labelExpression)List<ChangeSet>StatusCommandStep. listUnrunChangeSets(Contexts contexts, LabelExpression labels, DatabaseChangeLog changeLog, Database database) -
Uses of LabelExpression in liquibase.command.core.helpers
Methods in liquibase.command.core.helpers with parameters of type LabelExpression Modifier and Type Method Description static voidDatabaseChangelogCommandStep. addCommandFiltersMdc(LabelExpression labelExpression, Contexts contexts) -
Uses of LabelExpression in liquibase.integration.ant
Methods in liquibase.integration.ant that return LabelExpression Modifier and Type Method Description LabelExpressionAbstractChangeLogBasedTask. getLabelFilter()LabelExpressionAbstractChangeLogBasedTask. getLabels()Deprecated.
-