Document Information SDO
The document information that is uploaded to the Oracle Universal Content Management. For example, filename, content type, content, and author.
QName: {http://xmlns.oracle.com/apps/financials/commonModules/shared/model/erpIntegrationService/}DocumentDetail
Relationships
The following table describes how this service data object is related to other service data objects or business object services.
| Relationship Type | Object or Service |
|---|---|
|
Handled by |
Attributes
The following table describes attributes in the service data object.
| Name | Type | Description |
|---|---|---|
|
Content |
{http://xmlns.oracle.com/adf/svc/types/}base64Binary-DataHandler |
The attribute holds the content of the document. |
|
ContentType |
string |
The attribute holds the content type of the document. |
|
DocumentAccount |
string |
The attribute holds the account the document should belong to. |
|
DocumentAuthor |
string |
The attribute holds the name of the author of the document. |
|
DocumentId |
string |
The attribute holds the document identifier. |
|
DocumentName |
string |
The attribute holds the name of the document. |
|
DocumentSecurityGroup |
string |
The attribute holds the name of the security group securing the document. |
|
DocumentTitle |
string |
The attribute holds the title of the document. |
|
FileName |
string |
The attribute holds the name of the file specified by the document.
|