EnsLib.InteropTools.CodeBuilder.Code
persistent class EnsLib.InteropTools.CodeBuilder.Code extends %Library.Persistent
SQL Table Name: EnsLib_InteropTools_CodeBuilder.Code
Property Inventory
Method Inventory
- AddActions()
- Build()
- Count()
- CreateClassParameter()
- EnableCode()
- GenerateXDataStream()
- GetIDForName()
- LineCount()
Parameters
parameter CODEDISABLED = 0;
Properties
property ClassName as %String);
Generated ClassName
Property methods: ClassNameDisplayToLogical(), ClassNameGet(), ClassNameGetStored(), ClassNameIsValid(), ClassNameLogicalToDisplay(), ClassNameLogicalToOdbc(), ClassNameNormalize(), ClassNameSet()
property Items as list of CodeItem (STORAGEDEFAULT = "array");
Property methods: ItemsBuildValueArray(), ItemsCollectionToDisplay(), ItemsCollectionToOdbc(), ItemsDisplayToCollection(), ItemsGet(), ItemsGetObject(), ItemsGetObjectId(), ItemsGetStored(), ItemsGetSwizzled(), ItemsIsValid(), ItemsOdbcToCollection(), ItemsSet(), ItemsSetObject(), ItemsSetObjectId()
property Name as %String);
Property methods: NameDisplayToLogical(), NameGet(), NameGetStored(), NameIsValid(), NameLogicalToDisplay(), NameLogicalToOdbc(), NameNormalize(), NameSet()
property SourceDocType as %String;
Property methods: SourceDocTypeDisplayToLogical(), SourceDocTypeGet(), SourceDocTypeGetStored(), SourceDocTypeIsValid(), SourceDocTypeLogicalToDisplay(), SourceDocTypeLogicalToOdbc(), SourceDocTypeNormalize(), SourceDocTypeSet()
property TargetDocType as %String;
Property methods: TargetDocTypeDisplayToLogical(), TargetDocTypeGet(), TargetDocTypeGetStored(), TargetDocTypeIsValid(), TargetDocTypeLogicalToDisplay(), TargetDocTypeLogicalToOdbc(), TargetDocTypeNormalize(), TargetDocTypeSet()
Methods
classmethod AddActions(pItems, Output pActions) as %Status
classmethod Build(pName="", pID="", pCompile=1) as %Status
classmethod Count(Item, tLines)
classmethod CreateClassParameter(pName, pDefault) as %Dictionary.ParameterDefinition
Create %Dictionary.ParameterDefinition object for name and default
classmethod GenerateXDataStream(pTransformClass, pTransform, pCompile=1) as %Status
classmethod GetIDForName(pName) as %String
classmethod LineCount()
Indexes
index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()
index (NameIndex on Name) [Unique];
Index methods: NameIndexCheck(), NameIndexCheckUnique(), NameIndexDelete(), NameIndexExists(), NameIndexOpen(), NameIndexSQLCheckUnique(), NameIndexSQLExists(), NameIndexSQLFindPKeyByConstraint(), NameIndexSQLFindRowIDByConstraint()
Inherited Members
Inherited Methods
- %%CLASSNAMELogicalToStorage()
- %%CLASSNAMEStorageToLogical()
- %AddToSaveSet()
- %AddToSyncSet()
- %BMEBuilt()
- %BuildIndicesAsync()
- %BuildIndicesAsyncResponse()
- %CheckConstraints()
- %CheckConstraintsForExtent()
- %ClassIsLatestVersion()
- %ClassName()
- %ComposeOid()
- %ConstructClone()
- %Delete()
- %DeleteExtent()
- %DeleteId()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Exists()
- %ExistsId()
- %Extends()
- %GUID()
- %GUIDSet()
- %GetLock()
- %GetParameter()
- %GetSwizzleObject()
- %Id()
- %InitExtentData()
- %InsertBatch()
- %IsA()
- %IsModified()
- %IsNull()
- %KillExtent()
- %KillExtentData()
- %LoadFromMemory()
- %LockExtent()
- %LockId()
- %New()
- %NormalizeObject()
- %ObjectIsNull()
- %ObjectModified()
- %Oid()
- %OnBeforeAddToSync()
- %OnDeleteFinally()
- %OnDetermineClass()
- %OnOpenFinally()
- %OnSaveFinally()
- %Open()
- %OpenId()
- %OriginalNamespace()
- %PackageName()
- %PhysicalAddress()
- %PurgeIndices()
- %Reload()
- %RemoveFromSaveSet()
- %ResolveConcurrencyConflict()
- %RollBack()
- %Save()
- %SaveDirect()
- %SaveIndices()
- %SerializeObject()
- %SetModified()
- %SortBegin()
- %SortEnd()
- %SyncObjectIn()
- %SyncTransport()
- %UnlockExtent()
- %UnlockId()
- %ValidateIndices()
- %ValidateObject()
- %ValidateTable()
Storage
Storage Model: Storage (EnsLib.InteropTools.CodeBuilder.Code)
^EnsLib.InteropTools.C2573.CodeD(ID) |
= | %%CLASSNAME
Name
SourceDocType
TargetDocType
ClassName
|
Storage Model: Storage (EnsLib.InteropTools.CodeBuilder.Code)
^EnsLib.InteropTools.C2573.CodeD(ID,"Items",n) |
= | Items(n) |