Package | Description |
---|---|
fr.paris.lutece.plugins.workflow.modules.assignment.business | |
fr.paris.lutece.plugins.workflow.modules.assignment.service |
Modifier and Type | Method and Description |
---|---|
List<AssignmentHistory> |
AssignmentHistoryDAO.selectByHistory(int nIdHistory,
int nIdTask,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
return for a history the list of assignments
|
List<AssignmentHistory> |
IAssignmentHistoryDAO.selectByHistory(int nIdHistory,
int nIdTask,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
return for a history the list of assignments
|
Modifier and Type | Method and Description |
---|---|
void |
AssignmentHistoryDAO.insert(AssignmentHistory history,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
insert new history assignment
|
void |
IAssignmentHistoryDAO.insert(AssignmentHistory history,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
insert new history assignment
|
Modifier and Type | Method and Description |
---|---|
List<AssignmentHistory> |
IAssignmentHistoryService.getListByHistory(int nIdHistory,
int nIdTask,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Return the list of assignment associated width the history specified in parameter
|
List<AssignmentHistory> |
AssignmentHistoryService.getListByHistory(int nIdHistory,
int nIdTask,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Return the list of assignment associated width the history specified in parameter
|
Modifier and Type | Method and Description |
---|---|
void |
IAssignmentHistoryService.create(AssignmentHistory assignmentHistory,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of assignmentHistory
|
void |
AssignmentHistoryService.create(AssignmentHistory assignmentHistory,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of assignmentHistory
|
Copyright © 2015 Mairie de Paris. All rights reserved.