DEPRECATED
com.bea.p13n.property.ConfigurableEntity
, Serializable
The content object is used to provide access to any type of content.
This is the base interface for all Content objects.
It has a unique identifier and a mimeType. The mimeType is used to describe to the user which application to use to interpret the specific content.
Attribute: identifier
Attribute: mimeType
When constructing queries for Contents, the above property/attribute names will compare against the explicit attributes on the Content interface. For example, to find content whose mime type matches "application/x-*", you could use a query string like "mimeType like 'application/x-*'".
Related Topics
ContentManager
ExpressionHelper
Document
com.bea.p13n.content.adapter.NodeDocument
com.bea.p13n.property.ConfigurableEntity
, Serializable
com.bea.p13n.content.document.Document
Field Summary |
Fields from interface com.bea.p13n.property. |
|
Method Summary |
public |
|
public |
|
public |
|
public void |
|
public void |
|
Methods from interface com.bea.p13n.property. |
|
Method Detail |
DEPRECATED No longer needed - use Content object instead.
publicGet all of Content's attributes.ContentValue
getContentByValue()
throwsRemoteException
RemoteException
publicGet the unique identifier of this piece of Content.String
getIdentifier()
throwsRemoteException
RemoteException
publicGet the value of mimeTypeString
getMimeType()
throwsRemoteException
RemoteException
DEPRECATED Not implemented.
public void setContentByValue(Set all of Content's attributes to the passed in value.ContentValue
value)
throwsRemoteException
Note: Primary key attributes are not set.
RemoteException
public void setMimeType(Set the value of mimeTypeString
mimeType)
throwsRemoteException
RemoteException