Class SordHist

java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.SordHist
All Implemented Interfaces:
Serializable

public class SordHist extends ValueClass implements 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 Details

    • histGuid

      protected String histGuid
      GUID of the SordHist object.
    • histSource

      protected int histSource
      Identifies the application with which changes were made to the keywording.
    • objGuid

      protected String objGuid
      GUID of the sord object.
    • timeStampLocal

      protected String timeStampLocal
      Timestamp of the change in the timezone of the client. The format is JJJJ.MM.DD.hh.mm.ss
    • timeStampUTC

      protected String timeStampUTC
      Timestamp of the change in the timezone of the client, in UTC form. The format is JJJJ.MM.DD.hh.mm.ss
    • userName

      protected String userName
      The name of the user who carried out the changes.
    • userNo

      protected int userNo
      The user who carried out the changes.
    • workStation

      protected String 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

      protected SordHistKey[] histKeys
      An array of the keywording changes.
    • aspectObjects

      protected Map<String,List<Map<String,IndexValue>>> aspectObjects
      Index values. This member is only valid, if the associated keywording form is organized as DocMask.dataOrganisation = DocMaskC.DATA_ORGANISATION_ASPECT.
      .
      Since:
      21.00.000.017
  • Constructor Details

    • SordHist

      public SordHist()
    • SordHist

      public SordHist(SordHist rhs)
  • Method Details

    • getHistGuid

      public String getHistGuid()
    • setHistGuid

      public void setHistGuid(String histGuid)
    • getHistSource

      public int getHistSource()
    • setHistSource

      public void setHistSource(int histSource)
    • getObjGuid

      public String getObjGuid()
    • setObjGuid

      public void setObjGuid(String objGuid)
    • getTimeStampLocal

      public String getTimeStampLocal()
    • setTimeStampLocal

      public void setTimeStampLocal(String timeStampLocal)
    • getTimeStampUTC

      public String getTimeStampUTC()
    • setTimeStampUTC

      public void setTimeStampUTC(String timeStampUTC)
    • getUserName

      public String getUserName()
    • setUserName

      public void setUserName(String userName)
    • getUserNo

      public int getUserNo()
    • setUserNo

      public void setUserNo(int userNo)
    • getWorkStation

      public String getWorkStation()
    • setWorkStation

      public void setWorkStation(String workStation)
    • getHistKeys

      public SordHistKey[] getHistKeys()
    • setHistKeys

      public void setHistKeys(SordHistKey[] histKeys)
    • getAspectObjects

      public Map<String,List<Map<String,IndexValue>>> getAspectObjects()
    • setAspectObjects

      public void setAspectObjects(Map<String,List<Map<String,IndexValue>>> aspectObjects)
    • toString

      public String toString()
      Overrides:
      toString in class Object