DocumentStepParameters
class DocumentStepParameters(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(stepName: String, location: Location, inputs: Map<String, RuntimePort>, outputs: Map<String, RuntimePort>, options: Map<QName, RuntimeOption>, contentType: MediaType?)