| Return Type | Method Summary |
| void | AppendObjectAttributeUsage(CommandObject *objectAtt, StringBuffer **strBuf, INT32 level)
Append object Attibute usage sting to string buffer. |
| CHAR* | CLICompleteFormatTabString(CLIScroll **cliscrollPtr, CHAR *searchStr, CHAR **completeStr, CHAR **list, INT32 noOfList, U_CHAR mode, U_CHAR *status)
Format response tab string. |
| CLIMessage* | CLIEngineForCharacter(CLIMessage *cliMesgPtr, U_CHAR *status)
Parse the message to the parser ,Calls the corresponding action command method and formats the output Message. |
| CLIMessage* | CLIEngineForString(CLIMessage **cliMesgPtr, U_CHAR *status)
Parse the message to the parser ,Calls the corresponding action command method and formats the output Message. |
| U_CHAR | CheckAndExit(CLIMessage *cliMesgPtr, CLIMessage **cliResMesgPtr, U_CHAR *errorStatus)
It will check the given input message key is exit or not. |
| void | CheckCommandRegGroup(CLIMessage *cliMesgPtr, U_CHAR access, U_CHAR *errorStatus)
It will Check the given input message key is valid for Command group key. |
| U_CHAR | CheckPreviousMenuAndExitMenu(CLIMessage *cliMesgPtr, CLIMessage **cliResMesgPtr, U_CHAR *errorStatus)
It will check the given input message key is Valid for Previous Action key. |
| U_CHAR | CheckPwd(CLIMessage *cliMesgPtr, U_CHAR *errorStatus)
Checking input message is Current Working directory or not. |
| U_CHAR | CheckRoleBasedSecurity(CHAR *userName , CHAR *command)
It will check the given userId is valid for access the given commandReg. |
| CHAR* | CompleteCommandTabKey(ClientSession *clientSesPtr, CHAR **completeStr, U_CHAR *status)
It will create a complete Format command string. |
| void | ExitFromSession(INT32 sessionID, U_CHAR *errorStatus)
Delete client Session from the ServerSession if the session is not craft. |
| CHAR* | GetAllCommand()
Get all Reg command and format all command to display. |
| CHAR* | *GetCommandList(ClientSession *clientSesPtr, INT32 *noOfList)
It willl create a array list of command which the command are register. |
| U_CHAR* | GetCommandUsage(CLICommandReg *refCommandReg)
The funciton will create command usage string for the given commandReg. |
| CHAR | GetOptionParamUsage(OptionParameterReg *optParamReg, StringBuffer *strBuf)
Append optionparam usage sting to the sting buffer. |
| CHAR* | *GetSubCommands(ClientSession *clientSesPtr, INT32 *noOfList, CHAR **tempStr)
It will create an array list of sub commands of the command specified. |
| CLIMessage* | ReadCommandAttribute(CLIMessage *cliMesgPtr, void *infoPtr, INT32 *index, U_CHAR *access)
Read Attribute Value for the given mesgptr key. |
| CLIMessage* | SetCommandAttribute(CLIMessage *cliMesgPtr, void *infoPtr, INT32 *index, U_CHAR *access)
It will Set the command attribute value. |
| U_CHAR | ValidPrivillege(CLICommandReg *cmdReg, CHAR *userID)
It will check the given userId is valid for access the given commandReg. |
| Method Details |