javax.xml.registry.infomodel
Interface AuditableEvent

All Superinterfaces:
ExtensibleObject, RegistryObject

public interface AuditableEvent
extends RegistryObject

Version:
$Revision$ $Date$

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 getRegistryObject()
           
 Timestamp getTimestamp()
           
 User 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

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_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

EVENT_TYPE_UNDEPRECATED

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

getEventType

int getEventType()
                 throws JAXRException
Throws:
JAXRException

getRegistryObject

RegistryObject getRegistryObject()
                                 throws JAXRException
Throws:
JAXRException

getTimestamp

Timestamp getTimestamp()
                       throws JAXRException
Throws:
JAXRException

getUser

User getUser()
             throws JAXRException
Throws:
JAXRException


Copyright © 2006 Apache Software Foundation. All Rights Reserved.