Uses of Interface
org.camunda.bpm.model.bpmn.instance.IoSpecification
-
Packages that use IoSpecification Package Description 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 Modifier and Type Class Description class
IoSpecificationImpl
The BPMN IoSpecification elementFields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type IoSpecification Modifier and Type Field Description protected static ChildElement<IoSpecification>
ActivityImpl. ioSpecificationChild
protected static ChildElement<IoSpecification>
CallableElementImpl. ioSpecificationChild
Methods in org.camunda.bpm.model.bpmn.impl.instance that return IoSpecification Modifier and Type Method Description IoSpecification
ActivityImpl. getIoSpecification()
IoSpecification
CallableElementImpl. getIoSpecification()
Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type IoSpecification Modifier and Type Method Description 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 Modifier and Type Method Description IoSpecification
Activity. getIoSpecification()
IoSpecification
CallableElement. getIoSpecification()
Methods in org.camunda.bpm.model.bpmn.instance with parameters of type IoSpecification Modifier and Type Method Description void
Activity. setIoSpecification(IoSpecification ioSpecification)
void
CallableElement. setIoSpecification(IoSpecification ioSpecification)
-