| |
|
| java.lang.Object ru.emdev.EmForge.web.bean.BaseControllerImpl org.emforge.jbpm.web.bean.TaskController
TASK_PAGE_NAME | final public static String TASK_PAGE_NAME(Code) | | |
logger | final protected Log logger(Code) | | |
m_requestSent | boolean m_requestSent(Code) | | True - if request was already sent, otherwise false. Used for Ajax
|
m_statusRequestMessage | String m_statusRequestMessage(Code) | | Additional message, included into status request
|
clearComment | public void clearComment()(Code) | | |
getOtherBlockingSteps | public Collection<StepBean> getOtherBlockingSteps() throws EmForgeException(Code) | | Returns list of blocking steps, not displayed on separate tabs.
That means - steps, there user has not rights to edit something.
|
getOtherBlockingStepsTitle | public String getOtherBlockingStepsTitle() throws EmForgeException(Code) | | Use title for "Other Blocking Steps" depending from
has user some own steps in this task or not
|
getProcessedStepId | public Long getProcessedStepId()(Code) | | |
getSelectionItemOnMainMenu | public MainMenuItem getSelectionItemOnMainMenu()(Code) | | |
getStatusRequestMessage | public String getStatusRequestMessage()(Code) | | |
getTaskStatus | public String getTaskStatus() throws EmForgeException(Code) | | Returns String with task status,
depending from is task finished or not, how much steps it has, that the steps it corrently sta
|
getTrailCrumbInfo | public Crumb getTrailCrumbInfo()(Code) | | |
init | protected void init()(Code) | | |
isCanAddAttachment | public boolean isCanAddAttachment()(Code) | | Is current user allowed to add attachments?
|
isCanAddComment | public boolean isCanAddComment()(Code) | | |
isCanEditDescription | public boolean isCanEditDescription()(Code) | | |
isCanReassignSteps | public boolean isCanReassignSteps()(Code) | | |
isCanSaveTaskSettings | public boolean isCanSaveTaskSettings()(Code) | | |
isCanStopTask | public boolean isCanStopTask()(Code) | | |
isDisplayOtherBlockingSteps | public boolean isDisplayOtherBlockingSteps() throws EmForgeException(Code) | | Display Other Blocking Steps tab only if there will be something displayed
|
isDisplayTaskSettings | public boolean isDisplayTaskSettings()(Code) | | Display Task Settings Tab only if user allowed to change or stop the task
|
isProjectManager | protected boolean isProjectManager()(Code) | | |
isRequestSent | public boolean isRequestSent()(Code) | | |
isTaskOwner | protected boolean isTaskOwner()(Code) | | |
setStatusRequestMessage | public void setStatusRequestMessage(String i_statusRequestMessage)(Code) | | |
setTaskId | public void setTaskId(Long newTaskId)(Code) | | |
|
|
|