Uses of Interface
org.camunda.bpm.model.bpmn.instance.OutputSet

Packages that use OutputSet
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
 class OutputSetImpl
          The BPMN outputSet element
 

Fields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type OutputSet
protected static org.camunda.bpm.model.xml.type.child.ChildElement<OutputSet> CatchEventImpl.outputSetChild
           
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<OutputSet> IoSpecificationImpl.outputSetCollection
           
protected static org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection<OutputSet,OutputSetRefs> InputSetImpl.outputSetOutputSetRefsCollection
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance that return OutputSet
 OutputSet CatchEventImpl.getOutputSet()
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance that return types with arguments of type OutputSet
 Collection<OutputSet> InputSetImpl.getOutputSets()
           
 Collection<OutputSet> IoSpecificationImpl.getOutputSets()
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type OutputSet
 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
 OutputSet CatchEvent.getOutputSet()
           
 

Methods in org.camunda.bpm.model.bpmn.instance that return types with arguments of type OutputSet
 Collection<OutputSet> IoSpecification.getOutputSets()
           
 Collection<OutputSet> InputSet.getOutputSets()
           
 

Methods in org.camunda.bpm.model.bpmn.instance with parameters of type OutputSet
 void CatchEvent.setOutputSet(OutputSet outputSet)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.