Package-level declarations

This package contains standard Spine migrations available for process managers.

Types

Link copied to clipboard
public final class MarkPmArchived<I, P extends ProcessManager<I, S, B>, S extends EntityState, B extends ValidatingBuilder<S>> extends ProcessManagerMigration<I, P, S, B>
A migration operation that marks a ProcessManager as archived.
Link copied to clipboard
public final class MarkPmDeleted<I, P extends ProcessManager<I, S, B>, S extends EntityState, B extends ValidatingBuilder<S>> extends ProcessManagerMigration<I, P, S, B>
A migration operation that marks a ProcessManager as deleted.
Link copied to clipboard
public final class RemovePmFromStorage<I, P extends ProcessManager<I, S, B>, S extends EntityState, B extends ValidatingBuilder<S>> extends ProcessManagerMigration<I, P, S, B>
A migration operation that physically deletes the entity record from the storage.
Link copied to clipboard
public final class UpdatePmColumns<I, P extends ProcessManager<I, S, B>, S extends EntityState, B extends ValidatingBuilder<S>> extends ProcessManagerMigration<I, P, S, B>
A migration operation that does the update of interface-based columns of a ProcessManager.