Class ChangeLogEntry

java.lang.Object
net.bluemind.core.container.model.ChangeLogEntry
Direct Known Subclasses:
ItemChangeLogEntry

public class ChangeLogEntry extends Object
Changelog entry
  • Field Details

    • version

      public long version
      change version
    • itemUid

      public String itemUid
      changed item uid
    • itemExtId

      public String itemExtId
      changed item external id
    • author

      public String author
      changes author
    • type

      public ChangeLogEntry.Type type
      changes type (created/updated/deleted)
    • date

      public Date date
      changes date
    • origin

      public String origin
      origin of the change, as given in the security context
    • internalId

      public long internalId
    • weightSeed

      public long weightSeed
  • Constructor Details

    • ChangeLogEntry

      public ChangeLogEntry()
  • Method Details