public interface AuditableEvent extends RegistryObject
RagistryBean
interface that represents the JAXR
AuditableEvent
.Modifier and Type | Field and Description |
---|---|
static int |
EVENT_TYPE_CREATED |
static int |
EVENT_TYPE_DELETED |
static int |
EVENT_TYPE_DEPRECATED |
static int |
EVENT_TYPE_UNDEPRECATED |
static int |
EVENT_TYPE_UPDATED |
static int |
EVENT_TYPE_VERSIONED |
Modifier and Type | Method and Description |
---|---|
int |
getEventType()
Gets the type of this event.
|
RegistryBean |
getRegistryBean()
Gets the RegistryObject associated with this AuditableEvent.
|
java.sql.Timestamp |
getTimestamp()
Gets the Timestamp for when this event occurred.
|
User |
getUser()
Gets the User associated with this object.
|
void |
setRegistryBean(RegistryBean registryBean)
Sets the Registry Object.
|
void |
setTimestamp(java.sql.Timestamp timeStamp)
Sets the TimeStamp.
|
void |
setUser(User user)
Sets the User.
|
getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getExternalIdentifiers, getExternalLinks, getObjectType, getRegistryPackages, getSubmittingOrganization, setAssociations, setClassifications, setExternalIdentifiers, setExternalLinks, setSubmittingOrganization
getDescription, getKey, getName, setDescription, setName
getSlots, setSlots
static final int EVENT_TYPE_CREATED
static final int EVENT_TYPE_DELETED
static final int EVENT_TYPE_DEPRECATED
static final int EVENT_TYPE_UNDEPRECATED
static final int EVENT_TYPE_UPDATED
static final int EVENT_TYPE_VERSIONED
int getEventType()
RegistryBean getRegistryBean()
java.sql.Timestamp getTimestamp()
User getUser()
void setRegistryBean(RegistryBean registryBean)
registryBean
- the RegistryObjectvoid setUser(User user)
user
- the uservoid setTimestamp(java.sql.Timestamp timeStamp)
timeStamp
- the timestamp