%ZHSLIB.PackageManager.Developer.Annotation.CosEntity.MethodProxy
persistent class %ZHSLIB.PackageManager.Developer.Annotation.CosEntity.MethodProxy extends %ZHSLIB.PackageManager.Developer.Annotation.CosEntity.MemberWithArguments
SQL Table Name: %ZHSLIB_PackageManager_Developer_Annotation_CosEntity.MethodProxy
Property Inventory (Including Private)
Method Inventory (Including Private)
- AssignTag()
- HandleExtraProperties()
- SkipProxy()
- SpecialMemberInheritance()
- SupplyMissingTags()
- ValidateTags()
Parameters
parameter AcceptableAnchorTags = API.Overrideable,API.Method,DoesNotInheritTags;
Inherited description: tags that apply to the current entity, in addition to the universal ones (see CommonTags)
parameter DictionaryKey;
parameter ParsedSpecKey;
parameter XMLNAME = Method;
Inherited description: This parameter provides the default XMLNAME for the class. If it is
empty then the class name will be used to construct a default XML name.
The default XMLNAME is used as the top level tag
when exporting objects and the export context
did not provide an XML container name.
Properties (Including Private)
property ClassMethod as %Boolean (XMLPROJECTION = "attribute");
Property methods: ClassMethodDisplayToLogical(), ClassMethodGet(), ClassMethodGetStored(), ClassMethodIsValid(), ClassMethodLogicalToDisplay(), ClassMethodLogicalToXSD(), ClassMethodNormalize(), ClassMethodSet(), ClassMethodXSDToLogical()
relationship ReturnValue as array of %ZHSLIB.PackageManager.Developer.Annotation.CosEntity.ReturnValueProxy (XMLPROJECTION = "element", XMLTYPECONSTRAINT = "choice") [ InitialExpression = $listbuild("%ZHSLIB.PackageManager.Developer.Annotation.CosEntity.ReturnValueProxy","ParentMethod",+$this,"many",1,1) , Transient , Inverse = ParentMethod , Cardinality = many ];
there will never be more than one return value, but we use a many-to-one relationship for simpler manipulation
Property methods: ReturnValueGet(), ReturnValueGetObject(), ReturnValueGetObjectId(), ReturnValueGetSwizzled(), ReturnValueIsEmpty(), ReturnValueIsValid(), ReturnValueNewObject(), ReturnValueRClose(), ReturnValueRExec(), ReturnValueRFetch(), ReturnValueRelate(), ReturnValueSQLCompute(), ReturnValueSet(), ReturnValueUnRelate()
Methods (Including Private)
method AssignTag(pNewTag As %ZHSLIB.PackageManager.Developer.Annotation.Tag.AnchorTag, pTrackIsAPI As %Library.Boolean = 1) as %Status [ Language = objectscript ]
when we find an Argument or ReturnValue tag in a method, we farm those out to the sub-objects. Otherwise
we handle as usual.
method HandleExtraProperties() [ Language = objectscript ]
classmethod SkipProxy(pParentClassName As %Dictionary.Classname, pMemberName As %String) as %Boolean [ Language = objectscript ]
exclude implementation methods for custom queries (that is, queries of %Query type)
method SpecialMemberInheritance(pSuperMember As %ZHSLIB.PackageManager.Developer.Annotation.CosEntity.MethodProxy) [ Language = objectscript ]
Inherited description: overridden by member proxy classes that require extra handling (e.g. Methods, to handle arguments & return value)
method SupplyMissingTags() [ Language = objectscript ]
method ValidateTags() [ Language = objectscript ]
Inherited description: validates tags for object validity and also applies logic rules. no return value; throws exceptions if there
are showstopper problems. Some non-critical issues may simply cause output warnings. The various overrides
all call ##super and they are all called when we finish loading/building the info for a class (with all its
contents) and we're about to save the class proxy and its entire object tree.
Inherited Members
Inherited Properties (Including Private)
- ArgumentKeysByName
- Arguments
- CalculatedArguments
- CalculatedTags
- CommentBlock
- DatabaseGUID
- IdentifierText
- IsAPI
- Name
- ObjectCounter
- OwnerClass
- ParentClass
- ParentClassName
- SkipTagInheritance
- Tags
Inherited Methods (Including Private)
- %AcquireLock()
- %AddToSaveSet()
- %AddToSyncSet()
- %BMEBuilt()
- %BuildIndicesAsync()
- %BuildIndicesAsyncResponse()
- %CheckConstraints()
- %CheckConstraintsForExtent()
- %ClassIsLatestVersion()
- %ClassName()
- %ComposeOid()
- %ConstructClone()
- %ConstructCloneInit()
- %Delete()
- %DeleteData()
- %DeleteExtent()
- %DeleteId()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Exists()
- %ExistsId()
- %Extends()
- %GUID()
- %GUIDSet()
- %GetLock()
- %GetParameter()
- %GetSwizzleObject()
- %Id()
- %InsertBatch()
- %IsA()
- %IsModified()
- %IsNull()
- %KillExtent()
- %KillExtentData()
- %LoadData()
- %LoadFromMemory()
- %LockExtent()
- %LockId()
- %New()
- %NormalizeObject()
- %ObjectIsNull()
- %ObjectModified()
- %Oid()
- %OnAddToSaveSet()
- %OnAfterBuildIndices()
- %OnAfterDelete()
- %OnAfterPurgeIndices()
- %OnAfterSave()
- %OnBeforeAddToSync()
- %OnBeforeBuildIndices()
- %OnBeforePurgeIndices()
- %OnBeforeSave()
- %OnClose()
- %OnConstructClone()
- %OnDelete()
- %OnDetermineClass()
- %OnJournalObject()
- %OnNew()
- %OnOpen()
- %OnReload()
- %OnRollBack()
- %OnValidateObject()
- %Open()
- %OpenId()
- %OriginalNamespace()
- %PackageName()
- %PhysicalAddress()
- %PurgeIndices()
- %ReleaseLock()
- %Reload()
- %RemoveFromSaveSet()
- %ResolveConcurrencyConflict()
- %RollBack()
- %Save()
- %SaveData()
- %SaveDirect()
- %SaveIndices()
- %SerializeObject()
- %SetModified()
- %SortBegin()
- %SortEnd()
- %SyncObjectIn()
- %SyncTransport()
- %UnlockExtent()
- %UnlockId()
- %ValidateIndices()
- %ValidateObject()
- %ValidateTable()
- AcceptableTagList()
- BuildProxies()
- CalculatedArgumentsGet()
- CalculatedTagsGet()
- DefaultAPITag()
- GetDatabaseGUID()
- GetFriendlyIdentifier()
- GetIdentifierText()
- GetOwnerClassProxyID()
- GetSortedSuperclassList()
- GetSortingKey()
- GetTagsAsArray()
- GetValidationXSLT()
- HandleTagInheritance()
- HasTag()
- IdentifierTextGet()
- InheritTags()
- InitializeTagNameArray()
- NamespaceForModuleClass()
- OwnerClassGet()
- ProcessComments()
- ShouldRefuseTag()
- StoreWarning()
- ValidateTagForUse()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLImportAttributes()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()
Storage
Gray indicates storage defined by superclasses.
Storage Model: Storage (%ZHSLIB.PackageManager.Developer.Annotation.CosEntity)
^HS.PM.Dev.Annotation.CosEntityD(ID) |
= | %%CLASSNAME
|
Storage Model: Storage (%ZHSLIB.PackageManager.Developer.Annotation.CosEntity.CommentableEntity)
^HS.PM.Dev.Annotation.CosEntityD(ID,"CommentableEntity") |
= | Name
CommentBlock
IsAPI
SkipTagInheritance
|
Storage Model: Storage (%ZHSLIB.PackageManager.Developer.Annotation.CosEntity.ClassMemberProxy)
^HS.PM.Dev.Annotation.CosEntityD(ID,"ClassMemberProxy") |
= | ParentClass
ParentClassName
|
Storage Model: Storage (%ZHSLIB.PackageManager.Developer.Annotation.CosEntity.MethodProxy)
^HS.PM.Dev.Annotation.CosEntityD(ID,"MethodProxy") |
= | ClassMethod
|