Difference between revisions of "Documentation/DevGuide/UCB/Content Providers"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Robot: Changing Category:Universal Content Broker)
(2 intermediate revisions by one other user not shown)
Line 4: Line 4:
 
|NextPage=Documentation/DevGuide/UCB/Using the UCB API
 
|NextPage=Documentation/DevGuide/UCB/Using the UCB API
 
}}
 
}}
{{DISPLAYTITLE:Content Providers}}
+
{{Documentation/DevGuideLanguages|Documentation/DevGuide/UCB/{{SUBPAGENAME}}}}
 +
{{DISPLAYTITLE:Content Providers}}
 
The current implementation of the Universal Content Broker in a {{PRODUCTNAME}} installation supplies UCPs for the following data sources:
 
The current implementation of the Universal Content Broker in a {{PRODUCTNAME}} installation supplies UCPs for the following data sources:
  
Line 43: Line 44:
 
|"vnd.sun.star.help"  
 
|"vnd.sun.star.help"  
 
|com.sun.star.help.XMLHelp  
 
|com.sun.star.help.XMLHelp  
 +
|-
 +
|Extension package content
 +
|provides access to the content of an installed extension, specified by the extension's identifier.
 +
|"vnd.sun.star.extension://extension-id/relative-path-within-extension-package"
 +
|com.sun.star.ucb.ExtensionContentProvider
 
|}
 
|}
  
Line 49: Line 55:
 
{{PDL1}}
 
{{PDL1}}
  
[[Category:Documentation/Developers Guide/Universal Content Broker]]
+
[[Category:Documentation/Developer's Guide/Universal Content Broker]]

Revision as of 09:11, 27 April 2010



The current implementation of the Universal Content Broker in a OpenOffice.org installation supplies UCPs for the following data sources:

Data source Description URL Schema Service name
FILE Provides access to the file system "file" com.sun.star.ucb.FileContentProvider
WebDAV and HTTP Provides access to web-based file systems and includes HTTP "vnd.sun.star.webdav" or "http" com.sun.star.ucb.WebDAVContentProvider
FTP Provides access to file transfer protocol servers "ftp" com.sun.star.ucb.fpx.ContentProvider
Hierarchy Virtual hierarchy of folders and links "vnd.sun.star.hier" com.sun.star.ucb.HierarchyContentProvider
ZIP and JAR files Packaged files "vnd.sun.star.pkg" com.sun.star.ucb.PackageContentProvider
Help files OpenOffice.org help system "vnd.sun.star.help" com.sun.star.help.XMLHelp
Extension package content provides access to the content of an installed extension, specified by the extension's identifier. "vnd.sun.star.extension://extension-id/relative-path-within-extension-package" com.sun.star.ucb.ExtensionContentProvider

Appendix C Universal Content Providers describes all the above content providers in more detail. The reference documentation for the commands and other features of these UCPs are located in the SDK or the ucb project on ucb.openoffice.org. Additionally, the ucb project offers information about other UCPs for OpenOffice.org, for example, a UCP for document management systems.

Content on this page is licensed under the Public Documentation License (PDL).
Personal tools
In other languages