public interface CentraSiteAuditableEvent extends CentraSiteRegistryObject
Modifier and Type | Field and Description |
---|---|
static int |
EVENT_TYPE_AUDITTRAIL_PURGED
An event where a RegistryObject's audit trail was purged.
|
static int |
EVENT_TYPE_CUSTOM
An custom event for user driven operations.
|
static int |
EVENT_TYPE_IMPORTED
An event where a RegistryObject is imported.
|
static int |
EVENT_TYPE_LCSTATECHANGE
An event where the lifecycle state of a RegistryObject changed.
|
static int |
EVENT_TYPE_MOVED
An event where a RegistryObject was moved to another submitting organization.
|
static int |
EVENT_TYPE_OWNERSHIPTRANSFERRED
An event where a RegistryObject's ownership is transferred.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEventTypeAsString()
Get the event type as string.
|
java.lang.String |
getEventTypeAsString(java.util.Locale locale)
Get the event type as string for the given locale.
|
java.util.Collection<RegistryObject> |
getRegistryObjects()
Gets all RegistryObjects associated with this AuditableEvent.
|
long |
getServerTimezoneOffet()
Deprecated.
|
boolean |
isUpdateType()
Check if the type is relevant update type (for object comparison)
|
accept, addAuditComment, addCustomAuditableEvent, addImportUpdateAuditableEvent, addPostListener, addPreListener, getCentraSiteACL, getClassificationValue, getConsumers, getCreationDate, getCurrentUserPrivilege, getEmbeddedAuditTrail, getEnclosingObject, getFileAsExternalLink, getFileValue, getInstanceLevelPermissionSet, getLastModificationDate, getOwner, getParentObject, getPreviousOwner, getPreviousSubmittingOrganization, getRelationShipValue, getRelationShipValueMap, getServerTimezoneOffset, getSubmittingOrganizationKey, getVirtualObjectType, isAclModified, isAssociatedTo, isClassifiedWith, isDeleted, isDescendantObjectModified, isInternal, isLocked, isModified, isModifiedByUser, isMoved, isMoveOrganization, isMoveOwner, isObjectModified, isPermissionModified, isPredefined, isPropagatePermissions, isPropagateProfilePermissions, isRevisionObject, logLCStateChange, removeExternalLinkId, setCentraSiteACL, setClassificationValue, setFileValue, setFileValue, setFileWithExternalLink, setFileWithExternalLink, setIgnoreForImport, setInstanceLevelPermissionSet, setInternal, setLocked, setOwner, setParentObject, setPropagatePermissions, setPropagateProfilePermissions, setRelationShipValue, setRelationShipValueMap, setSubmittingOrganization, toXMLforExport, toXMLforExport
getRegistryService
static final int EVENT_TYPE_IMPORTED
static final int EVENT_TYPE_OWNERSHIPTRANSFERRED
static final int EVENT_TYPE_AUDITTRAIL_PURGED
static final int EVENT_TYPE_MOVED
static final int EVENT_TYPE_LCSTATECHANGE
static final int EVENT_TYPE_CUSTOM
java.lang.String getEventTypeAsString() throws JAXRException
JAXRException
- if an internal error occurs on retrieving the event typejava.lang.String getEventTypeAsString(java.util.Locale locale) throws JAXRException
locale
- the locale in which the string is to be returnedJAXRException
- if an internal error occurs on retrieving the event typelong getServerTimezoneOffet()
java.util.Collection<RegistryObject> getRegistryObjects() throws JAXRException
JAXRException
- if an internal error occurs on retrieving the registry objectboolean isUpdateType()