Many actions are read-only and thus would not appear in the audit log. Such actions are not listed in the table.

Table 1. Description of actions in the audit log

Action

Description

consistencyUpdate

Requests that the codebook be recomputed.

correlate

Causes the domain manager to begin a correlation.

create

Create a new object instance in the domain. Tagged values include object, the class name, and instance name of the object to create.

delete

Delete the object with the given name. Tagged values include object, the object to be deleted.

exec

Causes the domain to execute a program object. Tagged values include program.

insert

Add a new value to a table of an object. Tagged values include attribute, which identifies the object and attribute to be affected, and value, the desired new value.

invoke

Invoke a model operation. If an operation can be determined to be read-only, it will not be logged. Tagged values include object, the name of the object to invoke the operation, oper, the name of the operation, and args, the list of argument values.

loadLibrary

Requests the domain manager to load a shared library, such as one containing a compiled model. Tagged values include library.

loadProgram

Requests to load a program object into the domain. Tagged values include program.

put

Set an attribute of an object. Tagged values include attribute, which identifies the object and attribute to be affected, and value, the desired new value.

remove

Remove a value from a table of an object. Tagged values include attribute, which identifies the object and attribute to be affected, and value, the value to be removed.

removeByKey

Remove a value from a table of an object. Tagged values include attribute, which identifies the object and attribute to be affected, and key, the key of the value to be removed.

restore

Restore object instances from a file. Tagged values include filename, the file to restore from.

save

Store the repository to a file. Tagged values include filename, the file the objects will be stored in, and class if the request was to save a subset of instances by class.

shutdown

Requests the domain manager to shut down.

transactionAbort

Stop a previously started repository transaction.

transactionCommit

Commit a previously started repository transaction

transactionStart

Start a repository transaction.

Description of actions in the audit log lists the actions and its description.