Skip to main content

EnsLib.XML.TCPService

class EnsLib.XML.TCPService extends EnsLib.TCP.PassthroughService

Property Inventory

Method Inventory

Parameters

parameter SETTINGS = SearchTableClass::selector?context={Ens.ContextSearch/SearchTableClasses?host=EnsLib.XML.TCPService};
Inherited description: List of properties can be set as settings in the configuration file format is a comma separated list of property names

Properties

property SearchTableClass as %String (MAXLEN = 100) [ InitialExpression = "EnsLib.XML.SearchTable" ];
Store a set of searchable properties associated with each XML document processed.
These records will be stored in the named SearchTable class, if any.
Property methods: SearchTableClassDisplayToLogical(), SearchTableClassGet(), SearchTableClassIsValid(), SearchTableClassLogicalToDisplay(), SearchTableClassLogicalToOdbc(), SearchTableClassNormalize(), SearchTableClassSet()

Methods

method resolveAndIndex(pInput As %Persistent) as %Status
Do the SearchTable indexing if configured

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab