Skip to main content

%iKnow.TextTransformation.HK

Method Inventory

Methods

classmethod CreateExportObject(set As %DeepSee.Sets.ISet, ByRef status As %Status) as HKExportSet
This method creates a class supporting XML export with the content of a key/header set
classmethod CreateSetFromExport(hkexp As HKExportSet, ByRef status As %Status) as %DeepSee.Sets.ISet
classmethod DeserializeMetainfo(ByRef inarr As %Collection.ArrayOfDT, ByRef outarr As %Collection.ArrayOfObj) as %Status
classmethod ExportHeaders(filename) as %Status
classmethod ExportHeadersToSet(name) as %Status
classmethod ExportHeadersToTable() as %Status
classmethod ExportKeys(filename) as %Status
classmethod ExportKeysToSet(name) as %Status
classmethod ExportKeysToTable() as %Status
classmethod ExtractHeaders(trs As %Integer = 5, verbose=0, trsupper As %Integer = 0, commit As %Boolean = 1, outputToStr As %Boolean = 0, ByRef str As %String = "", outputToSet As %Boolean = 0, ByRef set As %ObjectHandle = "")
classmethod ExtractKeys(trs As %Integer = 5, verbose=0, commit As %Boolean = 1, outputToStr As %Boolean = 0, ByRef str As %String = "", outputToSet As %Boolean = 0, ByRef set As %ObjectHandle = "")
classmethod ImportHeaders(filename) as %Status
classmethod ImportHeadersFromSet(name) as %Status
This method clears the current headers prior to loading headers from the specified set
classmethod ImportHeadersFromTable() as %Status
classmethod ImportKeys(filename) as %Status
classmethod ImportKeysFromSet(name) as %Status
This method clers the current keys and loads the kys from the specified sets
classmethod ImportKeysFromTable() as %Status
classmethod Init()
classmethod OpenFromXML(filename As %String, ByRef sc As %Status) as %DeepSee.Sets.ISet
classmethod OpenFromXMLStream(st As %AbstractStream, ByRef sc As %Status) as %DeepSee.Sets.ISet
classmethod ProcessSQLSource(query As %String, numRecords As %Integer = 300, keyTreshold As %Integer = 18, headerTreshold As %Integer = 40, verbose As %Boolean = 1, commit As %Boolean = 1, outputToStr As %Boolean = 0, ByRef strHeaders As %String, ByRef strKeys As %String) as %Status
classmethod ProcessSQLSourceAsSet(query As %String, numRecords As %Integer = 300, keyTreshold As %Integer = 18, headerTreshold As %Integer = 40, verbose As %Boolean = 1, ByRef keySet As %DeepSee.Sets.ISet, ByRef headerSet As %DeepSee.Sets.ISet) as %Status
classmethod SaveAsXML(set As %DeepSee.Sets.ISet, filename As %String) as %Status
classmethod SaveAsXMLStream(set As %DeepSee.Sets.ISet, stream As %AbstractStream) as %Status
classmethod SerializeMetainfo(ByRef inarr As %ArrayOfObjects, ByRef outarr As %ArrayOfDataTypes) as %Status

Inherited Members

Inherited Methods

FeedbackOpens in a new tab