All Classes and Interfaces
Class
Description
A callback type is set on an entity that needs to 'call back' to some other entity,
typically when the entity is completed or deleted.
[Experimental]
An interface for listener implementations that get notified when the state of a case instance changes.
A builder API to create an event subscription to start an event-based case instance whenever an event with a very specific
combination of correlation values occurs.
A builder API to delete a manually created case start event subscription which was created and registered using the
CmmnRuntimeService.createCaseInstanceStartEventSubscriptionBuilder()
builder API.A builder API to modify a manually created case start event subscription which was created and registered using the
CmmnRuntimeService.createCaseInstanceStartEventSubscriptionBuilder()
builder API.The case reactivation builder is used to create all the necessary and optional information for an archived / finished case to be reactivated.
Helper for changing the state of a case instance.
Builder for creating new deployments, similar to the bpmn deployment builder.
Allows programmatic querying of
CmmnDeployment
s.Service to manager case instance migrations.
An API to manipulate running CMMN based case instances or plan items.
The interface for a case ended event, which might be a case completed or case terminated event.
An event representing a CMMN case stage being ended either manually through termination or with an exit sentry or by completing it.
An event representing a CMMN case stage being started.
Convenience class which always uses the
AsyncTaskInvoker
to execute the async data.A builder API to create new, dynamically injected plan items into an existing, running stage instance.
A
FlowablePlanItemFutureJavaDelegate
which has a ReadOnlyDelegatePlanItemInstance
as input and Map
output data.Convenience class to be used when needing to execute custom logic for a plan item by delegating to a Java class.
[Experimental]
An interface for listener implementations that get notified when the state of a plan item instance changes.
Allows to query for
PlanItemInstance
s.A builder that allows to execute a transition for a plan item instance from one state to another,
optionally passing variables before the transition.
Convenience class to be used when needing to execute custom logic for a plan item by delegating to a Java class.
An interface that can be used to aggregate multiple variables into a single one based on an aggregation definition.