javax.xml.registry.infomodel
Interface AuditableEvent

All Superinterfaces:
ExtensibleObject (src) , RegistryObject (src)

public interface AuditableEvent
extends RegistryObject (src)


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()
           
 RegistryObject (src) getRegistryObject()
           
 java.sql.Timestamp getTimestamp()
           
 User (src) getUser()
           
 
Methods inherited from interface javax.xml.registry.infomodel.RegistryObject (src)
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 (src)
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots
 

Field Detail

EVENT_TYPE_CREATED

public static final int EVENT_TYPE_CREATED
See Also:
Constant Field Values (src)

EVENT_TYPE_DELETED

public static final int EVENT_TYPE_DELETED
See Also:
Constant Field Values (src)

EVENT_TYPE_DEPRECATED

public static final int EVENT_TYPE_DEPRECATED
See Also:
Constant Field Values (src)

EVENT_TYPE_UNDEPRECATED

public static final int EVENT_TYPE_UNDEPRECATED
See Also:
Constant Field Values (src)

EVENT_TYPE_UPDATED

public static final int EVENT_TYPE_UPDATED
See Also:
Constant Field Values (src)

EVENT_TYPE_VERSIONED

public static final int EVENT_TYPE_VERSIONED
See Also:
Constant Field Values (src)
Method Detail

getEventType

public int getEventType()
                 throws JAXRException (src) 
Throws:
JAXRException (src)

getRegistryObject

public RegistryObject (src)  getRegistryObject()
                                 throws JAXRException (src) 
Throws:
JAXRException (src)

getTimestamp

public java.sql.Timestamp getTimestamp()
                                throws JAXRException (src) 
Throws:
JAXRException (src)

getUser

public User (src)  getUser()
             throws JAXRException (src) 
Throws:
JAXRException (src)