Class FormProcessUtils
- java.lang.Object
-
- de.xima.fc.workflow.processor.form.FormProcessUtils
-
public class FormProcessUtils extends Object
Helper class for Form processes- Author:
- XIMA MEDIA GmbH
-
-
Constructor Summary
Constructors Constructor Description FormProcessUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static 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
-
-
-
Method Detail
-
replaceProcessSubject
@Deprecated public static String replaceProcessSubject(IEntityContext ec, IFormRequestContext requestCtx, Vorgang process)
Deprecated.
-
replaceProcessSubjects
public static void replaceProcessSubjects(IFormRequestContext requestCtx, Vorgang process)
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
public static void replaceProcessDetails(IFormRequestContext requestCtx, Vorgang process)
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
public static void replaceProcessSubjects(IFormDataAdapter formData, Vorgang process)
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
public static void replaceProcessDetails(IFormDataAdapter formData, Vorgang process)
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
public static String replaceProcessSubject(IFormDataAdapter formData, Vorgang process)
-
-