%iKnow.Shell.Commands.CommandShow
Class %iKnow.Shell.Commands.CommandShow Extends %iKnow.Shell.Command [ Deprecated ]
Methods
GetCommandName
Method GetCommandName() As %String
Type
Method Type(option As %String) As %String
Describe
Method Describe(shell As %iKnow.Shell, ByRef description)
DescribeOptions
Method DescribeOptions(shell As %iKnow.Shell, ByRef description) [ Private ]
Run
Method Run(shell As %iKnow.Shell, ByRef args, parentCommand As %iKnow.Shell.Command = "")
RunOption
Method RunOption(shell As %iKnow.Shell, option As %String, ByRef arguments, parentCommand As %iKnow.Shell.Command = "") [ Private ]
RunOptionDevice
Method RunOptionDevice(shell As %iKnow.Shell, parentCommand As %iKnow.Shell.Command = "") [ Private ]
RunOptionDomain
Method RunOptionDomain(shell As %iKnow.Shell, parentCommand As %iKnow.Shell.Command = "") [ Private ]
RunOptionFilter
Method RunOptionFilter(shell As %iKnow.Shell, parentCommand As %iKnow.Shell.Command = "") [ Private ]
RunOptionMetadata
Method RunOptionMetadata(shell As %iKnow.Shell, source As %String, field As %String = "", parentCommand As %iKnow.Shell.Command = "") [ Private ]
RunOptionPage
Method RunOptionPage(shell As %iKnow.Shell, parentCommand As %iKnow.Shell.Command = "") [ Private ]
RunOptionPagesize
Method RunOptionPagesize(shell As %iKnow.Shell, parentCommand As %iKnow.Shell.Command = "") [ Private ]
RunOptionSource
Method RunOptionSource(shell As %iKnow.Shell, source As %String, parentCommand As %iKnow.Shell.Command = "") [ Private ]
RunOptionSummary
Method RunOptionSummary(shell As %iKnow.Shell, source As %String, length As %Integer, parentCommand As %iKnow.Shell.Command = "") [ Private ]
ParseArguments
Method ParseArguments(shell As %iKnow.Shell, ByRef inArgs, ByRef outArgs) [ Private ]