KIE API 6.1.0.CR2

org.kie.api.task.model
Interface Task

All Superinterfaces:
Externalizable, Serializable

public interface Task
extends Externalizable


Method Summary
 String getDescription()
           
 List<I18NText> getDescriptions()
           
 Long getId()
           
 String getName()
           
 List<I18NText> getNames()
           
 PeopleAssignments getPeopleAssignments()
           
 int getPriority()
           
 String getSubject()
           
 List<I18NText> getSubjects()
           
 TaskData getTaskData()
           
 String getTaskType()
           
 
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
 

Method Detail

getId

Long getId()

getPriority

int getPriority()

getNames

List<I18NText> getNames()

getSubjects

List<I18NText> getSubjects()

getDescriptions

List<I18NText> getDescriptions()

getName

String getName()

getSubject

String getSubject()

getDescription

String getDescription()

getPeopleAssignments

PeopleAssignments getPeopleAssignments()

getTaskData

TaskData getTaskData()

getTaskType

String getTaskType()

KIE API 6.1.0.CR2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.