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