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 voidreplaceProcessDetails(IFormDataAdapter formData, Vorgang process) Sets the subjects of the given process based on the replaced templates of the projectstatic voidreplaceProcessDetails(IFormRequestContext requestCtx, Vorgang process) Replaces the details of the given process based on the replaced templates of the project.static StringreplaceProcessSubject(IFormDataAdapter formData, Vorgang process) static StringreplaceProcessSubject(IEntityContext ec, IFormDataAdapter formData, Vorgang process) Deprecated.static StringreplaceProcessSubject(IEntityContext ec, IFormRequestContext requestCtx, Vorgang process) Deprecated.static voidreplaceProcessSubjects(IFormDataAdapter formData, Vorgang process) Sets the subjects of the given process based on the replaced templates of the projectstatic voidreplaceProcessSubjects(IFormRequestContext requestCtx, Vorgang process) Sets the subjects of the given process based on the replaced templates of the project
-
Constructor Details
-
FormProcessUtils
public FormProcessUtils()
-
-
Method Details
-
replaceProcessSubject
@Deprecated public static String replaceProcessSubject(IEntityContext ec, IFormRequestContext requestCtx, Vorgang process) Deprecated. -
replaceProcessSubjects
Sets the subjects of the given process based on the replaced templates of the project- Parameters:
requestCtx-IFormRequestContextholding the form data, project and client informationprocess-Vorgangfor which the subjects should be set
-
replaceProcessDetails
Replaces the details of the given process based on the replaced templates of the project.- Parameters:
requestCtx-IFormRequestContextholding the form data, project and client informationprocess-Vorgangfor which the details should be set
-
replaceProcessSubject
@Deprecated public static String replaceProcessSubject(IEntityContext ec, IFormDataAdapter formData, Vorgang process) Deprecated. -
replaceProcessSubjects
Sets the subjects of the given process based on the replaced templates of the project- Parameters:
formData-IFormDataAdapterholding the form dataprocess-Vorgangfor which the subjects should be set
-
replaceProcessDetails
Sets the subjects of the given process based on the replaced templates of the project- Parameters:
formData-IFormDataAdapterholding the form dataprocess-Vorgangfor which the subjects should be set
-
replaceProcessSubject
-
replaceProcessSubjects(IFormRequestContext, Vorgang)instead