JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.camunda.bpm.engine.impl.migration.instance
Interface RemovingInstance
All Known Implementing Classes:
MigratingAsyncJobInstance
,
MigratingCompensationEventSubscriptionInstance
,
MigratingEventSubscriptionInstance
,
MigratingJobInstance
,
MigratingTimerJobInstance
public interface
RemovingInstance
Represents a instance which will be removed by a migration, i.e. removed event subscriptions or jobs.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
remove
()
Remove this instance from the process instance.
Method Detail
remove
void remove()
Remove this instance from the process instance.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2022. All rights reserved.