DocumentStepParameters
class DocumentStepParameters(val version: Double, val stepName: String, val location: Location, val inputs: Map<String, RuntimePort>, val outputs: Map<String, RuntimePort>, val options: Map<QName, RuntimeOption>, val contentType: MediaType?) : RuntimeStepParameters(source)
Constructors
Link copied to clipboard
constructor(version: Double, stepName: String, location: Location, inputs: Map<String, RuntimePort>, outputs: Map<String, RuntimePort>, options: Map<QName, RuntimeOption>, contentType: MediaType?)