|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CentraSiteAuditableEvent
Defines CentraSite extensions of the JAXR AuditableEvent interface.
Field Summary | |
---|---|
static int |
EVENT_TYPE_AUDITTRAIL_PURGED
An event where a RegistryObject's audit trail was purged. |
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. |
Fields inherited from interface javax.xml.registry.infomodel.AuditableEvent |
---|
EVENT_TYPE_CREATED, EVENT_TYPE_DELETED, EVENT_TYPE_DEPRECATED, EVENT_TYPE_UNDEPRECATED, EVENT_TYPE_UPDATED, EVENT_TYPE_VERSIONED |
Method Summary | |
---|---|
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. |
Methods inherited from interface com.centrasite.jaxr.infomodel.CentraSiteExtensibleObject |
---|
getRegistryService |
Methods inherited from interface javax.xml.registry.infomodel.AuditableEvent |
---|
getEventType, getRegistryObject, getTimestamp, getUser |
Methods inherited from interface javax.xml.registry.infomodel.RegistryObject |
---|
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 |
Methods inherited from interface javax.xml.registry.infomodel.ExtensibleObject |
---|
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots |
Field Detail |
---|
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
Method Detail |
---|
java.lang.String getEventTypeAsString() throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
java.lang.String getEventTypeAsString(java.util.Locale locale) throws javax.xml.registry.JAXRException
locale
- the locale in which the string is to be returned
javax.xml.registry.JAXRException
long getServerTimezoneOffet()
java.util.Collection<javax.xml.registry.infomodel.RegistryObject> getRegistryObjects() throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |