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, toXML
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots
getMajorVersion, getMinorVersion, getUserVersion, setMajorVersion, setMinorVersion, setUserVersion
static 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
JAXRException
int getStability() throws JAXRException
JAXRException
int getStatus() throws JAXRException
JAXRException
void setExpiration(Date expiration) throws JAXRException
JAXRException
void setStability(int stability) throws JAXRException
JAXRException
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.