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 IOSpecificationActivity.ioSpecificationprotected IOSpecificationProcess.ioSpecificationMethods 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 TypeMethodDescriptionvoidActivity.setIoSpecification(IOSpecification ioSpecification) voidProcess.setIoSpecification(IOSpecification ioSpecification) voidIOSpecification.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 voidWebServiceActivityBehavior.initializeIoSpecification(IOSpecification activityIoSpecification, DelegateExecution execution, BpmnModel bpmnModel)