Uses of Interface
org.camunda.bpm.model.bpmn.instance.ItemDefinition
-
Packages that use ItemDefinition Package Description org.camunda.bpm.model.bpmn.impl.instance org.camunda.bpm.model.bpmn.instance -
-
Uses of ItemDefinition in org.camunda.bpm.model.bpmn.impl.instance
Classes in org.camunda.bpm.model.bpmn.impl.instance that implement ItemDefinition Modifier and Type Class Description class
ItemDefinitionImpl
Methods in org.camunda.bpm.model.bpmn.impl.instance that return ItemDefinition Modifier and Type Method Description ItemDefinition
FormalExpressionImpl. getEvaluatesToType()
ItemDefinition
MessageImpl. getItem()
ItemDefinition
DataObjectImpl. getItemSubject()
ItemDefinition
DataObjectReferenceImpl. getItemSubject()
ItemDefinition
DataStoreImpl. getItemSubject()
ItemDefinition
DataStoreReferenceImpl. getItemSubject()
ItemDefinition
ItemAwareElementImpl. getItemSubject()
ItemDefinition
ErrorImpl. getStructure()
ItemDefinition
EscalationImpl. getStructure()
ItemDefinition
SignalImpl. getStructure()
ItemDefinition
CorrelationPropertyImpl. getType()
ItemDefinition
ResourceParameterImpl. getType()
Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type ItemDefinition Modifier and Type Method Description void
FormalExpressionImpl. setEvaluatesToType(ItemDefinition evaluatesToType)
void
MessageImpl. setItem(ItemDefinition item)
void
DataObjectImpl. setItemSubject(ItemDefinition itemSubject)
void
DataObjectReferenceImpl. setItemSubject(ItemDefinition itemSubject)
void
DataStoreImpl. setItemSubject(ItemDefinition itemSubject)
void
DataStoreReferenceImpl. setItemSubject(ItemDefinition itemSubject)
void
ItemAwareElementImpl. setItemSubject(ItemDefinition itemSubject)
void
ErrorImpl. setStructure(ItemDefinition structure)
void
EscalationImpl. setStructure(ItemDefinition structure)
void
SignalImpl. setStructure(ItemDefinition structure)
void
CorrelationPropertyImpl. setType(ItemDefinition type)
void
ResourceParameterImpl. setType(ItemDefinition type)
-
Uses of ItemDefinition in org.camunda.bpm.model.bpmn.instance
Methods in org.camunda.bpm.model.bpmn.instance that return ItemDefinition Modifier and Type Method Description ItemDefinition
FormalExpression. getEvaluatesToType()
ItemDefinition
Message. getItem()
ItemDefinition
ItemAwareElement. getItemSubject()
ItemDefinition
Error. getStructure()
ItemDefinition
Escalation. getStructure()
ItemDefinition
Signal. getStructure()
ItemDefinition
CorrelationProperty. getType()
ItemDefinition
ResourceParameter. getType()
Methods in org.camunda.bpm.model.bpmn.instance with parameters of type ItemDefinition Modifier and Type Method Description void
FormalExpression. setEvaluatesToType(ItemDefinition evaluatesToType)
void
Message. setItem(ItemDefinition item)
void
ItemAwareElement. setItemSubject(ItemDefinition itemSubject)
void
Error. setStructure(ItemDefinition structure)
void
Escalation. setStructure(ItemDefinition structure)
void
Signal. setStructure(ItemDefinition structure)
void
CorrelationProperty. setType(ItemDefinition type)
void
ResourceParameter. setType(ItemDefinition type)
-