Package | Description |
---|---|
org.camunda.bpm.model.bpmn.impl.instance | |
org.camunda.bpm.model.bpmn.instance |
Modifier and Type | Class and Description |
---|---|
class |
DataInputImpl
The BPMN dataInput element
|
class |
DataOutputImpl |
class |
ItemAwareElementImpl |
class |
PropertyImpl
The BPMN property element
|
Modifier and Type | Field and Description |
---|---|
protected static ElementReferenceCollection<ItemAwareElement,SourceRef> |
DataAssociationImpl.sourceRefCollection |
protected static ElementReference<ItemAwareElement,TargetRef> |
DataAssociationImpl.targetRefChild |
Modifier and Type | Method and Description |
---|---|
ItemAwareElement |
DataAssociationImpl.getTarget() |
Modifier and Type | Method and Description |
---|---|
Collection<ItemAwareElement> |
DataAssociationImpl.getSources() |
Modifier and Type | Method and Description |
---|---|
void |
DataAssociationImpl.setTarget(ItemAwareElement target) |
Modifier and Type | Interface and Description |
---|---|
interface |
DataInput
The BPMN dataInput element
|
interface |
DataOutput
The BPMN dataOutput element
|
interface |
Property
The BPMN property element
|
Modifier and Type | Method and Description |
---|---|
ItemAwareElement |
DataAssociation.getTarget() |
Modifier and Type | Method and Description |
---|---|
Collection<ItemAwareElement> |
DataAssociation.getSources() |
Modifier and Type | Method and Description |
---|---|
void |
DataAssociation.setTarget(ItemAwareElement target) |
Copyright © 2015. All rights reserved.