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> ActivityImpl.ioSpecificationChild
           
protected static org.camunda.bpm.model.xml.type.child.ChildElement<IoSpecification> CallableElementImpl.ioSpecificationChild
           
 

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

Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type IoSpecification
 void ActivityImpl.setIoSpecification(IoSpecification ioSpecification)
           
 void CallableElementImpl.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 Activity.getIoSpecification()
           
 IoSpecification CallableElement.getIoSpecification()
           
 

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



Copyright © 2014 camunda services GmbH. All rights reserved.