Interface ExtTask
-
- All Known Implementing Classes:
ExtTaskImpl
public interface ExtTaskПредставление задачи пользователя (org.camunda.bpm.engine.task.Task) с переменными
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAssignee()DategetCreateTime()DategetDueDate()StringgetExecutionId()DategetFollowUpDate()StringgetId()StringgetName()StringgetOwner()IntegergetPriority()StringgetProcessDefinitionId()StringgetProcessInstanceId()StringgetTaskDefinitionKey()Map<String,Object>getVariables()
-
-
-
Method Detail
-
getId
String getId()
-
getName
String getName()
-
getPriority
Integer getPriority()
-
getOwner
String getOwner()
-
getAssignee
String getAssignee()
-
getProcessInstanceId
String getProcessInstanceId()
-
getExecutionId
String getExecutionId()
-
getProcessDefinitionId
String getProcessDefinitionId()
-
getCreateTime
Date getCreateTime()
-
getTaskDefinitionKey
String getTaskDefinitionKey()
-
getDueDate
Date getDueDate()
-
getFollowUpDate
Date getFollowUpDate()
-
-