Package de.elo.ix.client
Class ReportInfo
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.ReportInfo
- All Implemented Interfaces:
Serializable
This class describes a report/protocol entry for an action carried out in the archive.
Copyright: Copyright (c) 2004
Organisation: ELO Digital Office GmbH
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
ActionNo as name.protected int
Action number in numeric form.protected int
Reserved - internal function.protected String
Time of the action in ISO format.protected String
Descriptive text or details.protected int
Reserved - internal, dependant on actionNo.protected int
Reserved - internal, dependant on actionNoprotected String
Reserved.protected Object
Extra information.protected String
Identifierprotected int
Id of the object for which the action is entered in the protocoll.protected int
Id of the session which carried out the action.protected String
Reserved - internal, dependant on actionNoprotected int
Id of the user who carried out the action.protected String
Name of the user who carried out the action.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
int
int
getId()
int
getObjId()
int
getText()
int
void
void
setActionNo
(int actionNo) void
setActTime
(int actTime) void
setActTimeISO
(String actTimeISO) void
setComment
(String comment) void
setExtra1
(int extra1) void
setExtra2
(int extra2) void
void
setExtraInfo
(Object extraInfo) void
void
setObjId
(int objId) void
setSessionNo
(int sessionNo) void
void
setUserId
(int userId) void
setUserName
(String userName) toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
actTime
protected int actTimeReserved - internal function. -
actionNo
protected int actionNoAction number in numeric form. -
extra1
protected int extra1Reserved - internal, dependant on actionNo. -
extra2
protected int extra2Reserved - internal, dependant on actionNo -
id
Identifier -
objId
protected int objIdId of the object for which the action is entered in the protocoll. -
sessionNo
protected int sessionNoId of the session which carried out the action. -
text
Reserved - internal, dependant on actionNo -
userId
protected int userIdId of the user who carried out the action. -
actTimeISO
Time of the action in ISO format. -
action
ActionNo as name. -
comment
Descriptive text or details. -
userName
Name of the user who carried out the action. -
extra3
Reserved.- Since:
- 9.00.016.001
-
extraInfo
Extra information. This member is always null for report entries written by Windows-Client or by ELOix versions older than 9.00.016. The type of data depends onactionNo
as shown in the following table:actionNo values ReportInfoC.ACT_LOGIN_IX ReportInfoUserProps
object, member userInfo is set to the user logged on.ReportInfoC.ACT_IX_CREATE_USER ReportInfoUserModified
object, member newProps is set to the new user.ReportInfoC.ACT_IX_DELETE_USER ReportInfoUserModified
object, member newProps is set to deleted user.ReportInfoC.ACT_IX_CHECKIN_USER ReportInfoUserModified
object, member newProps is set to the modified values. Member oldProps is set to the values before modification.- Since:
- 9.00.016.001
-
-
Constructor Details
-
ReportInfo
public ReportInfo() -
ReportInfo
-
-
Method Details
-
getActTime
public int getActTime() -
setActTime
public void setActTime(int actTime) -
getActionNo
public int getActionNo() -
setActionNo
public void setActionNo(int actionNo) -
getExtra1
public int getExtra1() -
setExtra1
public void setExtra1(int extra1) -
getExtra2
public int getExtra2() -
setExtra2
public void setExtra2(int extra2) -
getId
-
setId
-
getObjId
public int getObjId() -
setObjId
public void setObjId(int objId) -
getSessionNo
public int getSessionNo() -
setSessionNo
public void setSessionNo(int sessionNo) -
getText
-
setText
-
getUserId
public int getUserId() -
setUserId
public void setUserId(int userId) -
getActTimeISO
-
setActTimeISO
-
getAction
-
setAction
-
getComment
-
setComment
-
getUserName
-
setUserName
-
getExtraInfo
-
setExtraInfo
-
getExtra3
-
setExtra3
-
toString
-