public class RepoAdminConsoleBean extends Object implements Serializable
Constructor and Description |
---|
RepoAdminConsoleBean() |
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 |
setDuration(long duration)
Set the duration
|
void |
setRepoAdminInterpreter(RepoAdminInterpreter repoAdminInterpreter) |
void |
setResult(String result)
Sets the command result
|
void |
setSubmittedCommand(String submittedCommand)
Set the submitted command
|
String |
submitCommand()
Action to submit command
|
public void setRepoAdminInterpreter(RepoAdminInterpreter repoAdminInterpreter)
repoAdminInterpreter
- repo 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.