javax.xml.registry.infomodel
Interface AuditableEvent
- All Superinterfaces: 
 - ExtensibleObject, RegistryObject
 
public interface AuditableEvent
- extends RegistryObject
 
- Version:
 
  - $Revision$ $Date$
 
 
 
| 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 | 
 
 
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
 
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.