public interface RegistryEntry extends RegistryObject, Versionable
| Modifier and Type | Field and Description |
|---|---|
static int |
STABILITY_DYNAMIC |
static int |
STABILITY_DYNAMIC_COMPATIBLE |
static int |
STABILITY_STATIC |
static int |
STATUS_APPROVED |
static int |
STATUS_DEPRECATED |
static int |
STATUS_SUBMITTED |
static int |
STATUS_WITHDRAWN |
| Modifier and Type | Method and Description |
|---|---|
Date |
getExpiration() |
int |
getStability() |
int |
getStatus() |
void |
setExpiration(Date expiration) |
void |
setStability(int stability) |
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, toXMLaddSlot, addSlots, getSlot, getSlots, removeSlot, removeSlotsgetMajorVersion, getMinorVersion, getUserVersion, setMajorVersion, setMinorVersion, setUserVersionstatic final int STABILITY_DYNAMIC
static final int STABILITY_DYNAMIC_COMPATIBLE
static final int STABILITY_STATIC
static final int STATUS_APPROVED
static final int STATUS_DEPRECATED
static final int STATUS_SUBMITTED
static final int STATUS_WITHDRAWN
Date getExpiration() throws JAXRException
JAXRExceptionint getStability()
throws JAXRException
JAXRExceptionint getStatus()
throws JAXRException
JAXRExceptionvoid setExpiration(Date expiration) throws JAXRException
JAXRExceptionvoid setStability(int stability)
throws JAXRException
JAXRExceptionCopyright © 2012 JBoss by Red Hat. All Rights Reserved.