Uses of Interface
org.camunda.bpm.model.bpmn.instance.IoSpecification
Packages that use IoSpecification
-
Uses of IoSpecification in org.camunda.bpm.model.bpmn.impl.instance
Classes in org.camunda.bpm.model.bpmn.impl.instance that implement IoSpecificationFields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type IoSpecificationModifier and TypeFieldDescriptionprotected static ChildElement<IoSpecification>
ActivityImpl.ioSpecificationChild
protected static ChildElement<IoSpecification>
CallableElementImpl.ioSpecificationChild
Methods in org.camunda.bpm.model.bpmn.impl.instance that return IoSpecificationModifier and TypeMethodDescriptionActivityImpl.getIoSpecification()
CallableElementImpl.getIoSpecification()
Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type IoSpecificationModifier and TypeMethodDescriptionvoid
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 IoSpecificationModifier and TypeMethodDescriptionActivity.getIoSpecification()
CallableElement.getIoSpecification()
Methods in org.camunda.bpm.model.bpmn.instance with parameters of type IoSpecificationModifier and TypeMethodDescriptionvoid
Activity.setIoSpecification
(IoSpecification ioSpecification) void
CallableElement.setIoSpecification
(IoSpecification ioSpecification)