public class TenantAdminConsoleBean
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
TenantAdminConsoleBean() |
| 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 |
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
|
void |
setTenantInterpreter(org.alfresco.repo.tenant.TenantInterpreter tenantInterpreter) |
java.lang.String |
submitCommand()
Action to submit command
|
public void setTenantInterpreter(org.alfresco.repo.tenant.TenantInterpreter tenantInterpreter)
tenantInterpreter - tenant 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.