| Package | Description |
|---|---|
| org.camunda.community.bpmndt.api |
| Modifier and Type | Method and Description |
|---|---|
protected JobHandler |
MultiInstanceHandler.createHandlerAfter(int loopIndex)
Creates a new job handler for the asynchronous continuation after the activity.
|
protected JobHandler |
MultiInstanceHandler.createHandlerBefore(int loopIndex)
Creates a new job handler for the asynchronous continuation before the activity.
|
JobHandler |
JobHandler.customize(Consumer<JobHandler> customizer)
Customizes the handler, using the given
Consumer function. |
protected JobHandler |
MultiInstanceHandler.getHandlerAfter(int loopIndex) |
protected JobHandler |
MultiInstanceHandler.getHandlerBefore(int loopIndex) |
JobHandler |
MultiInstanceHandler.handleAfter()
Returns the default job handler for the asynchronous continuation after the activity, which is
used when for a multi instance loop with a specific index no handler is defined.
|
JobHandler |
MultiInstanceHandler.handleAfter(int loopIndex)
Returns the job handler for the asynchronous continuation after the activity, which is applied on
the multi instance loop with the given index.
|
JobHandler |
MultiInstanceHandler.handleBefore()
Returns the default job handler for the asynchronous continuation before the activity, which is
used when for a multi instance loop with a specific index no handler is defined.
|
JobHandler |
MultiInstanceHandler.handleBefore(int loopIndex)
Returns the job handler for the asynchronous continuation before the activity, which is applied
on the multi instance loop with the given index.
|
JobHandler |
JobHandler.verify(BiConsumer<org.camunda.bpm.engine.test.assertions.bpmn.ProcessInstanceAssert,org.camunda.bpm.engine.test.assertions.bpmn.JobAssert> verifier)
Verifies the job's waiting state.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestCaseInstance.apply(JobHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
JobHandler |
JobHandler.customize(Consumer<JobHandler> customizer)
Customizes the handler, using the given
Consumer function. |
Copyright © 2023 Camunda Services GmbH. All rights reserved.