public interface AuditableEvent extends RegistryObject
多くの場合、このようなイベントは RegistryObject のライフサイクルに影響を及ぼします。たとえば、クライアントリクエストは、RegistryObject を作成、更新、非推奨、削除できます。RegistryObject の状態を変更しないリクエストに対して AuditableEvent は作成されません。具体的には、読み取り専用リクエストは AuditableEvent を生成しません。RegistryObject が分類されたり、パッケージに割り当てられたり、別のオブジェクトに関連付けられたりした場合、AuditableEvent は生成されません。
RegistryObject は、そのオブジェクトの完全な監査証跡を提供する AuditableEvent インスタンスの順序付けられたコレクションに関連付けられています。
RegistryObject
修飾子と型 | フィールドと説明 |
---|---|
static int | EVENT_TYPE_CREATED RegistryObject が作成されるイベント。 |
static int | EVENT_TYPE_DELETED RegistryObject が削除されるイベント。 |
static int | EVENT_TYPE_DEPRECATED RegistryObject が非推奨になるイベント。 |
static int | EVENT_TYPE_UNDEPRECATED RegistryObject が非推奨となるイベント。 |
static int | EVENT_TYPE_UPDATED RegistryObject が更新されるイベント。 |
static int | EVENT_TYPE_VERSIONED RegistryObject がバージョン管理されるイベント。 |
修飾子と型 | メソッドと説明 |
---|---|
int | getEventType() このイベントの型を取得します。 |
RegistryObject | getRegistryObject() この AuditableEvent に関連付けられている RegistryObject を取得します。 |
TimestampSE | getTimestamp() このイベントが発生したときのタイムスタンプを取得します。 |
User | getUser() このオブジェクトに関連付けられているユーザーを取得します。 |
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
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots
static final int EVENT_TYPE_CREATED
static final int EVENT_TYPE_DELETED
static final int EVENT_TYPE_DEPRECATED
static final int EVENT_TYPE_UPDATED
static final int EVENT_TYPE_VERSIONED
static final int EVENT_TYPE_UNDEPRECATED
User getUser() throws JAXRException
JAXRException
- Jakarta XML Registries プロバイダーで内部エラーが発生した場合 User
TimestampSE getTimestamp() throws JAXRException
JAXRException
- Jakarta XML Registries プロバイダーで内部エラーが発生した場合 int getEventType() throws JAXRException
JAXRException
- Jakarta XML Registries プロバイダーで内部エラーが発生した場合 EVENT_TYPE_CREATED
RegistryObject getRegistryObject() throws JAXRException
JAXRException
- Jakarta XML Registries プロバイダーで内部エラーが発生した場合 Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.