public class FormProcessUtils extends Object
Modifier and Type | Field and Description |
---|---|
static int |
FORM_SUBJECT_CHARACTER_LIMIT |
Constructor and Description |
---|
FormProcessUtils() |
Modifier and Type | Method and Description |
---|---|
static 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
|
static 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
|
public static final int FORM_SUBJECT_CHARACTER_LIMIT
public static final String replaceProcessSubject(IEntityContext ec, IFormRequestContext requestCtx, Vorgang process)
ec
- IEntityContext
the context this action should be performed inrequestCtx
- IFormRequestContext
holding the form data, project and client informationprocess
- Vorgang
for which the subject should be replacedString
subject with replaced placeholderspublic static final String replaceProcessSubject(IEntityContext ec, IFormDataAdapter formData, Vorgang process)
ec
- IEntityContext
the context this action should be performed informData
- IFormDataAdapter
holding the submitted form dataprocess
- Vorgang
for which the subject should be replacedString
subject with replaced placeholdersCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.