public interface RegistryPackage extends RegistryEntry
RegistryObject
STABILITY_DYNAMIC, STABILITY_DYNAMIC_COMPATIBLE, STABILITY_STATIC, STATUS_APPROVED, STATUS_DEPRECATED, STATUS_SUBMITTED, STATUS_WITHDRAWN
Modifier and Type | Method and Description |
---|---|
void |
addRegistryObject(RegistryObject registryObject)
Adds a child RegistryObject as member.
|
void |
addRegistryObjects(Collection registryObjects)
Adds a Collection of RegistryObject children as members.
|
Set |
getRegistryObjects()
Gets the collection of member RegistryObjects of this RegistryPackage.
|
void |
removeRegistryObject(RegistryObject registryObject)
Removes a child RegistryObject from membership.
|
void |
removeRegistryObjects(Collection registryObjects)
Removes a Collection of children RegistryObjects from membership.
|
getExpiration, getStability, getStatus, setExpiration, setStability
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
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots
getMajorVersion, getMinorVersion, getUserVersion, setMajorVersion, setMinorVersion, setUserVersion
void addRegistryObject(RegistryObject registryObject) throws JAXRException
registryObject
- the RegistryObject being addedJAXRException
- If the JAXR provider encounters an internal errorvoid addRegistryObjects(Collection registryObjects) throws JAXRException
registryObjects
- the Collection of RegistryObjects being addedJAXRException
- If the JAXR provider encounters an internal errorvoid removeRegistryObject(RegistryObject registryObject) throws JAXRException
registryObject
- the RegistryObject being removedJAXRException
- If the JAXR provider encounters an internal errorvoid removeRegistryObjects(Collection registryObjects) throws JAXRException
registryObjects
- the Collection of RegistryObject being removedJAXRException
- If the JAXR provider encounters an internal errorSet getRegistryObjects() throws JAXRException
JAXRException
- If the JAXR provider encounters an internal errorCopyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.