Package de.xima.fc.interfaces.dao
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 de.xima.fc.interfaces.dao.IEntityMeta
getEntityId
-
Method Details
-
getClientId
Long getClientId()- Returns:
- The
IEntity.getId()
of theMandant
.
-
getClientLocale
Locale getClientLocale()- Returns:
- The
Mandant.getLocale()
of theMandant
.
-
getFormId
Long getFormId()- Returns:
- The
IEntity.getId()
of theProjekt
.
-
getFormRecordProcessId
String getFormRecordProcessId()- Returns:
- The
Vorgang.getProzessId()
of theVorgang
.
-
getFormTitle
String getFormTitle()- Returns:
- The
Projekt.getTitel()
of theProjekt
.
-
getInboxId
Long getInboxId()- Returns:
- The
ID
of theform records current inbox
.
-
getInboxName
String getInboxName()- Returns:
- The
Postfach.getName()
name} of theform records current inbox
.
-