|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.web.bean.repository.admin.RepoAdminConsoleBean
public class RepoAdminConsoleBean
Backing bean to support the Repository Admin Console
Constructor Summary | |
---|---|
RepoAdminConsoleBean()
|
Method Summary | |
---|---|
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 |
setDuration(long duration)
Set the duration |
void |
setRepoAdminInterpreter(org.alfresco.repo.admin.RepoAdminInterpreter repoAdminInterpreter)
|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RepoAdminConsoleBean()
Method Detail |
---|
public void setRepoAdminInterpreter(org.alfresco.repo.admin.RepoAdminInterpreter repoAdminInterpreter)
repoAdminInterpreter
- repo 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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |