|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.web.bean.workflow.WorkflowConsoleBean
public class WorkflowConsoleBean
Backing bean to support the Workflow Console
Constructor Summary | |
---|---|
WorkflowConsoleBean()
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WorkflowConsoleBean()
Method Detail |
---|
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |