javax.xml.registry.infomodel
Interface RegistryPackage
- All Superinterfaces: 
 - ExtensibleObject, RegistryEntry, RegistryObject, Versionable
 
public interface RegistryPackage
- extends RegistryEntry
 
- 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 | 
 
 
 
addRegistryObject
void addRegistryObject(RegistryObject registryObject)
                       throws JAXRException
 
- Throws:
 JAXRException
 
addRegistryObjects
void addRegistryObjects(Collection registryObjects)
                        throws JAXRException
 
- Throws:
 JAXRException
 
getRegistryObjects
Set getRegistryObjects()
                       throws JAXRException
 
- Throws:
 JAXRException
 
removeRegistryObject
void removeRegistryObject(RegistryObject registryObject)
                          throws JAXRException
 
- Throws:
 JAXRException
 
removeRegistryObjects
void removeRegistryObjects(Collection registryObjects)
                           throws JAXRException
 
- Throws:
 JAXRException
 
Copyright © 2006 Apache Software Foundation. All Rights Reserved.