public class NotifExecutionTask extends BasePOJO
Constructor and Description |
---|
NotifExecutionTask(ProjectWorkflowExecutionTasksQueryResultRow pRow)
Create an instance of this object from query result row.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAction()
Returns the last action that was performed on this task (e.g.
|
java.lang.String |
getActionBy()
Returns the name of the user who performed the last action on the task.
|
java.sql.Timestamp |
getActionOn()
Returns the timestamp of when the last action was performed on this task.
|
java.sql.Timestamp |
getCreatedOn()
Returns the timestamp of when this task was created.
|
java.lang.String |
getExternalId() |
java.lang.Long |
getFolderRequestId() |
java.lang.Long |
getGroupId() |
java.lang.String |
getGroupName()
Returns the name of the group that this task is assigned to.
|
java.lang.String |
getNotes()
Returns any notes provided for this task.
|
java.lang.String |
getOverrideFlag() |
java.lang.Long |
getPipelineStageGateExecId() |
java.lang.Long |
getPipelineStageStepExecId() |
java.sql.Timestamp |
getScheduledTime()
Returns timestamp of when this task is scheduled to complete.
|
java.lang.String |
getStatus()
Returns the status name of the task.
|
java.lang.String |
getTargetDate()
Returns the target date and time the task will be completed if the task is an scheduled task;
otherwise returns "On Approval".
|
java.lang.String |
getType()
Returns the type of task for the project.
|
java.lang.Long |
getWorkflowExecutionId() |
java.lang.Long |
getWorkflowRequestId() |
public NotifExecutionTask(ProjectWorkflowExecutionTasksQueryResultRow pRow)
pRow
- The query result row.public java.lang.String getType()
public java.lang.String getStatus()
public java.lang.String getTargetDate()
public java.lang.String getAction()
public java.sql.Timestamp getActionOn()
public java.lang.String getActionBy()
public java.sql.Timestamp getScheduledTime()
public java.lang.String getOverrideFlag()
public java.lang.String getExternalId()
public java.lang.String getGroupName()
public java.lang.Long getGroupId()
public java.lang.String getNotes()
public java.lang.Long getWorkflowExecutionId()
public java.sql.Timestamp getCreatedOn()
public java.lang.Long getWorkflowRequestId()
public java.lang.Long getFolderRequestId()
public java.lang.Long getPipelineStageGateExecId()
public java.lang.Long getPipelineStageStepExecId()