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.Server.PackageService

class %ZHSLIB.PackageManager.Server.PackageService extends %ZHSLIB.PackageManager.Server.AbstractSOAPService, %ZHSLIB.PackageManager.Core.IPackageService, %ZHSLIB.PackageManager.Core.ModuleInfo.QueryUtils

Method Inventory

Parameters

parameter NAMESPACE = http://www.intersystems.com/HealthShare/PackageManager;
SOAP Namespace for the WebService
parameter SERVICENAME = PackageManagerService;
Name of the WebService.
parameter USECLASSNAMESPACES = 1;
Namespaces of referenced classes will be used in the WSDL.

Methods

method GetApplication(pModuleReference As %ZHSLIB.PackageManager.Core.ResolvedModuleReference) as %Stream.GlobalBinary [ WebMethod ]
method GetApplicationManifest(pModuleReference As %ZHSLIB.PackageManager.Core.ResolvedModuleReference) as %Stream.GlobalCharacter [ WebMethod ]
method GetModule(pModuleReference As %ZHSLIB.PackageManager.Core.ResolvedModuleReference) as %Stream.GlobalBinary [ WebMethod ]
method GetModuleManifest(pModuleReference As %ZHSLIB.PackageManager.Core.ResolvedModuleReference) as %Stream.GlobalCharacter [ WebMethod ]
method HasApplication(pModuleReference As %ZHSLIB.PackageManager.Core.ResolvedModuleReference) as %Boolean [ WebMethod ]
method HasModule(pModuleReference As %ZHSLIB.PackageManager.Core.ResolvedModuleReference) as %Boolean [ WebMethod ]
method ListApplications(pSearchCriteria As %ZHSLIB.PackageManager.Core.SearchCriteria) as %Library.ListOfObjects [ WebMethod ]
method ListModules(pSearchCriteria As %ZHSLIB.PackageManager.Core.SearchCriteria) as %Library.ListOfObjects [ WebMethod ]
classmethod Supports(pMethod As %String) as %Boolean
Returns 1 if the service supports a particular method.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab