Real Time Information Director User Documentation
Alias
A metadata option used to qualify the names of names of columns obtained from joined tables so as to
prevent ambiguity in SQL statements and in XML output.
Aliased document definition
A document definition that represents one of several possible mappings of the same IDoc (as described in
a base document definition), and that uses a distinctive top tag (specified to the IDocSegment
constructor) to identify the mapping to be used.
AuditDetails
A database table to which audit details are written. The document definition specifies what details should
be recorded; the options are to record the document received by the Director or the document returned by
the Director.
AuditHeader
A database table to which a record is written when an audited document is received. The audit record
identifies the agent, the consumer, the date and time the transaction occurred, the date and time specified
by the sending system, and the name of the document received. Each audit record has a unique ID that is
its primary key.
Authentication
Verification of a user's identity, to permit access to a secure system.
Authorization
Granting a user permission to access specific data or perform specific transactions.
Base document definition
A metadata file that prescribes the mapping of an IDoc to the data store, including both content and
format metadata for the IDoc type. An aliased, variant, or substitute document definition includes only
format metadata; it uses the content metadata of the corresponding base document definition.
BEA WebLogic Server
A J2EE-compliant application server that runs on various platforms, including the HP NonStop Server.
See also NonStop WLS.
ColumnList
A metadata option used to make explicit the columns of a record that will be included in a document. By
default, all columns in the schema of the record are included in the document.
Consumer
The person to whom the information in a document applies. You specify the consumer in the header of a
document that requires security or auditing. (You need not specify a consumer in the header of a
document that does not apply to a specific consumer.)