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.SemanticVersionExpression

serial class %ZHSLIB.PackageManager.Core.SemanticVersionExpression extends %Library.SerialObject, %XML.Adaptor

Property Inventory

Method Inventory

Properties

property Expression as %String);
Property methods: ExpressionDisplayToLogical(), ExpressionGet(), ExpressionIsValid(), ExpressionLogicalToDisplay(), ExpressionLogicalToOdbc(), ExpressionNormalize()
property Options as list of %ZHSLIB.PackageManager.Core.SemVer.Range;
Property methods: OptionsBuildValueArray(), OptionsCollectionToDisplay(), OptionsCollectionToOdbc(), OptionsDisplayToCollection(), OptionsGet(), OptionsGetObject(), OptionsGetObjectId(), OptionsGetSwizzled(), OptionsIsValid(), OptionsOdbcToCollection(), OptionsSet(), OptionsSetObject(), OptionsSetObjectId()

Methods

method ExpressionSet(pValue As %String) as %Status
classmethod FromString(pString As %String, Output pExpr As %ZHSLIB.PackageManager.Core.SemanticVersionExpression) as %Status
method IsSatisfiedBy(pVersion As %ZHSLIB.PackageManager.Core.SemanticVersion) as %Boolean
method ToResolvedString() as %String
method ToString() as %String

Inherited Members

Inherited Methods

FeedbackOpens in a new tab