deprecatedclass %iKnow.Model.processor
extends %iKnow.Model.nodeWithParameters
Model representation of a specific %iKnow.Source.Processor to use when loading
the contents of a %iKnow.Model.list.
property processorClass
as %String(MAXLEN=250,XMLPROJECTION="attribute");
The class of the Processor to use, which should extend %iKnow.Source.Processor.
The actual Processor class dictates the contents of the parameters property
for this element.