Package de.elo.ix.client
Class PhysDel
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.PhysDel
- All Implemented Interfaces:
Serializable
This class represents one row in the database table physdel. This table contains the guids of
physically deleted objects. Those objects can be any objects with a guid: e.g. folders,
documents, versions, users, workflows...
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
GUID of deleted object.protected String
The object is deleted at this timestamp.protected String
Timestamp of this object's last export by the replication.protected int
Type of deleted object.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
guid
GUID of deleted object. -
type
protected int typeType of deleted object.- See Also:
-
TStamp
The object is deleted at this timestamp. Measured in the UTC time-zone. -
TStampSync
Timestamp of this object's last export by the replication.- Since:
- 9.99.009.001
-
-
Constructor Details
-
PhysDel
public PhysDel() -
PhysDel
-
-
Method Details