Skip to main content

HS.HC.MFE.V1.Model.ModuleMetadata

class HS.HC.MFE.V1.Model.ModuleMetadata extends HS.HC.MFE.V1.Model.Base

Property Inventory

Properties

property Local as %Boolean [ Required ];
whether the MFE is local to the instance or remote
Property methods: LocalDisplayToLogical(), LocalGet(), LocalIsValid(), LocalLogicalToDisplay(), LocalNormalize(), LocalSet()
property MFELocation as %String [ Required ];
URL of the MFE
Property methods: MFELocationDisplayToLogical(), MFELocationGet(), MFELocationIsValid(), MFELocationLogicalToDisplay(), MFELocationLogicalToOdbc(), MFELocationNormalize(), MFELocationSet()
property ManifestLocation as %String [ Required ];
location of the MFE json file. If Local, this should be the file path. Else, should be a url
Property methods: ManifestLocationDisplayToLogical(), ManifestLocationGet(), ManifestLocationIsValid(), ManifestLocationLogicalToDisplay(), ManifestLocationLogicalToOdbc(), ManifestLocationNormalize(), ManifestLocationSet()
property Module as %String [ Required ];
unique name of the MFE
Property methods: ModuleDisplayToLogical(), ModuleGet(), ModuleIsValid(), ModuleLogicalToDisplay(), ModuleLogicalToOdbc(), ModuleNormalize(), ModuleSet()
property RESTHandler as %String [ Required ];
REST handler class the MFE communicates with. For now, just one, but can be array in future
Property methods: RESTHandlerDisplayToLogical(), RESTHandlerGet(), RESTHandlerIsValid(), RESTHandlerLogicalToDisplay(), RESTHandlerLogicalToOdbc(), RESTHandlerNormalize(), RESTHandlerSet()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab