public class WorkflowConsoleBean
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
WorkflowConsoleBean() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCommand()
Gets the current query
|
java.lang.String |
getCurrentUserName()
Gets the current user name
|
java.lang.String |
getCurrentWorkflowDef()
Gets the current workflow definition
|
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 |
setWorkflowInterpreter(org.alfresco.repo.workflow.WorkflowInterpreter workflowInterpreter) |
java.lang.String |
submitCommand()
Action to submit command
|
public void setWorkflowInterpreter(org.alfresco.repo.workflow.WorkflowInterpreter workflowInterpreter)
workflowInterpreter - workflow 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()
public java.lang.String getCurrentWorkflowDef()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.