public class ExtrinsicObjectImpl extends RegistryEntryImpl implements ExtrinsicObject, Serializable
STABILITY_DYNAMIC, STABILITY_DYNAMIC_COMPATIBLE, STABILITY_STATIC, STATUS_APPROVED, STATUS_DEPRECATED, STATUS_SUBMITTED, STATUS_WITHDRAWN| Constructor and Description |
|---|
ExtrinsicObjectImpl()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMimeType()
Level 1 method
|
DataHandler |
getRepositoryItem()
Level 1 method
|
boolean |
isOpaque()
Level 1 method
|
void |
setMimeType(String mimeType)
Level 1 method
|
void |
setOpaque(boolean isOpaque)
Level 1 method
|
void |
setRepositoryItem(DataHandler repositoryItem)
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 String getMimeType() throws JAXRException
getMimeType in interface ExtrinsicObjectJAXRException - If the JAXR provider encounters an internal errorpublic void setMimeType(String mimeType) throws JAXRException
setMimeType in interface ExtrinsicObjectmimeType - the mime type associated with this objectJAXRException - If the JAXR provider encounters an internal errorpublic boolean isOpaque()
throws JAXRException
isOpaque in interface ExtrinsicObjecttrue if the ExtrinsicObject is readable by the registry operator; false otherwiseJAXRException - If the JAXR provider encounters an internal errorpublic void setOpaque(boolean isOpaque)
throws JAXRException
setOpaque in interface ExtrinsicObjectisOpaque - boolean value set to true if the ExtrinsicObject is readable by the registry operator; false otherwiseJAXRException - If the JAXR provider encounters an internal errorpublic DataHandler getRepositoryItem() throws JAXRException
getRepositoryItem in interface ExtrinsicObjectJAXRException - If the JAXR provider encounters an internal errorpublic void setRepositoryItem(DataHandler repositoryItem) throws UnsupportedCapabilityException, JAXRException
setRepositoryItem in interface ExtrinsicObjectrepositoryItem - the DataHandler for the repository item. Must not be nullJAXRException - If the JAXR provider encounters an internal errorUnsupportedCapabilityExceptionCopyright © 2005–2017 Oracle Corporation. All rights reserved.