public class ExecuteWorkflowAction extends Object
Constructor and Description |
---|
ExecuteWorkflowAction() |
Modifier and Type | Method and Description |
---|---|
String |
doExecuteWorkflowAction(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Do check if the given key is valid.
|
static String |
getExecuteWorkflowActionUrl(String strBaseURL,
int nIdWorkflowAction,
int nIdAdminUser,
int nIdResource)
Get the URL to execute a workflow action on an appointment
|
public String doExecuteWorkflowAction(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws fr.paris.lutece.portal.service.message.SiteMessageException
request
- The requestresponse
- The responsefr.paris.lutece.portal.service.message.SiteMessageException
- If a site message needs to be displayedpublic static String getExecuteWorkflowActionUrl(String strBaseURL, int nIdWorkflowAction, int nIdAdminUser, int nIdResource)
strBaseURL
- The base URL to usenIdWorkflowAction
- The id of the workflow action to executenIdAdminUser
- The id of the action user that execute the actionnIdResource
- The id of the appointment to execute the workflow action onCopyright © 2021 City of Paris. All rights reserved.