| |
|
| java.lang.Object org.emforge.xfer.StepTO
StepTO | public class StepTO (Code) | | Transfer Object for transferring data about Step
|
Constructor Summary | |
public | StepTO() |
StepTO | public StepTO()(Code) | | Default empty contstructor
|
getActor | public String getActor()(Code) | | Owner of step - user or group this step currently assigned to
|
getActualStartTime | public Date getActualStartTime()(Code) | | When step was really started
|
getDueDate | public Date getDueDate()(Code) | | When step should be finished
|
getMilestoneName | public String getMilestoneName()(Code) | | Name of milestone, step's task assigned to
|
getPlannedStartTime | public Date getPlannedStartTime()(Code) | | When it was planned to start this step
|
getPriority | public PriorityTO getPriority()(Code) | | Step Priority
It may be different from Task Priority.
For example - somebody create some task with ASAP priority.
During processing this task, some step is assigned to some actor.
But -this actor (like Big-Boss :) ) has huge amount much more important ASAP tasks to do
So, he can change priority for this assigned to him step to lower level.
This changes will not affect whole task priority
|
getProjectName | public String getProjectName()(Code) | | Name of project step's task assigned to
|
getSwimlane | public String getSwimlane()(Code) | | In case then task should be assigned to some swimlane this field contains name of this swimlane
In EmForge swimlanes are linked with project roles
|
getTaskHelp | public String getTaskHelp()(Code) | | Get help information for this step
|
getTaskId | public Long getTaskId()(Code) | | ID of task, owned this step
|
getTaskOwner | public String getTaskOwner()(Code) | | User, started the task
|
getTransitions | public TransitionTO[] getTransitions()(Code) | | List of output transactions, allowed from this step
|
getWorkflowIconLink | public String getWorkflowIconLink()(Code) | | link to workflow icon (if exists)
|
getWorkflowName | public String getWorkflowName()(Code) | | Name of workflow, used for step's task
|
getWorkflowVersion | public Integer getWorkflowVersion()(Code) | | Version of workflow, used for step's task
|
getWritableVariables | public VariableTO[] getWritableVariables()(Code) | | Waribles, that may be (or should be) changed during processing this step
|
isHasEnded | public boolean isHasEnded()(Code) | | Is step already ended?
|
setActualStartTime | public void setActualStartTime(Date i_actualStartTime)(Code) | | |
setDueDate | public void setDueDate(Date i_dueDate)(Code) | | |
setHasEnded | public void setHasEnded(boolean i_hasEnded)(Code) | | |
setMilestoneName | public void setMilestoneName(String i_milestoneName)(Code) | | |
setPlannedStartTime | public void setPlannedStartTime(Date i_plannedStartTime)(Code) | | |
setProjectName | public void setProjectName(String i_projectName)(Code) | | |
setTaskId | public void setTaskId(Long i_taskId)(Code) | | |
setTaskOwner | public void setTaskOwner(String i_taskOwner)(Code) | | |
setVariable | public void setVariable(String name, String value)(Code) | | Set new variable value
Parameters: name - Parameters: value - |
setWorkflowIconLink | public void setWorkflowIconLink(String i_workflowIconLink)(Code) | | |
setWorkflowName | public void setWorkflowName(String i_workflowName)(Code) | | |
setWorkflowVersion | public void setWorkflowVersion(Integer i_workflowVersion)(Code) | | |
setWritableVariables | public void setWritableVariables(VariableTO[] i_writableVariables)(Code) | | |
|
|
|