public interface RegistryPackage extends RegistryEntry
RegistryObjectSTABILITY_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, setStabilityaddAssociation, 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, toXMLaddSlot, addSlots, getSlot, getSlots, removeSlot, removeSlotsgetMajorVersion, getMinorVersion, getUserVersion, setMajorVersion, setMinorVersion, setUserVersionvoid addRegistryObject(RegistryObject registryObject) throws JAXRException
registryObject - the RegistryObject being addedJAXRException - If the Jakarta XML Registries provider encounters an internal errorvoid addRegistryObjects(Collection registryObjects) throws JAXRException
registryObjects - the Collection of RegistryObjects being addedJAXRException - If the Jakarta XML Registries provider encounters an internal errorvoid removeRegistryObject(RegistryObject registryObject) throws JAXRException
registryObject - the RegistryObject being removedJAXRException - If the Jakarta XML Registries provider encounters an internal errorvoid removeRegistryObjects(Collection registryObjects) throws JAXRException
registryObjects - the Collection of RegistryObject being removedJAXRException - If the Jakarta XML Registries provider encounters an internal errorSet getRegistryObjects() throws JAXRException
JAXRException - If the Jakarta XML Registries provider encounters an internal errorCopyright © 2019 Eclipse Foundation.
Use is subject to license terms.