This sample content service requires the following:
If you do not have the above software available, please visit the Oracle WebCenter Suite Home Page for WebCenter Interaction and the Oracle Universal Content Management Home Page for UCM.
This sample content service will be deployed and configured on a installation of UCM as it will need access to the APIs of that installation. It is assumed that the reader is familiar with the location of this installation.
WCI Content Services provide access to document based content from many different sources all through the UI of the Knowledge Directory. The content of the source being crawled will be linked to and then all full-text and metadata will be indexed within the Search Server of WCI. The content service can synchronize folder structures and security of the actual source being crawled.
This content service is designed to crawl and index content from a UCM repository. The content service can be configured to crawl and index the content along with any of its metadata. When the content is crawled, the security of the content can be mirrored at the same time as long as both WCI and UCM are using the same authentication source. Lastly, if the folder module has been installed as part of the UCM installation, then folder mirroring can be configured as well. Installation and Configuration instructions can be found below.
The sample content service is packaged as a Java Web Archive (WAR) file that contains all of the files necessary to deploy the application. The following list of files may be used as a reference when deploying, configuring, modifying, and otherwise using the sample.
Directory | Description |
---|---|
/documentation | Installation & Configuration documentation for sample |
/serverpackages | PTE file used for importing of WCI portal objects |
/src | All Java classes used for content service functionality |
/webapp | Web Application Archive needed for deployment of the content service |
Deployment of the sample content service will follow all of the standard procedures for WCI content service deployment. Please follow all of the steps below:
DEPLOYMENT NOTES:
IMPORTING SECURITY NOTES:
UCM PROPERTY NOTES:
The fields returned for UCM are listed in ucmFieldNames.properties in WEB-INF/classes. Any fields listed will be added to the document metadata. The fields are separated into text fields and date fields, so we know which fields should be converted in the portal date format. Only fields that have been added to the Global document property map will be added. The properties UCM author and UCM File size have been added as examples.