KbAttributionService Object Services | 4 | ![]() |
The KbAttributionService module is defined in the file named:
It's version information is:
$Id: KbAttributionService.idl,v 1.38 1997-08-07 17:03:12-04 wlf Exp $
It is defined in the Java package named:
org.cert.KbAttributionService
module KbAttributionService
{
Forward declarations:
interface Attribution;
Sequence declarations:
typedef sequence<Attribution> SeqOfAttribution;
interface Attribution {
The creation_time attribute contains the time that this attribution assertion was originally made. In most situations, this is equalivalent to a creation time.
attribute Kb::Time creation_time;
The modification_time attribute contains the time that this attribution assertion was most recently made. In most situations, this is equalivalent to a modification time
attribute Kb::Time modification_time;
The creator association attribute references the User that made the original attribution assertion. This is typcially interpreted as the creator.
readonly attribute
KbIdentificationService::User creator;
The modifier association attribute references the User that made the most recent attribution assertion. This is typcially interpreted as the modifier.
readonly attribute
KbIdentificationService::User modifier;
};
};