public interface CentraSiteAuditableEvent extends CentraSiteRegistryObject, javax.xml.registry.infomodel.AuditableEvent
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<javax.xml.registry.infomodel.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, setInstanceLevelPermissionSet, setInternal, setLocked, setOwner, setParentObject, setPropagatePermissions, setPropagateProfilePermissions, setRelationShipValue, setRelationShipValueMap, setSubmittingOrganization, toXMLforExport, toXMLforExport
getRegistryService
getEventType, getRegistryObject, getTimestamp, 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
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 javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
- if an internal error occurs on retrieving the event typejava.lang.String getEventTypeAsString(java.util.Locale locale) throws javax.xml.registry.JAXRException
locale
- the locale in which the string is to be returnedjavax.xml.registry.JAXRException
- if an internal error occurs on retrieving the event typelong getServerTimezoneOffet()
java.util.Collection<javax.xml.registry.infomodel.RegistryObject> getRegistryObjects() throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
- if an internal error occurs on retrieving the registry objectboolean isUpdateType()