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

Packages that use InputSet
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
 class InputSetImpl
          The BPMN inputSet element
 

Fields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type InputSet
protected static org.camunda.bpm.model.xml.type.child.ChildElement<InputSet> ThrowEventImpl.inputSetChild
           
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<InputSet> IoSpecificationImpl.inputSetCollection
           
protected static org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection<InputSet,InputSetRefs> OutputSetImpl.inputSetInputSetRefsCollection
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance that return InputSet
 InputSet ThrowEventImpl.getInputSet()
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance that return types with arguments of type InputSet
 Collection<InputSet> OutputSetImpl.getInputSetRefs()
           
 Collection<InputSet> IoSpecificationImpl.getInputSets()
           
 

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

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

Methods in org.camunda.bpm.model.bpmn.instance with parameters of type InputSet
 void ThrowEvent.setInputSet(InputSet inputSet)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.