Class FormRecordUtils
java.lang.Object
de.xima.fc.gui.common.utils.FormRecordUtils
Utility class for form records.
- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetEffectiveSubject(Vorgang formRecord) Returns the effective subject of a form record.static Stringstatic StringgetEffectiveSubject(IFormRecordBaseData formRecord) Returns the effective subject of a form record.static booleanisLockedInInbox(Vorgang formRecord) Checks if a form record is locked in the inbox.static booleanisLockedInInbox(IFormRecordBaseData formRecord) Checks if a form record is locked in the inbox.
-
Method Details
-
getEffectiveSubject
-
getEffectiveSubject
Returns the effective subject of a form record. If the form record is locked, the subject will be prefixed with the project title and the form record ID as to hide the actual subject, which might contain form record data.- Parameters:
formRecord- The form record to get the effective subject for.- Returns:
- The effective subject of the form record.
-
getEffectiveSubject
Returns the effective subject of a form record. If the form record is locked, the subject will be prefixed with the project title and the form record ID as to hide the actual subject, which might contain form record data.- Parameters:
formRecord- The form record to get the effective subject for.- Returns:
- The effective subject of the form record.
-
isLockedInInbox
Checks if a form record is locked in the inbox.- Parameters:
formRecord- The form record to check.- Returns:
trueif the form record is locked,falseotherwise.
-
isLockedInInbox
Checks if a form record is locked in the inbox.- Parameters:
formRecord- The form record to check.- Returns:
trueif the form record is locked,falseotherwise.
-