public interface IFormsTaskService
Modifier and Type | Method and Description |
---|---|
fr.paris.lutece.plugins.forms.business.FormResponse |
findFormResponseFrom(int nIdResource,
String strResourceType)
Finds a form response from the specified resource id and resource type
|
default fr.paris.lutece.plugins.forms.business.FormResponse |
findFormResponseFrom(fr.paris.lutece.plugins.workflowcore.business.resource.ResourceHistory resourceHistory)
Finds a form response from the specified resource history
|
fr.paris.lutece.plugins.workflowcore.business.resource.ResourceHistory |
findResourceHistory(int nIdResourceHistory)
Finds the resource history with the specified id
|
fr.paris.lutece.plugins.workflowcore.business.resource.ResourceHistory findResourceHistory(int nIdResourceHistory)
nIdResourceHistory
- the id of the resource history to finddefault fr.paris.lutece.plugins.forms.business.FormResponse findFormResponseFrom(fr.paris.lutece.plugins.workflowcore.business.resource.ResourceHistory resourceHistory)
resourceHistory
- the resource historyfr.paris.lutece.plugins.forms.business.FormResponse findFormResponseFrom(int nIdResource, String strResourceType)
nIdResource
- the resource idstrResourceType
- the resource typeCopyright © 2019 City of Paris. All rights reserved.