Interface IInboxFormRecordRequest

  • All Superinterfaces:
    Serializable

    public interface IInboxFormRecordRequest
    extends Serializable
    Common interface for requests of a single form record from inside the inbox
    Since:
    7.0.0
    Author:
    XIMA MEDIA GmbH
    • Method Detail

      • getFormRecordProcessId

        String getFormRecordProcessId()
        Returns:
        process ID of the form record. Will be tried first to get the form record data.
      • getFormRecordId

        Long getFormRecordId()
        Returns:
        ID of the form record. Will be used to get the form record data if no getFormRecordProcessId() was given.
      • getUser

        Benutzer getUser()
        Returns:
        that is requesting the form record data
      • isUseActiveProjectVersion

        boolean isUseActiveProjectVersion()
        Returns:
        whether or not to use the active project version instead of the version of the form record
      • isMarkRead

        boolean isMarkRead()
        Returns:
        whether or not to mark the form record as read. In the future this is done for the given user (prerequiste: user profiles).