| Package | Description |
|---|---|
| org.flowable.engine.impl.bpmn.behavior | |
| org.flowable.engine.impl.bpmn.data | |
| org.flowable.engine.impl.bpmn.parser | |
| org.flowable.engine.impl.bpmn.webservice |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,StructureDefinition> |
WebServiceActivityBehavior.structureDefinitionMap |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FieldBaseStructureDefinition
Represents a structure definition based on fields
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClassStructureDefinition
Represents a structure encapsulated in a class
|
class |
PrimitiveStructureDefinition
Represents a structure based on a primitive class
|
class |
SimpleStructureDefinition
Represents a simple in memory structure
|
| Modifier and Type | Field and Description |
|---|---|
protected StructureDefinition |
ItemDefinition.structure |
| Modifier and Type | Method and Description |
|---|---|
StructureDefinition |
ItemDefinition.getStructureDefinition() |
| Constructor and Description |
|---|
ItemDefinition(String id,
StructureDefinition structure) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,StructureDefinition> |
XMLImporter.getStructures() |
| Modifier and Type | Method and Description |
|---|---|
StructureDefinition |
MessageDefinition.getStructureDefinition() |
Copyright © 2017 Flowable. All rights reserved.