| Package | Description |
|---|---|
| org.activiti.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
| org.activiti.engine.impl.persistence.entity | |
| org.activiti.engine.runtime |
Classes related to the
RuntimeService for Flowable version 5. |
| Modifier and Type | Field and Description |
|---|---|
protected JobProcessorContext.Phase |
JobProcessorContextImpl.phase |
| Modifier and Type | Method and Description |
|---|---|
JobProcessorContext.Phase |
JobProcessorContextImpl.getPhase() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
JobProcessorContextImpl.isInPhase(JobProcessorContext.Phase phase) |
| Constructor and Description |
|---|
JobProcessorContextImpl(JobProcessorContext.Phase phase,
AbstractJobEntity jobEntity) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ExecutionEntity.callJobProcessors(JobProcessorContext.Phase processorType,
AbstractJobEntity abstractJobEntity,
ProcessEngineConfigurationImpl processEngineConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
JobProcessorContext.Phase |
JobProcessorContext.getPhase()
Get the job phase.
|
static JobProcessorContext.Phase |
JobProcessorContext.Phase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobProcessorContext.Phase[] |
JobProcessorContext.Phase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
JobProcessorContext.isInPhase(JobProcessorContext.Phase phase)
Returns
true if the JobProcessorContext is in the specified phase, false otherwise. |
Copyright © 2018 Flowable. All rights reserved.