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, Task
public class JaxbTask
- extends Object
- implements 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(Task task)
getId
public Long getId()
- Specified by:
getId
in interface Task
getPriority
public int getPriority()
- Specified by:
getPriority
in interface Task
getNames
public List<I18NText> getNames()
- Specified by:
getNames
in interface Task
getSubjects
public List<I18NText> getSubjects()
- Specified by:
getSubjects
in interface Task
getDescriptions
public List<I18NText> getDescriptions()
- Specified by:
getDescriptions
in interface Task
getPeopleAssignments
public PeopleAssignments getPeopleAssignments()
- Specified by:
getPeopleAssignments
in interface Task
getTaskData
public TaskData getTaskData()
- Specified by:
getTaskData
in interface Task
getTaskType
public String getTaskType()
- Specified by:
getTaskType
in interface 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.