org.jbpm.services.task.impl.model.xml
Class JaxbTask
java.lang.Object
org.jbpm.services.task.impl.model.xml.JaxbTask
- All Implemented Interfaces:
- Externalizable, Serializable, org.kie.api.task.model.Task
public class JaxbTask
- extends Object
- implements org.kie.api.task.model.Task
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JaxbTask
public JaxbTask()
JaxbTask
public JaxbTask(org.kie.api.task.model.Task task)
initialize
public void initialize(org.kie.api.task.model.Task task)
getId
public Long getId()
- Specified by:
getId in interface org.kie.api.task.model.Task
getPriority
public int getPriority()
- Specified by:
getPriority in interface org.kie.api.task.model.Task
getNames
public List<org.kie.api.task.model.I18NText> getNames()
- Specified by:
getNames in interface org.kie.api.task.model.Task
getSubjects
public List<org.kie.api.task.model.I18NText> getSubjects()
- Specified by:
getSubjects in interface org.kie.api.task.model.Task
getDescriptions
public List<org.kie.api.task.model.I18NText> getDescriptions()
- Specified by:
getDescriptions in interface org.kie.api.task.model.Task
getPeopleAssignments
public org.kie.api.task.model.PeopleAssignments getPeopleAssignments()
- Specified by:
getPeopleAssignments in interface org.kie.api.task.model.Task
getTaskData
public org.kie.api.task.model.TaskData getTaskData()
- Specified by:
getTaskData in interface org.kie.api.task.model.Task
getTaskType
public String getTaskType()
- Specified by:
getTaskType in interface org.kie.api.task.model.Task
readExternal
public void readExternal(ObjectInput arg0)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal in interface Externalizable
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput arg0)
throws IOException
- Specified by:
writeExternal in interface Externalizable
- Throws:
IOException
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.