Package org.kie.api.task.model
Interface Task
- 
- All Superinterfaces:
- Externalizable,- Serializable
 
 public interface Task extends Externalizable 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()List<I18NText>getDescriptions()StringgetFormName()LonggetId()StringgetName()List<I18NText>getNames()PeopleAssignmentsgetPeopleAssignments()IntegergetPriority()StringgetSubject()List<I18NText>getSubjects()TaskDatagetTaskData()StringgetTaskType()IntegergetVersion()BooleanisArchived()- 
Methods inherited from interface java.io.ExternalizablereadExternal, writeExternal
 
- 
 
- 
- 
- 
Method Detail- 
getIdLong getId() 
 - 
getPriorityInteger getPriority() 
 - 
getNameString getName() 
 - 
getSubjectString getSubject() 
 - 
getDescriptionString getDescription() 
 - 
getPeopleAssignmentsPeopleAssignments getPeopleAssignments() 
 - 
getTaskDataTaskData getTaskData() 
 - 
getTaskTypeString getTaskType() 
 - 
isArchivedBoolean isArchived() 
 - 
getVersionInteger getVersion() 
 - 
getFormNameString getFormName() 
 
- 
 
-