|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExtrinsicObject
Method Summary | |
---|---|
java.lang.String |
getMimeType()
Gets the mime type associated with this object. |
javax.activation.DataHandler |
getRepositoryItem()
Gets the repository item for this object. |
boolean |
isOpaque()
Determines whether the ExtrinsicObject is opaque (not readable) by the registry operator. |
void |
setMimeType(java.lang.String mimeType)
Sets the mime type associated with this object. |
void |
setOpaque(boolean isOpaque)
Sets whether the ExtrinsicObject is opaque (not readable) by the registry. |
void |
setRepositoryItem(javax.activation.DataHandler repositoryItem)
Sets the repository item for this object. |
Methods inherited from interface com.softwareag.centrasite.appl.framework.beans.standard.RegistryObject |
---|
getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getExternalIdentifiers, getExternalLinks, getObjectType, getRegistryPackages, getSubmittingOrganization, setAssociations, setClassifications, setExternalIdentifiers, setExternalLinks, setSubmittingOrganization |
Methods inherited from interface com.softwareag.centrasite.appl.framework.beans.RegistryBean |
---|
getDescription, getKey, getName, setDescription, setName |
Methods inherited from interface com.softwareag.centrasite.appl.framework.beans.standard.ExtensibleObject |
---|
getSlots, setSlots |
Methods inherited from interface com.softwareag.centrasite.appl.framework.beans.standard.Versionable |
---|
getMajorVersion, getMinorVersion, getUserVersion, setMajorVersion, setMinorVersion, setUserVersion |
Method Detail |
---|
java.lang.String getMimeType()
javax.activation.DataHandler getRepositoryItem()
boolean isOpaque()
void setMimeType(java.lang.String mimeType)
mimeType
- void setOpaque(boolean isOpaque)
isOpaque
- void setRepositoryItem(javax.activation.DataHandler repositoryItem)
repositoryItem
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |