%XML.Exchange.Metadata
class %XML.Exchange.Metadata extends %Library.RegisteredObject, %XML.Adaptor
Configuration Management Metadata Details pertaining to an individual Exchange Item.This class is used to include this information in the XML export. Across different Exchange Item types the id, code and description may be kept in different tags. The metadata section provides these details in a consistent manner.
Property Inventory
Method Inventory
Properties
property ClassName as %String);
Property methods: ClassNameDisplayToLogical(), ClassNameGet(), ClassNameIsValid(), ClassNameLogicalToDisplay(), ClassNameLogicalToOdbc(), ClassNameNormalize(), ClassNameSet()
property Content as array of %String);
Property methods: ContentBuildValueArray(), ContentCollectionToDisplay(), ContentCollectionToOdbc(), ContentDisplayToCollection(), ContentDisplayToLogical(), ContentGet(), ContentGetObject(), ContentGetObjectId(), ContentGetSwizzled(), ContentIsValid(), ContentLogicalToDisplay(), ContentLogicalToOdbc(), ContentNormalize(), ContentOdbcToCollection(), ContentSet(), ContentSetObject(), ContentSetObjectId()
property Description as %String);
Property methods: DescriptionDisplayToLogical(), DescriptionGet(), DescriptionIsValid(), DescriptionLogicalToDisplay(), DescriptionLogicalToOdbc(), DescriptionNormalize(), DescriptionSet()
property GUID as %RawString (XMLPROJECTION = "ATTRIBUTE");
Property methods: GUIDGet(), GUIDIsValid(), GUIDSet()
property Id as %String);
Property methods: IdDisplayToLogical(), IdGet(), IdIsValid(), IdLogicalToDisplay(), IdLogicalToOdbc(), IdNormalize(), IdSet()
Methods
method GetKey(SrcVer As %String)
Strip leading '$_Id:' and trailing '$' to avoid RCS keyword expansion when added to Perforce.
method InsertClass(ClassName 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()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()