Class ActionDataC

java.lang.Object
de.elo.ix.client.feed.ActionDataC
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ActionC

public class ActionDataC extends Object implements Serializable

Bit constants for members of Action

Copyright: Copyright (c) 2003

Organisation: ELO Digital Office GmbH

See Also:
  • Field Details

    • mbGuid

      public static final long mbGuid
      Member bit: Action GUID. Unique identifier. DB column: actionguid
      See Also:
    • lnGuid

      protected int lnGuid
      Column length: Action GUID. Unique identifier. DB column: actionguid
    • mbRawType

      public static final long mbRawType
      Member bit: Action type. DB column: actiontype
      See Also:
    • mbFeedGuid

      public static final long mbFeedGuid
      Member bit: Feed GUID. This action belongs to the feed identified by this GUID. DB column: feedguid
      See Also:
    • lnFeedGuid

      protected int lnFeedGuid
      Column length: Feed GUID. This action belongs to the feed identified by this GUID. DB column: feedguid
    • mbParentGuid

      public static final long mbParentGuid
      Member bit: Parent action GUID. This element is only valid for user comments, DB column: parentguid
      See Also:
    • lnParentGuid

      protected int lnParentGuid
      Column length: Parent action GUID. This element is only valid for user comments, DB column: parentguid
    • mbUserGuid

      public static final long mbUserGuid
      Member bit: User GUID. The GUID of the user who has created this action. For actions of type DB column: userguid
      See Also:
    • lnUserGuid

      protected int lnUserGuid
      Column length: User GUID. The GUID of the user who has created this action. For actions of type DB column: userguid
    • mbCreateDateIso

      public static final long mbCreateDateIso
      Member bit: Create date. This element is the ISO formatted create date of the action. When this object is DB column: createdateiso
      See Also:
    • lnCreateDateIso

      protected int lnCreateDateIso
      Column length: Create date. This element is the ISO formatted create date of the action. When this object is DB column: createdateiso
    • mbUpdateDateIso

      public static final long mbUpdateDateIso
      Member bit: Update date. This element is only valid for EActionType.UserComment. It holds the ISO DB column: updatedateiso
      See Also:
    • lnUpdateDateIso

      protected int lnUpdateDateIso
      Column length: Update date. This element is only valid for EActionType.UserComment. It holds the ISO DB column: updatedateiso
    • mbChangeCounter

      public static final long mbChangeCounter
      Member bit: Counts the number of updates. This element is only valid for EActionType.UserComment. DB column: changecounter
      See Also:
    • mbText

      public static final long mbText
      Member bit: Comment text. This element is only valid for EActionType.UserComment, and DB column: actiontext
      See Also:
    • lnText

      protected int lnText
      Column length: Comment text. This element is only valid for EActionType.UserComment, and DB column: actiontext
    • mbDocVersionGuid

      public static final long mbDocVersionGuid
      Member bit: GUID of the associated document version. This element is only valid for generated actions that DB column: docversionguid
      See Also:
    • lnDocVersionGuid

      protected int lnDocVersionGuid
      Column length: GUID of the associated document version. This element is only valid for generated actions that DB column: docversionguid
    • mbWorkflowGuid

      public static final long mbWorkflowGuid
      Member bit: GUID of the associated workflow. This element is valid for action types that belong to a DB column: workflowguid
      See Also:
    • lnWorkflowGuid

      protected int lnWorkflowGuid
      Column length: GUID of the associated workflow. This element is valid for action types that belong to a DB column: workflowguid
    • mbTStamp

      public static final long mbTStamp
      Member bit: Time stamp. Time stamp of creation or modification. DB column: actiontstamp
      See Also:
    • lnTStamp

      protected int lnTStamp
      Column length: Time stamp. Time stamp of creation or modification. DB column: actiontstamp
    • mbAcl

      public static final long mbAcl
      Member bit: Raw ACL representation. Only valid for Actions of type EActionType.UserComment or DB column: actionacl
      Since:
      9.00.000.034
      See Also:
    • lnAcl

      protected int lnAcl
      Column length: Raw ACL representation. Only valid for Actions of type EActionType.UserComment or DB column: actionacl
      Since:
      9.00.000.034
    • mbTStampSync

      public static final long mbTStampSync
      Member bit: Timestamp of this object's last export by the replication. DB column: actiontstampsync
      Since:
      9.99.009.001
      See Also:
    • lnTStampSync

      protected int lnTStampSync
      Column length: Timestamp of this object's last export by the replication. DB column: actiontstampsync
      Since:
      9.99.009.001
    • mbAllMembers

      public static final long mbAllMembers
      All valid member bits.
      See Also:
  • Constructor Details

    • ActionDataC

      public ActionDataC()
  • Method Details

    • getMbGuid

      public long getMbGuid()
    • setMbGuid

      public void setMbGuid(long v)
    • getLnGuid

      public int getLnGuid()
    • setLnGuid

      public void setLnGuid(int v)
    • getMbRawType

      public long getMbRawType()
    • setMbRawType

      public void setMbRawType(long v)
    • getMbFeedGuid

      public long getMbFeedGuid()
    • setMbFeedGuid

      public void setMbFeedGuid(long v)
    • getLnFeedGuid

      public int getLnFeedGuid()
    • setLnFeedGuid

      public void setLnFeedGuid(int v)
    • getMbParentGuid

      public long getMbParentGuid()
    • setMbParentGuid

      public void setMbParentGuid(long v)
    • getLnParentGuid

      public int getLnParentGuid()
    • setLnParentGuid

      public void setLnParentGuid(int v)
    • getMbUserGuid

      public long getMbUserGuid()
    • setMbUserGuid

      public void setMbUserGuid(long v)
    • getLnUserGuid

      public int getLnUserGuid()
    • setLnUserGuid

      public void setLnUserGuid(int v)
    • getMbCreateDateIso

      public long getMbCreateDateIso()
    • setMbCreateDateIso

      public void setMbCreateDateIso(long v)
    • getLnCreateDateIso

      public int getLnCreateDateIso()
    • setLnCreateDateIso

      public void setLnCreateDateIso(int v)
    • getMbUpdateDateIso

      public long getMbUpdateDateIso()
    • setMbUpdateDateIso

      public void setMbUpdateDateIso(long v)
    • getLnUpdateDateIso

      public int getLnUpdateDateIso()
    • setLnUpdateDateIso

      public void setLnUpdateDateIso(int v)
    • getMbChangeCounter

      public long getMbChangeCounter()
    • setMbChangeCounter

      public void setMbChangeCounter(long v)
    • getMbText

      public long getMbText()
    • setMbText

      public void setMbText(long v)
    • getLnText

      public int getLnText()
    • setLnText

      public void setLnText(int v)
    • getMbDocVersionGuid

      public long getMbDocVersionGuid()
    • setMbDocVersionGuid

      public void setMbDocVersionGuid(long v)
    • getLnDocVersionGuid

      public int getLnDocVersionGuid()
    • setLnDocVersionGuid

      public void setLnDocVersionGuid(int v)
    • getMbWorkflowGuid

      public long getMbWorkflowGuid()
    • setMbWorkflowGuid

      public void setMbWorkflowGuid(long v)
    • getLnWorkflowGuid

      public int getLnWorkflowGuid()
    • setLnWorkflowGuid

      public void setLnWorkflowGuid(int v)
    • getMbTStamp

      public long getMbTStamp()
    • setMbTStamp

      public void setMbTStamp(long v)
    • getLnTStamp

      public int getLnTStamp()
    • setLnTStamp

      public void setLnTStamp(int v)
    • getMbAcl

      public long getMbAcl()
    • setMbAcl

      public void setMbAcl(long v)
    • getLnAcl

      public int getLnAcl()
    • setLnAcl

      public void setLnAcl(int v)
    • getMbTStampSync

      public long getMbTStampSync()
    • setMbTStampSync

      public void setMbTStampSync(long v)
    • getLnTStampSync

      public int getLnTStampSync()
    • setLnTStampSync

      public void setLnTStampSync(int v)
    • getMbAllMembers

      public long getMbAllMembers()
    • setMbAllMembers

      public void setMbAllMembers(long v)