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 void
replaceProcessDetails(IFormDataAdapter formData, Vorgang process)
Sets the subjects of the given process based on the replaced templates of the projectstatic void
replaceProcessDetails(IFormRequestContext requestCtx, Vorgang process)
Replaces the details of the given process based on the replaced templates of the project.static String
replaceProcessSubject(IFormDataAdapter formData, Vorgang process)
static String
replaceProcessSubject(IEntityContext ec, IFormDataAdapter formData, Vorgang process)
Deprecated.static String
replaceProcessSubject(IEntityContext ec, IFormRequestContext requestCtx, Vorgang process)
Deprecated.static void
replaceProcessSubjects(IFormDataAdapter formData, Vorgang process)
Sets the subjects of the given process based on the replaced templates of the projectstatic void
replaceProcessSubjects(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
-IFormRequestContext
holding the form data, project and client informationprocess
-Vorgang
for 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
-IFormRequestContext
holding the form data, project and client informationprocess
-Vorgang
for 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
-IFormDataAdapter
holding the form dataprocess
-Vorgang
for 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
-IFormDataAdapter
holding the form dataprocess
-Vorgang
for which the subjects should be set
-
replaceProcessSubject
public static String replaceProcessSubject(IFormDataAdapter formData, Vorgang process)
-
-