| Package | Description |
|---|---|
| org.flowable.cmmn.converter.export | |
| org.flowable.cmmn.model |
| Modifier and Type | Method and Description |
|---|---|
static void |
PlanItemControlExport.writeDefaultControl(PlanItemControl planItemControl,
XMLStreamWriter xtw) |
static void |
PlanItemControlExport.writeItemControl(PlanItemControl planItemControl,
XMLStreamWriter xtw) |
protected static void |
PlanItemControlExport.writeItemControlContent(PlanItemControl planItemControl,
XMLStreamWriter xtw) |
| Modifier and Type | Field and Description |
|---|---|
protected PlanItemControl |
PlanItemDefinition.defaultControl |
protected PlanItemControl |
PlanItem.itemControl |
| Modifier and Type | Method and Description |
|---|---|
PlanItemControl |
PlanItemDefinition.getDefaultControl() |
PlanItemControl |
PlanItem.getItemControl() |
| Modifier and Type | Method and Description |
|---|---|
void |
PlanItemDefinition.setDefaultControl(PlanItemControl defaultControl) |
void |
PlanItem.setItemControl(PlanItemControl itemControl) |
Copyright © 2023 Flowable. All rights reserved.