Package de.elo.ix.client
Class SordHist
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.SordHist
- All Implemented Interfaces:
Serializable
Version history for the keywording from an object. A version history is created for a sord object
when the keywording is changed for the first time (a newly created sord has no version history).
Once created only one SordHist object exist for the sord object and is assigned to the sord
object via the Sord.guid = SordHist.objGuid relationship. The keywording properties that were
altered in the change process are saved in an array of SordHistKey objects.
Copyright: Copyright (c) 2004
Organisation: ELO Digital Office GmbH
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionIndex values.protected String
GUID of the SordHist object.protected SordHistKey[]
An array of the keywording changes.protected int
Identifies the application with which changes were made to the keywording.protected String
GUID of the sord object.protected String
Timestamp of the change in the timezone of the client.protected String
Timestamp of the change in the timezone of the client, in UTC form.protected String
The name of the user who carried out the changes.protected int
The user who carried out the changes.protected String
The name of the computer from which the change was carried out.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
void
setAspectObjects
(Map<String, List<Map<String, IndexValue>>> aspectObjects) void
setHistGuid
(String histGuid) void
setHistKeys
(SordHistKey[] histKeys) void
setHistSource
(int histSource) void
setObjGuid
(String objGuid) void
setTimeStampLocal
(String timeStampLocal) void
setTimeStampUTC
(String timeStampUTC) void
setUserName
(String userName) void
setUserNo
(int userNo) void
setWorkStation
(String workStation) toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
histGuid
GUID of the SordHist object. -
histSource
protected int histSourceIdentifies the application with which changes were made to the keywording. -
objGuid
GUID of the sord object. -
timeStampLocal
Timestamp of the change in the timezone of the client. The format is JJJJ.MM.DD.hh.mm.ss -
timeStampUTC
Timestamp of the change in the timezone of the client, in UTC form. The format is JJJJ.MM.DD.hh.mm.ss -
userName
The name of the user who carried out the changes. -
userNo
protected int userNoThe user who carried out the changes. -
workStation
The name of the computer from which the change was carried out. This is the parameter clientComputer which is provided by the ix.login function. -
histKeys
An array of the keywording changes. -
aspectObjects
Index values. This member is only valid, if the associated keywording form is organized asDocMask.dataOrganisation
=DocMaskC.DATA_ORGANISATION_ASPECT
.
.- Since:
- 21.00.000.017
-
-
Constructor Details
-
SordHist
public SordHist() -
SordHist
-
-
Method Details
-
getHistGuid
-
setHistGuid
-
getHistSource
public int getHistSource() -
setHistSource
public void setHistSource(int histSource) -
getObjGuid
-
setObjGuid
-
getTimeStampLocal
-
setTimeStampLocal
-
getTimeStampUTC
-
setTimeStampUTC
-
getUserName
-
setUserName
-
getUserNo
public int getUserNo() -
setUserNo
public void setUserNo(int userNo) -
getWorkStation
-
setWorkStation
-
getHistKeys
-
setHistKeys
-
getAspectObjects
-
setAspectObjects
-
toString
-