| Package | Description |
|---|---|
| org.camunda.bpm.model.cmmn.impl.instance | |
| org.camunda.bpm.model.cmmn.instance |
| Modifier and Type | Class and Description |
|---|---|
class |
PlanningTableImpl |
| Modifier and Type | Field and Description |
|---|---|
protected static org.camunda.bpm.model.xml.type.child.ChildElement<PlanningTable> |
HumanTaskImpl.planningTableChild |
protected static org.camunda.bpm.model.xml.type.child.ChildElement<PlanningTable> |
StageImpl.planningTableChild |
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<PlanningTable> |
HumanTaskImpl.planningTableCollection
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
PlanningTable |
HumanTaskImpl.getPlanningTable() |
PlanningTable |
StageImpl.getPlanningTable() |
| Modifier and Type | Method and Description |
|---|---|
Collection<PlanningTable> |
HumanTaskImpl.getPlanningTables() |
| Modifier and Type | Method and Description |
|---|---|
void |
HumanTaskImpl.setPlanningTable(PlanningTable planningTable) |
void |
StageImpl.setPlanningTable(PlanningTable planningTable) |
| Modifier and Type | Method and Description |
|---|---|
PlanningTable |
HumanTask.getPlanningTable() |
PlanningTable |
Stage.getPlanningTable() |
| Modifier and Type | Method and Description |
|---|---|
Collection<PlanningTable> |
HumanTask.getPlanningTables()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HumanTask.setPlanningTable(PlanningTable planningTable) |
void |
Stage.setPlanningTable(PlanningTable planningTable) |
Copyright © 2018 camunda services GmbH. All rights reserved.