logEntry Data Type

A log entry is a type of object that we use to track changes to critical objects. Created by nick on 5/24/18.

Namespace
(Default)
Schema
ns0.xsd
Abstract Type
Subtypes
clientLogEntry
Properties
name data type type namespace min/max occurs description
author user element 0/1 The user committing the change.
field string element 0/1 The field name of the object that was changed.
loggedObject anyType element 0/1 The parent object that we are tracking with this log entry.
newValue string element 0/1 The new value of the field.
oldValue string element 0/1 The original value of the field.
section string element 0/1 A logical human readable category to organize changes with.
timestamp dateTime element 0/1 When the change occurred.
Properties inherited from baseHibernateEntity
id long element 0/1 The unique internal ID of the object.
version long element 0/1 For internal use only. This is the serialization recorder for optimistic locking of several objects between sessions.
Properties inherited from baseEntity
violations list of simpleViolation element 0/unbounded A list of constraint violations, if any, that this object has.

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
<l----->
  <author>
    <answer>...</answer>
    <emailed>...</emailed>
    <newUser>...</newUser>
    <temporaryPassword>...</temporaryPassword>
    <question>...</question>
    <obeUserName>...</obeUserName>
    <obePassword>...</obePassword>
    <obeSyncId>...</obeSyncId>
    <created>...</created>
    <modifiedDate>...</modifiedDate>
    <emailedWhen>...</emailedWhen>
    <travelgpaLogin>...</travelgpaLogin>
    <groups>
      <name>...</name>
      <permissions/>
      <description>...</description>
      <role/>
      <type>...</type>
    </groups>
    <active>...</active>
    <prefix>...</prefix>
    <firstName>...</firstName>
    <lastName>...</lastName>
    <middleName>...</middleName>
    <suffix>...</suffix>
    <email>...</email>
    <tripitAuthorized>...</tripitAuthorized>
    <supportTitle>...</supportTitle>
    <automatedNotifications>...</automatedNotifications>
    <enableHotelAttachment>...</enableHotelAttachment>
    <atHomeNotificationMethod>
      <name>...</name>
      <code>...</code>
    </atHomeNotificationMethod>
    <inTravelNotificationMethod>
      <name>...</name>
      <code>...</code>
    </inTravelNotificationMethod>
    <cellPhoneNumber>...</cellPhoneNumber>
    <userCurrentClient/>
    <defaultClient>
      <status/>
      <parentClient/>
      <accountNumber>...</accountNumber>
      <name>...</name>
      <type/>
    </defaultClient>
    <defaultPlannerGroup>
      <status/>
      <parentClient/>
      <accountNumber>...</accountNumber>
      <name>...</name>
      <type/>
    </defaultPlannerGroup>
    <showWelcomeDialog>...</showWelcomeDialog>
    <siteTour>...</siteTour>
    <unusedTicketEmail>...</unusedTicketEmail>
    <surveyEmail>...</surveyEmail>
    <wt0EmailEnabled>...</wt0EmailEnabled>
    <wt0EmailDaily>...</wt0EmailDaily>
    <wt0EmailDay>...</wt0EmailDay>
    <wt0EmailHour>...</wt0EmailHour>
    <marketingSubscribed>...</marketingSubscribed>
    <responsive>...</responsive>
    <businessPhoneNumber>...</businessPhoneNumber>
    <homePhoneNumber>...</homePhoneNumber>
    <id>...</id>
    <version>...</version>
  </author>
  <timestamp>...</timestamp>
  <section>...</section>
  <field>...</field>
  <oldValue>...</oldValue>
  <newValue>...</newValue>
  <loggedObject>...</loggedObject>
  <id>...</id>
  <version>...</version>
  <violations/>
</l----->