public class RegistryPackageImpl extends RegistryEntryImpl implements RegistryPackage, Serializable
STABILITY_DYNAMIC, STABILITY_DYNAMIC_COMPATIBLE, STABILITY_STATIC, STATUS_APPROVED, STATUS_DEPRECATED, STATUS_SUBMITTED, STATUS_WITHDRAWN| Constructor and Description |
|---|
RegistryPackageImpl()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
addRegistryObject(RegistryObject registryObject)
Level 1 method
|
void |
addRegistryObjects(Collection registryObjects)
Level 1 method
|
Set |
getRegistryObjects()
Level 1 method
|
void |
removeRegistryObject(RegistryObject registryObject)
Level 1 method
|
void |
removeRegistryObjects(Collection registryEntries)
Level 1 method
|
getExpiration, getMajorVersion, getMinorVersion, getStability, getStatus, getUserVersion, setExpiration, setMajorVersion, setMinorVersion, setStability, setUserVersionaddAssociation, addAssociations, addClassification, addClassifications, addExternalIdentifier, addExternalIdentifiers, addExternalLink, addExternalLinks, addSlot, addSlots, areAssociationsLoaded, getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getConnection, getDescription, getExternalIdentifiers, getExternalLinks, getKey, getLifeCycleManager, getName, getObjectType, getRegistryPackages, getRegistryService, getServiceId, getSubmittingOrganization, isDeleted, isLoaded, isModified, isNew, isRetrieved, removeAssociation, removeAssociations, removeClassification, removeClassifications, removeExternalIdentifier, removeExternalIdentifiers, removeExternalLink, removeExternalLinks, removeSlot, removeSlots, setAssociations, setAssociationsLoaded, setClassifications, setDescription, setExternalIdentifiers, setExternalLinks, setIsDeleted, setIsLoaded, setIsModified, setIsNew, setIsRetrieved, setKey, setLifeCycleManager, setName, setObjectType, setRegistryService, setServiceId, setStatusFlags, setSubmittingOrganization, toXMLgetSlot, getSlotsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetExpiration, 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, setUserVersionpublic void addRegistryObject(RegistryObject registryObject) throws JAXRException
addRegistryObject in interface RegistryPackageregistryObject - the RegistryObject being addedJAXRException - If the JAXR provider encounters an internal errorpublic void addRegistryObjects(Collection registryObjects) throws JAXRException
addRegistryObjects in interface RegistryPackageregistryObjects - the Collection of RegistryObjects being addedJAXRException - If the JAXR provider encounters an internal errorpublic void removeRegistryObject(RegistryObject registryObject) throws JAXRException
removeRegistryObject in interface RegistryPackageregistryObject - the RegistryObject being removedJAXRException - If the JAXR provider encounters an internal errorpublic void removeRegistryObjects(Collection registryEntries) throws JAXRException
removeRegistryObjects in interface RegistryPackageregistryEntries - the Collection of RegistryObject being removedJAXRException - If the JAXR provider encounters an internal errorpublic Set getRegistryObjects() throws JAXRException
getRegistryObjects in interface RegistryPackageJAXRException - If the JAXR provider encounters an internal errorCopyright © 2005–2017 Oracle Corporation. All rights reserved.