IBM BPM, V8.0.1, All platforms > Authoring services in Integration Designer > Services and service-related functions > Access external services with adapters > Configure and using adapters > IBM WebSphere Adapters > Enterprise Content Management > Overview of WebSphere Adapter for Enterprise Content Management > Technical overview > Outbound processing > Outbound operations

RetrieveProperties operation

The RetrieveProperties operation extracts the properties of a document content based on the request from an SCA component.

The adapter receives the retrieve request along with either the

The adapter then processes the request and extracts the Properties of the document from the Content Management Repository.

When both Object ID and document path are provided as input to the operation, the Object ID takes a precedence over the document path value to perform the operation.

Figure 1. Structure of request and response business object

Along with the Properties of the document, the adapter also returns a link to the ContentStream of the Document as a URL and populates it in the DocumentURL field of the return business object.

The ContentStream of the document, which provides access to the content in the Document object, can be accessed by the end point using this URL.

Document URLs are of the following format:

http://cmis.dnsdojo.com:8080/p8cmis/resources/DaphneA/ContentStream/idd_8DB4E573-4B60-46A8-8D92-C109628D9307

The calling application uses the Rest based DocumentURL to fetch the contents of the document. The corresponding fields of the input business objects are populated and sent back as the response to the calling component.

When there is a processing error, the RetrieveProperties operation returns the InvalidRequestFault or the MissingDataFault faults.

Outbound operations


Related reference:

Fault business objects