Java javax.xml.registry.infomodel AuditableEvent fields, constructors, methods, implement or subclass

Example usage for Java javax.xml.registry.infomodel AuditableEvent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.xml.registry.infomodel AuditableEvent.

The text is from its open source code.

Field

intEVENT_TYPE_CREATED
An event where a RegistryObject is created.
intEVENT_TYPE_DELETED
An event where a RegistryObject is deleted.
intEVENT_TYPE_DEPRECATED
An event where a RegistryObject is deprecated.
intEVENT_TYPE_UPDATED
An event where a RegistryObject is updated.
intEVENT_TYPE_VERSIONED
An event where a RegistryObject is versioned.
intEVENT_TYPE_UNDEPRECATED
An event where a RegistryObject is undeprecated.