Uses of Class
org.flowable.bpmn.model.IOSpecification
Packages that use IOSpecification
-
Uses of IOSpecification in org.flowable.bpmn.model
Fields in org.flowable.bpmn.model declared as IOSpecificationModifier and TypeFieldDescriptionprotected IOSpecification
Activity.ioSpecification
protected IOSpecification
Process.ioSpecification
Methods in org.flowable.bpmn.model that return IOSpecificationModifier and TypeMethodDescriptionIOSpecification.clone()
Activity.getIoSpecification()
Process.getIoSpecification()
Methods in org.flowable.bpmn.model with parameters of type IOSpecificationModifier and TypeMethodDescriptionvoid
Activity.setIoSpecification
(IOSpecification ioSpecification) void
Process.setIoSpecification
(IOSpecification ioSpecification) void
IOSpecification.setValues
(IOSpecification otherSpec) -
Uses of IOSpecification in org.flowable.engine.impl.bpmn.behavior
Methods in org.flowable.engine.impl.bpmn.behavior with parameters of type IOSpecificationModifier and TypeMethodDescriptionprotected void
WebServiceActivityBehavior.initializeIoSpecification
(IOSpecification activityIoSpecification, DelegateExecution execution, BpmnModel bpmnModel)