Interface IFormRecordMeta
- All Superinterfaces:
IEntityMeta, Serializable
- All Known Implementing Classes:
ProcessProtocolParams
Common interface for form record entity meta data.
- Since:
- 8.0.2
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface IEntityMeta
getEntityId
-
Method Details
-
getClientId
-
getClientLocale
Locale getClientLocale()- Returns:
- The
Mandant.getLocale()of theMandant.
-
getFormId
-
getFormRecordProcessId
String getFormRecordProcessId()- Returns:
- The
Vorgang.getProzessId()of theVorgang.
-
getFormTitle
String getFormTitle()- Returns:
- The
Projekt.getTitel()of theProjekt.
-
getInboxId
Long getInboxId()- Returns:
- The
IDof theform records current inbox.
-
getInboxName
String getInboxName()- Returns:
- The
Postfach.getName()name} of theform records current inbox.
-