Package | Description |
---|---|
org.camunda.bpm.engine.impl.bpmn.data | |
org.camunda.bpm.engine.impl.bpmn.parser | |
org.camunda.bpm.engine.impl.bpmn.webservice |
Modifier and Type | Field and Description |
---|---|
protected ItemDefinition |
Data.definition |
protected ItemDefinition |
ItemInstance.item |
Modifier and Type | Method and Description |
---|---|
ItemDefinition |
Data.getDefinition() |
ItemDefinition |
ItemInstance.getItem() |
Constructor and Description |
---|
Data(String id,
String name,
ItemDefinition definition) |
ItemInstance(ItemDefinition item,
StructureInstance structureInstance) |
Modifier and Type | Field and Description |
---|---|
protected Map<String,ItemDefinition> |
BpmnParse.itemDefinitions |
Modifier and Type | Field and Description |
---|---|
protected ItemDefinition |
MessageDefinition.itemDefinition |
Modifier and Type | Method and Description |
---|---|
ItemDefinition |
MessageDefinition.getItemDefinition() |
Modifier and Type | Method and Description |
---|---|
void |
MessageDefinition.setItemDefinition(ItemDefinition itemDefinition) |
Copyright © 2015. All rights reserved.