Skip to main content

%iKnow.DeepSee.Lister

Lister class dedicated to DeepSee-driven iKnow domains. Not to be used by custom code.

Method Inventory

Methods

classmethod DefaultProcessor() as %String
method ExpandList(listerParams As %List) as %Status
Inherited description:

This method should be overridden by subclasses, implementing how they scan through the particular type of source location or structures they specialize in. The arguments for this method are the same Lister Parameters as those used when issuing the corresponding AddListToBatch() call and are specified and documented by the Lister implementation.

When expanding the list, the Lister should build a "Composite reference": a %List containing the lister ID, the group ID and the local reference for each (candidate) source it found and pass that to either a StoreRef(), StoreTemp() or StoreTempStream() call. Optionally, it can store metadata for each of these refs using the SetMetadataValues() method.

NOTE: This method is used by the iKnow loading frameworkand should never be called by custom code.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab