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