Package | Description |
---|---|
oracle.ifs.beans | |
oracle.ifs.protocols.email.beans |
Modifier and Type | Method and Description |
---|---|
ContentObjectDefinition |
DocumentDefinition.getContentObjectDefinition()
Gets the currently allocated ContentObjectDefinition, whether set
explicitly by setContentObjectDefinition, or allocated by one of the
content convenience methods.
|
ContentObjectDefinition |
DocumentDefinition.getOrCreateContentObjectDefinition()
Gets an existing ContentObjectDefinition or creates a new one if one does
not already exist.
|
static ContentObjectDefinition |
ContentObjectDefinition.toContentObjectDefinition(LibraryObjectDefinition lodef)
Casts the specified LibraryObjectDefinition to a ContentObjectDefinition.
|
static ContentObjectDefinition |
ContentObjectDefinition.toContentObjectDefinition(LibraryObjectDefinition lodef,
boolean enforceCompat)
Casts the specified LibraryObjectDefinition to a ContentObjectDefinition.
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentDefinition.setContentObjectDefinition(ContentObjectDefinition cod)
Sets the ContentObjectDefinition of the document that will be used to create/update the content
object associated with this document.
|
Modifier and Type | Class and Description |
---|---|
class |
Rfc822ContentObjectDefinition
The Rfc822ContentObjectDefinition class is used
construct a Rfc822ContentObject object.
|
Modifier and Type | Method and Description |
---|---|
void |
Rfc822MessageDefinition.setContentObjectDefinition(ContentObjectDefinition cod) |
Copyright © 2023. All rights reserved.