Class FormProcessUtils
java.lang.Object
de.xima.fc.workflow.processor.form.FormProcessUtils
Helper class for Form processes
- Author:
- XIMA MEDIA GmbH
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final StringreplaceProcessSubject(IEntityContext ec, IFormDataAdapter formData, Vorgang process) Returns the subject of the given process while placeholders will be replaced by the given form datastatic final StringreplaceProcessSubject(IEntityContext ec, IFormRequestContext requestCtx, Vorgang process) Returns the subject of the given process while placeholders will be replaced by the submitted form data
-
Constructor Details
-
FormProcessUtils
public FormProcessUtils()
-
-
Method Details
-
replaceProcessSubject
public static final String replaceProcessSubject(IEntityContext ec, IFormRequestContext requestCtx, Vorgang process) Returns the subject of the given process while placeholders will be replaced by the submitted form data- Parameters:
ec-IEntityContextthe context this action should be performed inrequestCtx-IFormRequestContextholding the form data, project and client informationprocess-Vorgangfor which the subject should be replaced- Returns:
Stringsubject with replaced placeholders
-
replaceProcessSubject
public static final String replaceProcessSubject(IEntityContext ec, IFormDataAdapter formData, Vorgang process) Returns the subject of the given process while placeholders will be replaced by the given form data- Parameters:
ec-IEntityContextthe context this action should be performed informData-IFormDataAdapterholding the submitted form dataprocess-Vorgangfor which the subject should be replaced- Returns:
Stringsubject with replaced placeholders
-