| |
|
| java.lang.Object ru.emdev.EmForge.web.bean.BaseControllerImpl org.emforge.jbpm.web.bean.NewTaskController
NewTaskController | public class NewTaskController extends BaseControllerImpl (Code) | | this controller is used to create new task
It is included several steps, so, it is why it is implemented as session-bean
(to easily keep information between steps)
|
Inner Class :public class TaskSearchResult | |
cancel | public String cancel()(Code) | | Clear data in the form and go back to main page
|
clean | public void clean()(Code) | | |
getSearchResult | public List<TaskSearchResult> getSearchResult()(Code) | | |
getSelectedTransitionTitle | public String getSelectedTransitionTitle()(Code) | | Calling getLabel from selectedTransition may produce lazy-initialization error
since it is session-wide bean.
So, we will get it from select items
|
getSelectionItemOnMainMenu | public MainMenuItem getSelectionItemOnMainMenu()(Code) | | |
getTrailCrumbInfo | public Crumb getTrailCrumbInfo()(Code) | | |
init | protected void init()(Code) | | |
isDisplayCreateButton | public boolean isDisplayCreateButton()(Code) | | |
isDisplayNext | public boolean isDisplayNext()(Code) | | |
isDisplayPrev | public boolean isDisplayPrev()(Code) | | |
isPrevImmidiate | public boolean isPrevImmidiate()(Code) | | Is "Prev" action should be done immidiatly?
For "Description" step - no - we should store edited text.
|
isProjectAndWorkflow | public boolean isProjectAndWorkflow()(Code) | | |
isSearchResults | public boolean isSearchResults()(Code) | | |
isShowDescription | public boolean isShowDescription()(Code) | | |
isShowOptions | public boolean isShowOptions()(Code) | | |
isShowPreview | public boolean isShowPreview()(Code) | | |
isShowTransitions | public boolean isShowTransitions()(Code) | | |
isTitleSearch | public boolean isTitleSearch()(Code) | | |
searchTitle | public String searchTitle()(Code) | | performs seach by entered title
|
selectWorkflow | public String selectWorkflow()(Code) | | Action to select some process definition to start new task
Actually - nothing to do here - since we need just to set selected process def
|
setParentStep | public void setParentStep(StepTO i_parentStep)(Code) | | |
setSearchResult | public void setSearchResult(List<TaskSearchResult> i_searchResult)(Code) | | |
setSelectedTransition | public void setSelectedTransition(TransitionTO i_selectedTransition)(Code) | | |
setTaskDueDate | public void setTaskDueDate(Date i_processDueDate)(Code) | | |
setUrlConstructor | public void setUrlConstructor(URLConstructor i_urlConstructor)(Code) | | |
storeDescription | public void storeDescription()(Code) | | |
|
|
|