Uses of Interface
org.camunda.bpm.model.bpmn.instance.InputSet
-
Packages that use InputSet Package Description org.camunda.bpm.model.bpmn.impl.instance org.camunda.bpm.model.bpmn.instance -
-
Uses of InputSet in org.camunda.bpm.model.bpmn.impl.instance
Classes in org.camunda.bpm.model.bpmn.impl.instance that implement InputSet Modifier and Type Class Description class
InputSetImpl
The BPMN inputSet elementFields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type InputSet Modifier and Type Field Description protected static ChildElement<InputSet>
ThrowEventImpl. inputSetChild
protected static ChildElementCollection<InputSet>
IoSpecificationImpl. inputSetCollection
protected static ElementReferenceCollection<InputSet,InputSetRefs>
OutputSetImpl. inputSetInputSetRefsCollection
Methods in org.camunda.bpm.model.bpmn.impl.instance that return InputSet Modifier and Type Method Description InputSet
ThrowEventImpl. getInputSet()
Methods in org.camunda.bpm.model.bpmn.impl.instance that return types with arguments of type InputSet Modifier and Type Method Description Collection<InputSet>
OutputSetImpl. getInputSetRefs()
Collection<InputSet>
IoSpecificationImpl. getInputSets()
Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type InputSet Modifier and Type Method Description void
ThrowEventImpl. setInputSet(InputSet inputSet)
-
Uses of InputSet in org.camunda.bpm.model.bpmn.instance
Methods in org.camunda.bpm.model.bpmn.instance that return InputSet Modifier and Type Method Description InputSet
ThrowEvent. getInputSet()
Methods in org.camunda.bpm.model.bpmn.instance that return types with arguments of type InputSet Modifier and Type Method Description Collection<InputSet>
OutputSet. getInputSetRefs()
Collection<InputSet>
IoSpecification. getInputSets()
Methods in org.camunda.bpm.model.bpmn.instance with parameters of type InputSet Modifier and Type Method Description void
ThrowEvent. setInputSet(InputSet inputSet)
-