Package-level declarations
Types
Link copied to clipboard
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
Link copied to clipboard
class EmptyStepParameters(val stepName: String, val location: Location, val inputs: Map<String, RuntimePort>, val outputs: Map<String, RuntimePort>, val options: Map<QName, RuntimeOption>) : RuntimeStepParameters
Link copied to clipboard
open class ExpressionStepParameters(val stepName: String, val location: Location, val inputs: Map<String, RuntimePort>, val outputs: Map<String, RuntimePort>, val options: Map<QName, RuntimeOption>, step: AtomicExpressionStepInstruction, val stepType: QName = NsCx.expression) : RuntimeStepParameters
Link copied to clipboard
class InlineStepParameters(val stepName: String, val location: Location, val inputs: Map<String, RuntimePort>, val outputs: Map<String, RuntimePort>, val options: Map<QName, RuntimeOption>, val filter: ValueTemplateFilter, val contentType: MediaType?, val encoding: String?) : RuntimeStepParameters
Link copied to clipboard
class OptionStepParameters(val stepName: String, val location: Location, val inputs: Map<String, RuntimePort>, val outputs: Map<String, RuntimePort>, val options: Map<QName, RuntimeOption>, val step: AtomicExpressionStepInstruction) : ExpressionStepParameters
Link copied to clipboard
open class RunStepStepParameters(val stepType: QName, val stepName: String, val location: Location, val inputs: Map<String, RuntimePort>, val outputs: Map<String, RuntimePort>, val options: Map<QName, RuntimeOption>, val primaryInput: String?, val primaryOutput: String?) : RuntimeStepParameters
Link copied to clipboard
open class RuntimeStepParameters(val stepType: QName, val stepName: String, val location: Location, val inputs: Map<String, RuntimePort>, val outputs: Map<String, RuntimePort>, val options: Map<QName, RuntimeOption>) : StepParameters
Link copied to clipboard
class SelectStepParameters(val stepName: String, val location: Location, val inputs: Map<String, RuntimePort>, val outputs: Map<String, RuntimePort>, val options: Map<QName, RuntimeOption>, val select: XProcExpression) : RuntimeStepParameters
Link copied to clipboard
open class StepParameters(val stepType: QName, val stepName: String = "", val location: Location = Location.NULL)
Link copied to clipboard
open class TryCatchStepParameters(val stepType: QName, val stepName: String, val location: Location, inputManifold: Map<String, RuntimePort>, outputManifold: Map<String, RuntimePort>, optionManifold: Map<QName, RuntimeOption>, val codes: List<QName>) : RuntimeStepParameters
Link copied to clipboard
Link copied to clipboard
open class ViewportStepParameters(val stepType: QName, val stepName: String, val location: Location, inputManifold: Map<String, RuntimePort>, outputManifold: Map<String, RuntimePort>, optionManifold: Map<QName, RuntimeOption>) : RuntimeStepParameters