Package | Description |
---|---|
org.camunda.bpm.model.bpmn.impl.instance | |
org.camunda.bpm.model.bpmn.instance |
Modifier and Type | Class and Description |
---|---|
class |
ItemDefinitionImpl |
Modifier and Type | Field and Description |
---|---|
protected static AttributeReference<ItemDefinition> |
FormalExpressionImpl.evaluatesToTypeRefAttribute |
protected static AttributeReference<ItemDefinition> |
MessageImpl.itemRefAttribute |
protected static AttributeReference<ItemDefinition> |
ItemAwareElementImpl.itemSubjectRefAttribute |
protected static AttributeReference<ItemDefinition> |
SignalImpl.structureRefAttribute |
protected static AttributeReference<ItemDefinition> |
ErrorImpl.structureRefAttribute |
protected static AttributeReference<ItemDefinition> |
ResourceParameterImpl.typeAttribute |
protected static AttributeReference<ItemDefinition> |
CorrelationPropertyImpl.typeAttribute |
Modifier and Type | Method and Description |
---|---|
ItemDefinition |
FormalExpressionImpl.getEvaluatesToType() |
ItemDefinition |
MessageImpl.getItem() |
ItemDefinition |
ItemAwareElementImpl.getItemSubject() |
ItemDefinition |
SignalImpl.getStructure() |
ItemDefinition |
ErrorImpl.getStructure() |
ItemDefinition |
ResourceParameterImpl.getType() |
ItemDefinition |
CorrelationPropertyImpl.getType() |
Modifier and Type | Method and Description |
---|---|
void |
FormalExpressionImpl.setEvaluatesToType(ItemDefinition evaluatesToType) |
void |
MessageImpl.setItem(ItemDefinition item) |
void |
ItemAwareElementImpl.setItemSubject(ItemDefinition itemSubject) |
void |
SignalImpl.setStructure(ItemDefinition structure) |
void |
ErrorImpl.setStructure(ItemDefinition structure) |
void |
ResourceParameterImpl.setType(ItemDefinition type) |
void |
CorrelationPropertyImpl.setType(ItemDefinition type) |
Modifier and Type | Method and Description |
---|---|
ItemDefinition |
FormalExpression.getEvaluatesToType() |
ItemDefinition |
Message.getItem() |
ItemDefinition |
ItemAwareElement.getItemSubject() |
ItemDefinition |
Signal.getStructure() |
ItemDefinition |
Error.getStructure() |
ItemDefinition |
ResourceParameter.getType() |
ItemDefinition |
CorrelationProperty.getType() |
Modifier and Type | Method and Description |
---|---|
void |
FormalExpression.setEvaluatesToType(ItemDefinition evaluatesToType) |
void |
Message.setItem(ItemDefinition item) |
void |
ItemAwareElement.setItemSubject(ItemDefinition itemSubject) |
void |
Signal.setStructure(ItemDefinition structure) |
void |
Error.setStructure(ItemDefinition structure) |
void |
ResourceParameter.setType(ItemDefinition type) |
void |
CorrelationProperty.setType(ItemDefinition type) |
Copyright © 2015. All rights reserved.