Class CIM_HelpService
extends CIM_Service

HelpService provides the ability for a managed element to describe and provide access to its Help information. Support for various delivery mechanisms and data formats can be specified so that the most suitable data representation can be chosen. In adddition, a request can be made to launch a "Help" program, if available.

Table of Contents
Hierarchy
Direct Known Subclasses
Class Qualifiers
Class Properties
Class Methods


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_ManagedSystemElement
   |
   +--CIM_LogicalElement
   |
   +--CIM_EnabledLogicalElement
   |
   +--CIM_Service
   |
   +--CIM_HelpService

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringHelpService provides the ability for a managed element to describe and provide access to its Help information. Support for various delivery mechanisms and data formats can be specified so that the most suitable data representation can be chosen. In adddition, a request can be made to launch a "Help" program, if available.
UMLPackagePathstringCIM::System::Help
Versionstring2.9.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
OtherDeliveryOptionDescriptionstring
DescriptionstringDescribes the nature of the delivery method when DeliveryOptions = "Other" is specified.
ModelCorrespondencestringCIM_HelpService.DeliveryOptions
OtherDocumentFormatDescriptionstring
DescriptionstringDescribes the format of the document when DocumentFormat= "Other" is specified.
ModelCorrespondencestringCIM_HelpService.DocumentFormat
DeliveryOptionsuint16[]
DescriptionstringDefines the delivery methods supported by this help service./n "File Contents" indicates that the contents of the Help file is returned by the GetHelp method. "File Pointer" indicates that a fully specified path to the Help file is returned by the GetHelp method. "Associated File" indicates that associations to CIM_LogicalFile instance(s) is available. "URL" indicates that a URL to a website is returned by the GetHelp method. "Program" indicates that a Help program is launched (on the local system) by the GetHelp method.
ModelCorrespondencestringCIM_HelpService.OtherDeliveryOptionDescription, CIM_HelpServiceAvailableToFile
ValueMapstring1, 2, 3, 4, 5, 6
ValuesstringOther, File Contents, File Pointer, Associated File, URL, Program
DocumentDescriptionsstring[]
ArrayTypestringIndexed
DescriptionstringList of descriptions for the corresponding documents.
ModelCorrespondencestringCIM_HelpService.DocumentsAvailable, CIM_HelpService.DocumentFormat
DocumentFormatuint16[]
ArrayTypestringIndexed
DescriptionstringList of document formats for the corresponding documents.
ModelCorrespondencestringCIM_HelpService.OtherDocumentFormatDescription, CIM_HelpService.DocumentDescriptions, CIM_HelpService.DocumentsAvailable
ValueMapstring0, 1, 2, 3, 4, 5, 6
ValuesstringUnknown, Other, XML, HTML, Binary, Executable, .hlp
DocumentsAvailablestring[]
ArrayTypestringIndexed
DescriptionstringList of all of the document names/ids that are available via this help service and NOT exposed by the HelpServiceAvailableToFile association.
ModelCorrespondencestringCIM_HelpService.DocumentDescriptions, CIM_HelpService.DocumentFormat

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
CommunicationStatusuint16CIM_ManagedSystemElement
CreationClassNamestringCIM_Service
DescriptionstringCIM_ManagedElement
DetailedStatusuint16CIM_ManagedSystemElement
ElementNamestringCIM_ManagedElement
EnabledDefaultuint16CIM_EnabledLogicalElement
EnabledStateuint16CIM_EnabledLogicalElement
HealthStateuint16CIM_ManagedSystemElement
InstallDatedatetimeCIM_ManagedSystemElement
InstanceIDstringCIM_ManagedElement
NamestringCIM_Service
OperatingStatusuint16CIM_ManagedSystemElement
OtherEnabledStatestringCIM_EnabledLogicalElement
PrimaryOwnerContactstringCIM_Service
PrimaryOwnerNamestringCIM_Service
PrimaryStatusuint16CIM_ManagedSystemElement
RequestedStateuint16CIM_EnabledLogicalElement
StartedbooleanCIM_Service
StartModestringCIM_Service
StatusstringCIM_ManagedSystemElement
SystemCreationClassNamestringCIM_Service
SystemNamestringCIM_Service
TimeOfLastStateChangedatetimeCIM_EnabledLogicalElement
TransitioningToStateuint16CIM_EnabledLogicalElement
AvailableRequestedStatesuint16[]CIM_EnabledLogicalElement
OperationalStatusuint16[]CIM_ManagedSystemElement
StatusDescriptionsstring[]CIM_ManagedSystemElement

Class Methods

Local Class Methods

GetHelp (uint32)

Method Qualifiers (GetHelp)

NameData TypeValue
DescriptionstringThe GetHelp method produces, as an OUT parameter, a string containing document information as specified by the input parameters. The input parameters are expected to be valid sets of values from the corresponding indexed properties of this class.
ValueMapstring0, 1, 2, 3, 4, 5, .., 0x1000, 0x1001, 0x1002..0x7FFF, 0x8000..0xFFFF
ValuesstringDocument returned with no error, Not Supported, Unspecified Error, Timeout, Failed, Invalid Parameter, DMTF Reserved, Busy, Requested Document not found, Method Reserved, Vendor Reserved

Method Parameters (GetHelp)

NameTypeQualifiers
NameData TypeValue
DocumentInfostring
DescriptionstringIf RequestedDelivery = File Contents, then the string contains the contents. File Pointer, then the string contains a pointer to the file. File Reference, then the string contains a REF to a CIM_LogicalFile instance. URL, then then the string contains a URL to the help site. Program, then the string is empty; the program was launched.
INbooleanfalse
OUTbooleantrue
Formatuint16
DescriptionstringThe requested document format is passed in. The actual document format is returned.
INbooleantrue
ModelCorrespondencestringCIM_HelpService.DocumentFormat
OUTbooleantrue
ValueMapstring0, 1, 2, 3, 4, 5, 6
ValuesstringDon't Care, Other, XML, HTML, Binary, Executable, .hlp
RequestedDeliveryuint16
DescriptionstringThe requested delivery mechanism.
INbooleantrue
ModelCorrespondencestringCIM_HelpService.DeliveryOptions
ValueMapstring1, 2, 3, 5, 6
ValuesstringOther, File Contents, File Pointer, URL, Program
RequestedDocumentstring
DescriptionstringThe name/id of the requested document or the reference to the associated document.
INbooleantrue
ModelCorrespondencestringCIM_HelpService.DocumentsAvailable, CIM_HelpServiceAvailableToFile.UserOfService

Inherited Class Methods

NameReturn TypeClass Origin
RequestStateChangeuint32CIM_EnabledLogicalElement
StartServiceuint32CIM_Service
StopServiceuint32CIM_Service