Class LockC

java.lang.Object
de.elo.ix.client.LockC
All Implemented Interfaces:
java.io.Serializable

public class LockC
extends java.lang.Object
implements java.io.Serializable

Constants to lock data against concurrent modification.

See Also:
Serialized Form
  • Field Details

    • bsetNO

      public static final long bsetNO
      See Also:
      Constant Field Values
    • bsetYES

      public static final long bsetYES
      See Also:
      Constant Field Values
    • bsetFORCE

      public static final long bsetFORCE
      See Also:
      Constant Field Values
    • bsetIF_FREE

      public static final long bsetIF_FREE
      See Also:
      Constant Field Values
    • bsetSORD

      public static final long bsetSORD
      Since:
      9.99.009.001
      See Also:
      Constant Field Values
    • bsetDOC

      public static final long bsetDOC
      Since:
      9.99.009.001
      See Also:
      Constant Field Values
    • NO

      public static final LockZ NO
      Do not lock the requested record(s).
    • YES

      public static final LockZ YES
      Lock or unlock. The lock is set, if the record is unlocked or locked by the current user. With respect to locking the indexing information (LockC.SORD) and document versions (LockC.DOC), LockC.YES locks and unlocks both since ELO 10. In order to successfully complete an operation with this type of Lock, another user must not hold even one of them.
      See Also:
      IF_FREE, SORD, DOC
    • FORCE

      public static final LockZ FORCE
      Lock or unlock regardless of whether the data is locked by another user. This requires main administration privileges in most cases.
    • IF_FREE

      public static final LockZ IF_FREE
      A lock is only set, if the record is unlocked. A lock request is refused too, if the record is already a lock by the current user.
      See Also:
      YES
    • SORD

      public static final LockZ SORD
      Lock or unlock the indexing information. Works like YES but is only valid at check*Sord() and check*Doc() respectively.
      Since:
      9.99.009.001
      See Also:
      YES
    • DOC

      public static final LockZ DOC
      Lock or unlock document versions. Works like YES but is only valid at check*Sord() and check*Doc() respectively.
      Since:
      9.99.009.001
      See Also:
      YES
  • Constructor Details

  • Method Details