Class FlowableLiquibaseHubService
- java.lang.Object
-
- liquibase.hub.core.MockHubService
-
- org.flowable.common.engine.impl.db.FlowableLiquibaseHubService
-
- All Implemented Interfaces:
liquibase.hub.HubService,liquibase.plugin.Plugin,liquibase.servicelocator.PrioritizedService
public class FlowableLiquibaseHubService extends liquibase.hub.core.MockHubServiceThis is a special implementation of the LiquibaseHubServicewhich is automatically disabled.- Author:
- Filip Hrisafov
-
-
Field Summary
-
Fields inherited from class liquibase.hub.core.MockHubService
alreadyRegisteredUUID, apiKey, deletedUUID, failUUID, lastCreatedChangelog, notFoundChangeLogUUID, numberOfProjectsInList, online, operationCreateDate, organizationId, randomUUID, returnChangeLogs, returnConnections, returnProjects, sentObjects
-
-
Constructor Summary
Constructors Constructor Description FlowableLiquibaseHubService()
-
Method Summary
-
Methods inherited from class liquibase.hub.core.MockHubService
createChangeLog, createConnection, createOperation, createOperationInOrganization, createProject, deactivateChangeLog, findProjectByConnectionIdOrJdbcUrl, getConnection, getConnections, getHubChangeLog, getHubChangeLog, getMe, getOrganization, getPriority, getProject, getProjects, isOnline, register, reset, sendOperationChangeEvent, sendOperationChanges, sendOperationEvent, sendOperationEvent, setRanChangeSets, shortenLink, validateOnboardingToken
-
-