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

Packages that use IoSpecification
org.camunda.bpm.model.bpmn.impl.instance   
org.camunda.bpm.model.bpmn.instance   
 

Uses of IoSpecification in org.camunda.bpm.model.bpmn.impl.instance
 

Classes in org.camunda.bpm.model.bpmn.impl.instance that implement IoSpecification
 class IoSpecificationImpl
          The BPMN IoSpecification element
 

Fields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type IoSpecification
protected static org.camunda.bpm.model.xml.type.child.ChildElement<IoSpecification> CallableElementImpl.ioSpecificationChild
           
protected static org.camunda.bpm.model.xml.type.child.ChildElement<IoSpecification> ActivityImpl.ioSpecificationChild
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance that return IoSpecification
 IoSpecification CallableElementImpl.getIoSpecification()
           
 IoSpecification ActivityImpl.getIoSpecification()
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type IoSpecification
 void CallableElementImpl.setIoSpecification(IoSpecification ioSpecification)
           
 void ActivityImpl.setIoSpecification(IoSpecification ioSpecification)
           
 

Uses of IoSpecification in org.camunda.bpm.model.bpmn.instance
 

Methods in org.camunda.bpm.model.bpmn.instance that return IoSpecification
 IoSpecification CallableElement.getIoSpecification()
           
 IoSpecification Activity.getIoSpecification()
           
 

Methods in org.camunda.bpm.model.bpmn.instance with parameters of type IoSpecification
 void CallableElement.setIoSpecification(IoSpecification ioSpecification)
           
 void Activity.setIoSpecification(IoSpecification ioSpecification)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.