Skip to main content

This documentation is for an older version of this product. See the latest version of this content.Opens in a new tab

%ZHSLIB.PackageManager.Core.SearchCriteria

class %ZHSLIB.PackageManager.Core.SearchCriteria extends %Library.RegisteredObject, %XML.Adaptor

Property Inventory

Method Inventory

Parameters

parameter NAMESPACE = http://www.intersystems.com/HealthShare/PackageManager;
Inherited description: NAMESPACE specifies the XML namespace to be used when projecting the class to XML. If NAMESPACE = "", the default namespace is used for the XML schema is used as the namespace for his class.
parameter XMLIGNOREINVALIDATTRIBUTE = 1;
Inherited description: The XMLIGNOREINVALIDATTRIBUTE parameter allows the programmer to control handling of unexpected attributes in the XML input. By default (XMLIGNOREINVALIDATTRIBUTE = 1), will ignore unexpected attributes. If XMLIGNOREINVALIDATTRIBUTE is set = 0, then an unexpected attribute will be treated as an error.
parameter XMLIGNOREINVALIDTAG = 1;
Inherited description: The XMLIGNOREINVALIDTAG parameter allows the programmer to control handling of unexpected elements in the XML input. The XMLIGNOREINVALIDTAG parameter will only take affect if XMLSEQUENCE = 0 (the default). By default (XMLIGNOREINVALIDTAG = 0), will treat an unexpected element as an error. If XMLIGNOREINVALIDTAG is set = 1 and XMLSEQUENCE = 0, then unexpected elements will be ignored.

Properties

property IncludePrerelease as %Boolean;
Property methods: IncludePrereleaseDisplayToLogical(), IncludePrereleaseGet(), IncludePrereleaseIsValid(), IncludePrereleaseLogicalToDisplay(), IncludePrereleaseLogicalToXSD(), IncludePrereleaseNormalize(), IncludePrereleaseSet(), IncludePrereleaseXSDToLogical()
property IncludeSnapshots as %Boolean;
Property methods: IncludeSnapshotsDisplayToLogical(), IncludeSnapshotsGet(), IncludeSnapshotsIsValid(), IncludeSnapshotsLogicalToDisplay(), IncludeSnapshotsLogicalToXSD(), IncludeSnapshotsNormalize(), IncludeSnapshotsSet(), IncludeSnapshotsXSDToLogical()
property Keywords as list of %String;
Property methods: KeywordsBuildValueArray(), KeywordsCollectionToDisplay(), KeywordsCollectionToOdbc(), KeywordsDisplayToCollection(), KeywordsDisplayToLogical(), KeywordsGet(), KeywordsGetObject(), KeywordsGetObjectId(), KeywordsGetSwizzled(), KeywordsIsValid(), KeywordsLogicalToDisplay(), KeywordsLogicalToOdbc(), KeywordsNormalize(), KeywordsOdbcToCollection(), KeywordsSet(), KeywordsSetObject(), KeywordsSetObjectId()
property Name as %String;
Property methods: NameDisplayToLogical(), NameGet(), NameIsValid(), NameLogicalToDisplay(), NameLogicalToOdbc(), NameNormalize(), NameSet()
property VersionExpression as %String;
Property methods: VersionExpressionDisplayToLogical(), VersionExpressionGet(), VersionExpressionIsValid(), VersionExpressionLogicalToDisplay(), VersionExpressionLogicalToOdbc(), VersionExpressionNormalize(), VersionExpressionSet()

Methods

method KeywordsSet(%value) as %Status

Inherited Members

Inherited Methods

FeedbackOpens in a new tab