com.softwareag.centrasite.appl.framework.beans.standard
Interface ExtrinsicObject

All Superinterfaces:
ExtensibleObject, RegistryBean, RegistryObject, Versionable
All Known Implementing Classes:
ExtrinsicObjectImpl

public interface ExtrinsicObject
extends RegistryObject, Versionable


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

getMimeType

java.lang.String getMimeType()
Gets the mime type associated with this object.

Returns:
String

getRepositoryItem

javax.activation.DataHandler getRepositoryItem()
Gets the repository item for this object.

Returns:
DataHandler

isOpaque

boolean isOpaque()
Determines whether the ExtrinsicObject is opaque (not readable) by the registry operator.

Returns:
boolean

setMimeType

void setMimeType(java.lang.String mimeType)
Sets the mime type associated with this object.

Parameters:
mimeType -

setOpaque

void setOpaque(boolean isOpaque)
Sets whether the ExtrinsicObject is opaque (not readable) by the registry.

Parameters:
isOpaque -

setRepositoryItem

void setRepositoryItem(javax.activation.DataHandler repositoryItem)
Sets the repository item for this object.

Parameters:
repositoryItem -