Interface IExclusiveFormRecordLockResult

  • All Superinterfaces:
    Serializable
    All Known Implementing Classes:
    ExclusiveFormRecordLockResult

    public interface IExclusiveFormRecordLockResult
    extends Serializable
    Common interface for accessing the result of an exclusive form record lock request
    Since:
    6.6.13 & 7.0.5
    Author:
    XIMA MEdia GmbH
    • Method Detail

      • getFormRecordProcessId

        String getFormRecordProcessId()
        Returns:
        process ID of the form record.
      • getFormRecordId

        Long getFormRecordId()
        Returns:
        ID of the form record.
      • isFormRecordLocked

        Boolean isFormRecordLocked()
        Returns:
        whether or
      • isRequestFailed

        boolean isRequestFailed()
        Returns:
        whether or not the form record lock request could be processed without errors. Also returns true if no form record was given to lock or unlock.