com.softwareag.centrasite.appl.framework.beans.standard
Interface AuditableEvent

All Superinterfaces:
ExtensibleObject, RegistryBean, RegistryObject
All Known Implementing Classes:
AuditableEventImpl

public interface AuditableEvent
extends RegistryObject


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

EVENT_TYPE_CREATED

static final int EVENT_TYPE_CREATED
See Also:
Constant Field Values

EVENT_TYPE_DELETED

static final int EVENT_TYPE_DELETED
See Also:
Constant Field Values

EVENT_TYPE_DEPRECATED

static final int EVENT_TYPE_DEPRECATED
See Also:
Constant Field Values

EVENT_TYPE_UNDEPRECATED

static final int EVENT_TYPE_UNDEPRECATED
See Also:
Constant Field Values

EVENT_TYPE_UPDATED

static final int EVENT_TYPE_UPDATED
See Also:
Constant Field Values

EVENT_TYPE_VERSIONED

static final int EVENT_TYPE_VERSIONED
See Also:
Constant Field Values
Method Detail

getEventType

int getEventType()
Gets the type of this event.

Returns:
int

getRegistryBean

RegistryBean getRegistryBean()
Gets the RegistryObject associated with this AuditableEvent.

Returns:
RegistryBean

getTimestamp

java.sql.Timestamp getTimestamp()
Gets the Timestamp for when this event occurred.

Returns:
Timestamp

getUser

User getUser()
Gets the User associated with this object.

Returns:
User

setRegistryBean

void setRegistryBean(RegistryBean registryBean)
Sets the Registry Object.

Parameters:
registryBean - the RegistryObject

setUser

void setUser(User user)
Sets the User.

Parameters:
user - the user

setTimestamp

void setTimestamp(java.sql.Timestamp timeStamp)
Sets the TimeStamp.

Parameters:
timeStamp - the timestamp