Uses of Interface
org.camunda.bpm.model.bpmn.instance.IoSpecification
-
Uses of IoSpecification in org.camunda.bpm.model.bpmn.impl.instance
Modifier and TypeFieldDescriptionprotected static ChildElement<IoSpecification>
ActivityImpl.ioSpecificationChild
protected static ChildElement<IoSpecification>
CallableElementImpl.ioSpecificationChild
Modifier and TypeMethodDescriptionActivityImpl.getIoSpecification()
CallableElementImpl.getIoSpecification()
Modifier and TypeMethodDescriptionvoid
ActivityImpl.setIoSpecification
(IoSpecification ioSpecification) void
CallableElementImpl.setIoSpecification
(IoSpecification ioSpecification) -
Uses of IoSpecification in org.camunda.bpm.model.bpmn.instance
Modifier and TypeMethodDescriptionActivity.getIoSpecification()
CallableElement.getIoSpecification()
Modifier and TypeMethodDescriptionvoid
Activity.setIoSpecification
(IoSpecification ioSpecification) void
CallableElement.setIoSpecification
(IoSpecification ioSpecification)