Uses of Interface
org.camunda.bpm.model.bpmn.instance.OutputSet
-
Packages that use OutputSet Package Description org.camunda.bpm.model.bpmn.impl.instance org.camunda.bpm.model.bpmn.instance -
-
Uses of OutputSet in org.camunda.bpm.model.bpmn.impl.instance
Classes in org.camunda.bpm.model.bpmn.impl.instance that implement OutputSet Modifier and Type Class Description class
OutputSetImpl
The BPMN outputSet elementFields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type OutputSet Modifier and Type Field Description protected static ChildElement<OutputSet>
CatchEventImpl. outputSetChild
protected static ChildElementCollection<OutputSet>
IoSpecificationImpl. outputSetCollection
protected static ElementReferenceCollection<OutputSet,OutputSetRefs>
InputSetImpl. outputSetOutputSetRefsCollection
Methods in org.camunda.bpm.model.bpmn.impl.instance that return OutputSet Modifier and Type Method Description OutputSet
CatchEventImpl. getOutputSet()
Methods in org.camunda.bpm.model.bpmn.impl.instance that return types with arguments of type OutputSet Modifier and Type Method Description Collection<OutputSet>
InputSetImpl. getOutputSets()
Collection<OutputSet>
IoSpecificationImpl. getOutputSets()
Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type OutputSet Modifier and Type Method Description void
CatchEventImpl. setOutputSet(OutputSet outputSet)
-
Uses of OutputSet in org.camunda.bpm.model.bpmn.instance
Methods in org.camunda.bpm.model.bpmn.instance that return OutputSet Modifier and Type Method Description OutputSet
CatchEvent. getOutputSet()
Methods in org.camunda.bpm.model.bpmn.instance that return types with arguments of type OutputSet Modifier and Type Method Description Collection<OutputSet>
InputSet. getOutputSets()
Collection<OutputSet>
IoSpecification. getOutputSets()
Methods in org.camunda.bpm.model.bpmn.instance with parameters of type OutputSet Modifier and Type Method Description void
CatchEvent. setOutputSet(OutputSet outputSet)
-