Ens.VDoc.SearchTableGenerator
class Ens.VDoc.SearchTableGenerator extends %Library.RegisteredObject
Method Inventory
- DeleteProps()
- EnumerateSearchPropsClose()
- EnumerateSearchPropsExecute()
- EnumerateSearchPropsFetch()
- FindClassDefMethod()
- FindClassDefParameterVal()
- FindClassDefProperty()
- GetExtentSuperclass()
- GetExtentSupertable()
- ValidateSearchTableProperties()
- genMethods()
- getMethods()
- getPropId()
- getPropsList()
- getpropsmethodname()
Methods
classmethod EnumerateSearchPropsFetch(ByRef qHandle As %Binary, ByRef Row As %List, ByRef AtEnd As %Integer = 0) as %Status
classmethod FindClassDefMethod(pClassDef As %Dictionary.CompiledClass, pMethodName As %String) as %Dictionary.CompiledMethod
classmethod FindClassDefParameterVal(pClassDef As %Dictionary.CompiledClass, pParamName As %String) as %String
Helper method for code generators
classmethod FindClassDefProperty(pClassDef As %Dictionary.CompiledClass, pPropName As %String) as %Dictionary.CompiledProperty
classmethod ValidateSearchTableProperties(pClassname As %String = "", Output pSearchTableProperties, Output pSearchTableItems) as %Status
This API allows for the (re)generation of Ens.Config.SearchTableProp entries
for a specific SearchTable class without requiring a recompile of the class. The class must have
been compiled at some point, but a recompilation is not needed for the purposes of validating
the SearchSpec XData and ensuring that the corresponding Ens.Config.SearchTableProp
objects are present and correctly defined.
classmethod genMethods(pDocClassname As %String, ByRef pProps, ByRef pItems, ByRef pTypeMethods, pSearchTableSuper, ByRef pInsertLabels) as %Status
classmethod getMethods(pDocClassname As %String, Output pProps, Output pItems, Output pTypeMethods) as %Status
classmethod getPropId(pSearchTableClass As %String, pPropName As %String, Output pPropType, Output pStoreNulls, Output pUnselective) as %Integer
Get the PropId for a given property name in given a SearchTable class
Build an array of property definitions given a SearchTable class
Queries
query EnumerateSearchProps(Class As %String)
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()