|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AuditableEvent
Field Summary | |
---|---|
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
|
Method Summary | |
---|---|
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. |
Methods inherited from interface com.softwareag.centrasite.appl.framework.beans.standard.RegistryObject |
---|
getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getExternalIdentifiers, getExternalLinks, getObjectType, getRegistryPackages, getSubmittingOrganization, setAssociations, setClassifications, setExternalIdentifiers, setExternalLinks, setSubmittingOrganization |
Methods inherited from interface com.softwareag.centrasite.appl.framework.beans.RegistryBean |
---|
getDescription, getKey, getName, setDescription, setName |
Methods inherited from interface com.softwareag.centrasite.appl.framework.beans.standard.ExtensibleObject |
---|
getSlots, setSlots |
Field Detail |
---|
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
Method Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |