public class ConfigAdminConsoleBean extends Object
Constructor and Description |
---|
ConfigAdminConsoleBean() |
Modifier and Type | Method and Description |
---|---|
String |
getCommand()
Gets the current query
|
String |
getCurrentUserName()
Gets the current user name
|
long |
getDuration()
Gets the last command duration
|
String |
getResult()
Gets the command result
|
String |
getSubmittedCommand()
Gets the submitted command
|
void |
setCommand(String command)
Set the current command
|
void |
setConfigAdminInterpreter(ConfigAdminInterpreter configAdminInterpreter) |
void |
setDuration(long duration)
Set the duration
|
void |
setResult(String result)
Sets the command result
|
void |
setSubmittedCommand(String submittedCommand)
Set the submitted command
|
String |
submitCommand()
Action to submit command
|
public void setConfigAdminInterpreter(ConfigAdminInterpreter configAdminInterpreter)
configAdminInterpreter
- Web Client config admin interpreterpublic String getResult()
public void setResult(String result)
result
- Stringpublic String getCommand()
public void setCommand(String command)
command
- commandpublic String getSubmittedCommand()
public void setSubmittedCommand(String submittedCommand)
submittedCommand
- The submitted commandpublic long getDuration()
public void setDuration(long duration)
duration
- The durationpublic String submitCommand()
public String getCurrentUserName()
Copyright © 2005–2017 Alfresco Software. All rights reserved.