| Package | Description |
|---|---|
| org.activiti.engine.impl.bpmn.parser.factory | |
| org.flowable.bpmn.converter.export | |
| org.flowable.bpmn.model | |
| org.flowable.editor.language.json.converter | |
| org.flowable.engine.delegate |
Interfaces used to include Java code in a process as the behavior of an activity
or as a listener to process events with
JavaDelegates. |
| org.flowable.engine.impl.bpmn.http | |
| org.flowable.engine.impl.bpmn.parser.factory | |
| org.flowable.ui.modeler.service.mapper | |
| org.flowable.ui.task.service.editor.mapper | |
| org.flowable.validation.validator.impl |
| Modifier and Type | Method and Description |
|---|---|
protected ActivityBehavior |
DefaultActivityBehaviorFactory.createCamelActivityBehavior(TaskWithFieldExtensions task,
List<FieldExtension> fieldExtensions,
BpmnModel bpmnModel) |
List<FieldDeclaration> |
AbstractBehaviorFactory.createFieldDeclarations(List<FieldExtension> fieldList) |
protected MailActivityBehavior |
DefaultActivityBehaviorFactory.createMailActivityBehavior(String taskId,
List<FieldExtension> fields) |
protected ActivityBehavior |
DefaultActivityBehaviorFactory.createMuleActivityBehavior(TaskWithFieldExtensions task,
List<FieldExtension> fieldExtensions,
BpmnModel bpmnModel) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
FieldExtensionExport.writeFieldExtensions(List<FieldExtension> fieldExtensionList,
boolean didWriteExtensionStartElement,
XMLStreamWriter xtw) |
| Modifier and Type | Field and Description |
|---|---|
protected List<FieldExtension> |
AbstractFlowableHttpHandler.fieldExtensions |
protected List<FieldExtension> |
TaskWithFieldExtensions.fieldExtensions |
protected List<FieldExtension> |
FlowableListener.fieldExtensions |
| Modifier and Type | Method and Description |
|---|---|
FieldExtension |
FieldExtension.clone() |
| Modifier and Type | Method and Description |
|---|---|
List<FieldExtension> |
AbstractFlowableHttpHandler.getFieldExtensions() |
List<FieldExtension> |
TaskWithFieldExtensions.getFieldExtensions() |
List<FieldExtension> |
FlowableListener.getFieldExtensions() |
| Modifier and Type | Method and Description |
|---|---|
void |
FieldExtension.setValues(FieldExtension otherExtension) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractFlowableHttpHandler.setFieldExtensions(List<FieldExtension> fieldExtensions) |
void |
TaskWithFieldExtensions.setFieldExtensions(List<FieldExtension> fieldExtensions) |
void |
FlowableListener.setFieldExtensions(List<FieldExtension> fieldExtensions) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseBpmnJsonConverter.addFieldExtensions(List<FieldExtension> extensions,
com.fasterxml.jackson.databind.node.ObjectNode propertiesNode) |
| Modifier and Type | Method and Description |
|---|---|
static FieldExtension |
DelegateHelper.getField(DelegateExecution execution,
String fieldName)
Returns the
FieldExtension matching the provided 'fieldName' which is defined for the current activity of the provided DelegateExecution. |
static FieldExtension |
DelegateHelper.getFlowElementField(DelegateExecution execution,
String fieldName) |
static FieldExtension |
DelegateHelper.getListenerField(DelegateExecution execution,
String fieldName) |
| Modifier and Type | Method and Description |
|---|---|
static List<FieldExtension> |
DelegateHelper.getFields(DelegateExecution execution)
Returns the list of field extensions, represented as instances of
FieldExtension, for the current activity of the passed DelegateExecution. |
static List<FieldExtension> |
DelegateHelper.getFlowElementFields(DelegateExecution execution) |
static List<FieldExtension> |
DelegateHelper.getListenerFields(DelegateExecution execution) |
| Modifier and Type | Method and Description |
|---|---|
static Expression |
DelegateHelper.createExpressionForField(FieldExtension fieldExtension)
Creates an
Expression for the FieldExtension. |
| Modifier and Type | Method and Description |
|---|---|
protected List<FieldDeclaration> |
DefaultBpmnHttpActivityDelegate.createFieldDeclarations(List<FieldExtension> fieldList,
ProcessEngineConfigurationImpl processEngineConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
protected ActivityBehavior |
DefaultActivityBehaviorFactory.createCamelActivityBehavior(TaskWithFieldExtensions task,
List<FieldExtension> fieldExtensions) |
List<FieldDeclaration> |
AbstractBehaviorFactory.createFieldDeclarations(List<FieldExtension> fieldList) |
protected MailActivityBehavior |
DefaultActivityBehaviorFactory.createMailActivityBehavior(String taskId,
List<FieldExtension> fields) |
protected ActivityBehavior |
DefaultActivityBehaviorFactory.createMuleActivityBehavior(TaskWithFieldExtensions task,
List<FieldExtension> fieldExtensions) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractInfoMapper.createFieldPropertyNodes(String name,
List<FieldExtension> fields) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractInfoMapper.createFieldPropertyNodes(String name,
List<FieldExtension> fields) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ExternalInvocationTaskValidator.validateFieldDeclarationsForDmn(Process process,
TaskWithFieldExtensions task,
List<FieldExtension> fieldExtensions,
List<ValidationError> errors) |
protected void |
ExternalInvocationTaskValidator.validateFieldDeclarationsForEmail(Process process,
TaskWithFieldExtensions task,
List<FieldExtension> fieldExtensions,
List<ValidationError> errors) |
protected void |
ExternalInvocationTaskValidator.validateFieldDeclarationsForHttp(Process process,
TaskWithFieldExtensions task,
List<FieldExtension> fieldExtensions,
List<ValidationError> errors) |
protected void |
ExternalInvocationTaskValidator.validateFieldDeclarationsForShell(Process process,
TaskWithFieldExtensions task,
List<FieldExtension> fieldExtensions,
List<ValidationError> errors) |
Copyright © 2023 Flowable. All rights reserved.