public class WorkflowConsoleBean extends Object implements Serializable
Constructor and Description |
---|
WorkflowConsoleBean() |
Modifier and Type | Method and Description |
---|---|
String |
getCommand()
Gets the current query
|
String |
getCurrentUserName()
Gets the current user name
|
String |
getCurrentWorkflowDef()
Gets the current workflow definition
|
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 |
setResult(String result)
Sets the command result
|
void |
setSubmittedCommand(String submittedCommand)
Set the submitted command
|
void |
setWorkflowInterpreter(WorkflowInterpreter workflowInterpreter) |
String |
submitCommand()
Action to submit command
|
public void setWorkflowInterpreter(WorkflowInterpreter workflowInterpreter)
workflowInterpreter
- workflow interpreterpublic String getResult()
public void setResult(String result)
result
- public 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()
public String getCurrentWorkflowDef()
Copyright © 2005–2017 Alfresco Software. All rights reserved.