|
Daisy Open Source CMS | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface WfTask
| Method Summary | |
|---|---|
long |
getActorId()
The ID of the user to who this task is assigned. |
Date |
getCreated()
|
WfTaskDefinition |
getDefinition()
|
Date |
getDueDate()
Time by which the task should be finished, can be null. |
Date |
getEnd()
Returns null as long as the task is not ended. |
String |
getExecutionPath()
Returns the execution path in the workflow to where this task was created. |
String |
getId()
|
TaskPriority |
getPriority()
|
String |
getProcessId()
Returns the ID of the process instance to which this task belongs. |
WfVariable |
getVariable(String name)
|
WfVariable |
getVariable(String name,
VariableScope scope)
|
List<WfVariable> |
getVariables()
|
org.outerx.daisy.x10Workflow.TaskDocument |
getXml()
|
boolean |
hasPools()
Returns true if this task is associated with pools. |
boolean |
hasSwimlane()
Returns true if this task is associated with a swimlane. |
| Method Detail |
|---|
String getId()
Date getCreated()
Date getEnd()
Date getDueDate()
TaskPriority getPriority()
long getActorId()
boolean hasPools()
boolean hasSwimlane()
String getProcessId()
String getExecutionPath()
WfVariable getVariable(String name)
WfVariable getVariable(String name,
VariableScope scope)
List<WfVariable> getVariables()
WfTaskDefinition getDefinition()
org.outerx.daisy.x10Workflow.TaskDocument getXml()
|
Daisy Open Source CMS | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||