Package de.xima.fc.interfaces.dao
Interface IFormRecordMeta
-
- All Superinterfaces:
IEntityMeta
,Serializable
- All Known Implementing Classes:
ProcessProtocolParams
public interface IFormRecordMeta extends IEntityMeta
Common interface for form record entity meta data.- Since:
- 8.0.2
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Long
getClientId()
Locale
getClientLocale()
Long
getFormId()
String
getFormRecordProcessId()
String
getFormTitle()
Long
getInboxId()
String
getInboxName()
-
Methods inherited from interface de.xima.fc.interfaces.dao.IEntityMeta
getEntityId
-
-
-
-
Method Detail
-
getClientLocale
Locale getClientLocale()
- Returns:
- The
Mandant.getLocale()
of theMandant
.
-
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
.
-
-