|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ExtrinsicObjects provide metadata that describes submitted content whose type is not intrinsically known to the registry and therefore must be described by means of additional attributes (e.g., mime type).
Examples of content described by ExtrinsicObject include Collaboration Protocol Profiles (CPP), business process descriptions, and schemas.
Method Summary | |
java.lang.String |
getContentURI()
Gets the URI to the actual object in repository |
java.lang.String |
getMimeType()
Gets the mime type associated with the RegistryEntry. |
boolean |
isOpaque()
Determines whether the ExtrinsicObject is opaque (not readable) by the registry. |
void |
setMimeType(java.lang.String mimeType)
Sets the mime type associated with the RegistryEntry. |
void |
setOpaque(boolean isOpaque)
Sets whether the ExtrinsicObject is opaque (not readable) by the registry. |
Methods inherited from interface javax.xml.registry.infomodel.RegistryEntry |
getExpiration, getStability, getStatus, setExpiration, setStability |
Methods inherited from interface javax.xml.registry.infomodel.ExtensibleObject |
addSlot, addSlots, getSlot, getSlotAt, getSlots, removeSlot, removeSlots |
Methods inherited from interface javax.xml.registry.infomodel.Versionable |
getMajorVersion, getMinorVersion, getUserVersion, setMajorVersion, setMinorVersion, setUserVersion |
Method Detail |
public java.lang.String getMimeType() throws JAXRException
public void setMimeType(java.lang.String mimeType) throws JAXRException
public boolean isOpaque() throws JAXRException
In some situations, a Submitting Organization may submit content that is encrypted and not even readable by the registry. This attribute allows the registry to know whether this is the case.
public void setOpaque(boolean isOpaque) throws JAXRException
public java.lang.String getContentURI() throws JAXRException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |