Package de.elo.ix.client.feed
Class ActionDataC
java.lang.Object
de.elo.ix.client.feed.ActionDataC
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ActionC
Bit constants for members of Action
Copyright: Copyright (c) 2003
Organisation: ELO Digital Office GmbH
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected int
Column length: Raw ACL representation.protected int
Column length: Create date.protected int
Column length: GUID of the associated document version.protected int
Column length: Feed GUID.protected int
Column length: Action GUID.protected int
Column length: Parent action GUID.protected int
Column length: Comment text.protected int
Column length: Time stamp.protected int
Column length: Timestamp of this object's last export by the replication.protected int
Column length: Update date.protected int
Column length: User GUID.protected int
Column length: GUID of the associated workflow.static final long
Member bit: Raw ACL representation.static final long
All valid member bits.static final long
Member bit: Counts the number of updates.static final long
Member bit: Create date.static final long
Member bit: GUID of the associated document version.static final long
Member bit: Feed GUID.static final long
Member bit: Action GUID.static final long
Member bit: Parent action GUID.static final long
Member bit: Action type.static final long
Member bit: Comment text.static final long
Member bit: Time stamp.static final long
Member bit: Timestamp of this object's last export by the replication.static final long
Member bit: Update date.static final long
Member bit: User GUID.static final long
Member bit: GUID of the associated workflow. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getLnAcl()
int
int
int
int
int
int
int
int
int
int
int
long
getMbAcl()
long
long
long
long
long
long
long
long
long
long
long
long
long
long
void
setLnAcl
(int v) void
setLnCreateDateIso
(int v) void
setLnDocVersionGuid
(int v) void
setLnFeedGuid
(int v) void
setLnGuid
(int v) void
setLnParentGuid
(int v) void
setLnText
(int v) void
setLnTStamp
(int v) void
setLnTStampSync
(int v) void
setLnUpdateDateIso
(int v) void
setLnUserGuid
(int v) void
setLnWorkflowGuid
(int v) void
setMbAcl
(long v) void
setMbAllMembers
(long v) void
setMbChangeCounter
(long v) void
setMbCreateDateIso
(long v) void
setMbDocVersionGuid
(long v) void
setMbFeedGuid
(long v) void
setMbGuid
(long v) void
setMbParentGuid
(long v) void
setMbRawType
(long v) void
setMbText
(long v) void
setMbTStamp
(long v) void
setMbTStampSync
(long v) void
setMbUpdateDateIso
(long v) void
setMbUserGuid
(long v) void
setMbWorkflowGuid
(long v)
-
Field Details
-
mbGuid
public static final long mbGuidMember bit: Action GUID. Unique identifier. DB column: actionguid- See Also:
-
lnGuid
protected int lnGuidColumn length: Action GUID. Unique identifier. DB column: actionguid -
mbRawType
public static final long mbRawTypeMember bit: Action type. DB column: actiontype- See Also:
-
mbFeedGuid
public static final long mbFeedGuidMember bit: Feed GUID. This action belongs to the feed identified by this GUID. DB column: feedguid- See Also:
-
lnFeedGuid
protected int lnFeedGuidColumn length: Feed GUID. This action belongs to the feed identified by this GUID. DB column: feedguid -
mbParentGuid
public static final long mbParentGuidMember bit: Parent action GUID. This element is only valid for user comments, DB column: parentguid- See Also:
-
lnParentGuid
protected int lnParentGuidColumn length: Parent action GUID. This element is only valid for user comments, DB column: parentguid -
mbUserGuid
public static final long mbUserGuidMember 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 lnUserGuidColumn 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 mbCreateDateIsoMember 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 lnCreateDateIsoColumn 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 mbUpdateDateIsoMember bit: Update date. This element is only valid forEActionType.UserComment
. It holds the ISO DB column: updatedateiso- See Also:
-
lnUpdateDateIso
protected int lnUpdateDateIsoColumn length: Update date. This element is only valid forEActionType.UserComment
. It holds the ISO DB column: updatedateiso -
mbChangeCounter
public static final long mbChangeCounterMember bit: Counts the number of updates. This element is only valid forEActionType.UserComment
. DB column: changecounter- See Also:
-
mbText
public static final long mbTextMember bit: Comment text. This element is only valid forEActionType.UserComment
, and DB column: actiontext- See Also:
-
lnText
protected int lnTextColumn length: Comment text. This element is only valid forEActionType.UserComment
, and DB column: actiontext -
mbDocVersionGuid
public static final long mbDocVersionGuidMember bit: GUID of the associated document version. This element is only valid for generated actions that DB column: docversionguid- See Also:
-
lnDocVersionGuid
protected int lnDocVersionGuidColumn length: GUID of the associated document version. This element is only valid for generated actions that DB column: docversionguid -
mbWorkflowGuid
public static final long mbWorkflowGuidMember 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 lnWorkflowGuidColumn 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 mbTStampMember bit: Time stamp. Time stamp of creation or modification. DB column: actiontstamp- See Also:
-
lnTStamp
protected int lnTStampColumn length: Time stamp. Time stamp of creation or modification. DB column: actiontstamp -
mbAcl
public static final long mbAclMember bit: Raw ACL representation. Only valid for Actions of typeEActionType.UserComment
or DB column: actionacl- Since:
- 9.00.000.034
- See Also:
-
lnAcl
protected int lnAclColumn length: Raw ACL representation. Only valid for Actions of typeEActionType.UserComment
or DB column: actionacl- Since:
- 9.00.000.034
-
mbTStampSync
public static final long mbTStampSyncMember bit: Timestamp of this object's last export by the replication. DB column: actiontstampsync- Since:
- 9.99.009.001
- See Also:
-
lnTStampSync
protected int lnTStampSyncColumn length: Timestamp of this object's last export by the replication. DB column: actiontstampsync- Since:
- 9.99.009.001
-
mbAllMembers
public static final long mbAllMembersAll 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)
-