|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.workflow.business.task.Task
public abstract class Task
Constructor Summary | |
---|---|
Task()
|
Method Summary | |
---|---|
fr.paris.lutece.portal.business.workflow.Action |
getAction()
|
int |
getId()
|
ITaskType |
getTaskType()
|
void |
setAction(fr.paris.lutece.portal.business.workflow.Action action)
set the action associate to the task |
void |
setId(int nId)
set the task id |
void |
setTaskType(ITaskType taskType)
set the TaskType object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface fr.paris.lutece.plugins.workflow.business.task.ITask |
---|
doRemoveConfig, doRemoveTaskInformation, doSaveConfig, doValidateTask, getDisplayConfigForm, getDisplayTaskForm, getDisplayTaskInformation, getTaskFormEntries, getTaskInformationXml, getTitle, init, isConfigRequire, isFormTaskRequire, isTaskForActionAutomatic, processTask |
Constructor Detail |
---|
public Task()
Method Detail |
---|
public int getId()
getId
in interface ITask
public void setId(int nId)
ITask
setId
in interface ITask
nId
- the task idpublic ITaskType getTaskType()
getTaskType
in interface ITask
public void setTaskType(ITaskType taskType)
ITask
setTaskType
in interface ITask
taskType
- the task type objectpublic fr.paris.lutece.portal.business.workflow.Action getAction()
getAction
in interface ITask
public void setAction(fr.paris.lutece.portal.business.workflow.Action action)
ITask
setAction
in interface ITask
action
- the action associate to the task
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |