-
- All Superinterfaces:
- ExtensibleObject, RegistryObject
public interface AuditableEvent extends RegistryObject
AuditableEvent instances provide a long term record of events that effect a change of state in a RegistryObject. Such events are usually a result of a client initiated request. AuditableEvent instances are generated by the registry service to log such events.Often such events effect a change in the life cycle of a RegistryObject. For example a client request could Create, Update, Deprecate or Delete a RegistryObject. No AuditableEvent is created for requests that do not alter the state of a RegistryObject. Specifically, read-only requests do not generate an AuditableEvent. No AuditableEvent is generated for a RegistryObject when it is classified, assigned to a Package or associated with another Object.
A RegistryObject is associated with an ordered Collection of AuditableEvent instances that provide a complete audit trail for that Object.
- Author:
- Farrukh S. Najmi
- See Also:
RegistryObject
-
-
Field Summary
Fields Modifier and Type Field and Description static int
EVENT_TYPE_CREATED
An event where a RegistryObject is created.static int
EVENT_TYPE_DELETED
An event where a RegistryObject is deleted.static int
EVENT_TYPE_DEPRECATED
An event where a RegistryObject is deprecated.static int
EVENT_TYPE_UNDEPRECATED
An event where a RegistryObject is undeprecated.static int
EVENT_TYPE_UPDATED
An event where a RegistryObject is updated.static int
EVENT_TYPE_VERSIONED
An event where a RegistryObject is versioned.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description int
getEventType()
Gets the type of this event.RegistryObject
getRegistryObject()
Gets the RegistryObject associated with this AuditableEvent.Timestamp
getTimestamp()
Gets the Timestamp for when this event occurred.User
getUser()
Gets the User associated with this object.-
Methods inherited from interface javax.xml.registry.infomodel.RegistryObject
addAssociation, addAssociations, addClassification, addClassifications, addExternalIdentifier, addExternalIdentifiers, addExternalLink, addExternalLinks, getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getDescription, getExternalIdentifiers, getExternalLinks, getKey, getLifeCycleManager, getName, getObjectType, getRegistryPackages, getSubmittingOrganization, removeAssociation, removeAssociations, removeClassification, removeClassifications, removeExternalIdentifier, removeExternalIdentifiers, removeExternalLink, removeExternalLinks, setAssociations, setClassifications, setDescription, setExternalIdentifiers, setExternalLinks, setKey, setName, toXML
-
Methods inherited from interface javax.xml.registry.infomodel.ExtensibleObject
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots
-
-
-
-
Field Detail
-
EVENT_TYPE_CREATED
static final int EVENT_TYPE_CREATED
An event where a RegistryObject is created.- See Also:
- Constant Field Values
-
EVENT_TYPE_DELETED
static final int EVENT_TYPE_DELETED
An event where a RegistryObject is deleted.- See Also:
- Constant Field Values
-
EVENT_TYPE_DEPRECATED
static final int EVENT_TYPE_DEPRECATED
An event where a RegistryObject is deprecated.- See Also:
- Constant Field Values
-
EVENT_TYPE_UPDATED
static final int EVENT_TYPE_UPDATED
An event where a RegistryObject is updated.- See Also:
- Constant Field Values
-
EVENT_TYPE_VERSIONED
static final int EVENT_TYPE_VERSIONED
An event where a RegistryObject is versioned.- See Also:
- Constant Field Values
-
EVENT_TYPE_UNDEPRECATED
static final int EVENT_TYPE_UNDEPRECATED
An event where a RegistryObject is undeprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
getUser
User getUser() throws JAXRException
Gets the User associated with this object.- Capability Level: 1
- Returns:
- the User that sent the request that generated this this AuditableEvent. Must not be null
- Throws:
JAXRException
- If the JAXR provider encounters an internal error
-
getTimestamp
Timestamp getTimestamp() throws JAXRException
Gets the Timestamp for when this event occurred.- Capability Level: 1
- Returns:
- the timestamp that records the time the event occured
- Throws:
JAXRException
- If the JAXR provider encounters an internal error
-
getEventType
int getEventType() throws JAXRException
Gets the type of this event.- Capability Level: 1
- Returns:
- the type of this event
- Throws:
JAXRException
- If the JAXR provider encounters an internal error- See Also:
EVENT_TYPE_CREATED
-
getRegistryObject
RegistryObject getRegistryObject() throws JAXRException
Gets the RegistryObject associated with this AuditableEvent.- Capability Level: 1
- Returns:
- the RegistryObject that was the focus of this event
- Throws:
JAXRException
- If the JAXR provider encounters an internal error
-
-
Traduction non disponible
Les API Java ne sont pas encore traduites en français sur l'infobrol. Seule la version anglaise est disponible pour l'instant.
Version en cache
21/08/2025 17:06:37 Cette version de la page est en cache (à la date du 21/08/2025 17:06:37) afin d'accélérer le traitement.Vous pouvez activer le mode utilisateur dans le menu en haut pour afficher la version plus récente de la page.
Document créé le 24/12/2007, dernière modification le 18/08/2025
Source du document imprimé : https://www.gaudry.be/java-api-javaee-rf-javax/xml/registry/infomodel/AuditableEvent.html
L'infobrol est un site personnel dont le contenu n'engage que moi. Le texte est mis à disposition sous licence CreativeCommons(BY-NC-SA). Plus d'info sur les conditions d'utilisation et sur l'auteur.
Références
Ces références et liens indiquent des documents consultés lors de la rédaction de cette page, ou qui peuvent apporter un complément d'information, mais les auteurs de ces sources ne peuvent être tenus responsables du contenu de cette page.
L'auteur de ce site est seul responsable de la manière dont sont présentés ici les différents concepts, et des libertés qui sont prises avec les ouvrages de référence. N'oubliez pas que vous devez croiser les informations de sources multiples afin de diminuer les risques d'erreurs.