The Change class defines an alteration to the object definition data in the current datasource, as it will be recorded in the ChangeLog. This change may be already committed (i.e. written out to the datasource xml file) or it may be only in memory. A given change is comprised of a number of ChangeDetail objects. Changes will not be directly instantiated, but rather come from the current DataSource ChangeLog objects.
For more information about the Audit Trail features, see Lesson 10 in the Getting Started Guide.
Enum |
Description |
Contains elements that correspond to types of changes |
Method |
Description |
Gets the time the change was made |
|
Gets the type of change (Addition, Modification, Deletion) |
|
Gets the current name of the object |
|
Gets the type of the object |
|
Gets the GC code for the object |
|
Gets the comment associated with the change |
|
Gets the User associated with the change |
|
Returns whether the change has been saved out to the datasource file |
|
Returns the ApplicationID of the application making the change |