javax.xml.registry.infomodel

Interface AuditableEvent

  • 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 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

Nederlandse vertaling

U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.

Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.

Bij voorbaat dank.

Document heeft de 11/06/2005 gemaakt, de laatste keer de 18/08/2025 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/java-api-javaee-rf-javax/xml/registry/infomodel/AuditableEvent.html

De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.

Referenties

  1. Bekijk - html-document Taal van het document:fr Manuel PHP : https://docs.oracle.com, AuditableEvent (Java(TM) EE 7 Specification APIs)

Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur van deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.