Interface IFormRecordBaseData

  • All Superinterfaces:
    IFormRecordData, Serializable
    All Known Implementing Classes:
    FormRecordBaseData

    public interface IFormRecordBaseData
    extends IFormRecordData
    Common interface for base data of a form record. Intended for getting collections of form records (performance).
    Since:
    7.0.0
    Author:
    XIMA MEDIA GmbH
    • Method Detail

      • isRead

        boolean isRead()
      • isSaved

        boolean isSaved()
      • isProcessing

        boolean isProcessing()
      • getSubject

        String getSubject()
      • getSubmitDate

        Date getSubmitDate()
      • getErrorCount

        int getErrorCount()
      • getVerifyUuid

        String getVerifyUuid()
      • getVerifyExpireDate

        Date getVerifyExpireDate()
      • getCurrentWorkflowState

        WorkflowState getCurrentWorkflowState()
      • getCurrentStatus

        Status getCurrentStatus()
      • getInboxId

        Long getInboxId()
      • getInboxName

        String getInboxName()
      • getAttachmentCount

        int getAttachmentCount()